NGINX - Host multiple domains on one serverMultiple 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 SEOUsing 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 componentImage 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 JavaFactory design pattern in Java. When to use it and how to implement it. October 1, 2022 |
Thread safe singleton design pattern exampleHow to implement thread safe version of singleton design pattern October 1, 2022 |
Using Thymeleaf with SpringA guide to setup Thymeleaf templates with Spring web applications. January 14, 2021 |
Next js google tag manager: 3 ways to use Google analytics in NextjsThe 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 inputPython 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 typesHow to use Python variables and data types to construct a working code example September 25, 2022 |
How to start with python programmingTeach yourself the first steps towards mastering the Python programming language September 22, 2022 |