Home Page

Recently Added

NGINX - Host multiple domains on one server

NGINX - Host multiple domains on one server

Multiple domains can be hosted on Nginx using server blocks. If you choose a VPS as your hosting platform, all your websites can reside in a single server, giving you the flexibi...
October 2, 2022
SEO image optimization - Simple image enhancement for better SEO

SEO image optimization - Simple image enhancement for better SEO

Using properly sized and optimized images is significant for mobile websites. Let's discuss how to use the simple html picture tag to serve properly sized images to browsers
October 1, 2022
Next js image optimization with image component

Next js image optimization with image component

Image optimization is an important factor in SEO. Image component in next.js optimizes images on-demand instead of build time.
October 1, 2022
Factory design pattern in Java

Factory design pattern in Java

Factory design pattern in Java. When to use it and how to implement it.
October 1, 2022
Thread safe singleton design pattern example

Thread safe singleton design pattern example

How to implement thread safe version of singleton design pattern
October 1, 2022
Using Thymeleaf with Spring

Using Thymeleaf with Spring

A guide to setup Thymeleaf templates with Spring web applications.
January 14, 2021
Next js google tag manager: 3 ways to use Google analytics in Nextjs

Next js google tag manager: 3 ways to use Google analytics in Nextjs

The problem we solve is how to trigger analytics on each router change. This reference explains 3 simple ways to integrate google analytics with react js and next js
May 28, 2022
Simple python program with user input

Simple python program with user input

Python program to read user input using the input() method, perform a calculation, and print the result. You will learn functions input(), print() and place holders.
September 30, 2022
Python variables and data types

Python variables and data types

How to use Python variables and data types to construct a working code example
September 25, 2022
How to start with python programming

How to start with python programming

Teach yourself the first steps towards mastering the Python programming language
September 22, 2022