Home Page

Recently Added

Convert react app to server side rendering with next.js

Convert react app to server side rendering with next.js

This article explains how to convert a React js application to Next js in few easy steps. The example includes a fully working React js application re-written in Next js.
August 23, 2022
Next js quick references and tips

Next js quick references and tips

Discuss five tips to make your Nextjs development easy. See how env local variables, changing default server port, dynamic javascript, title, and meta description, and refresh getS...
October 3, 2022
NGINX ssl certificate configuration: using https with NGINX

NGINX ssl certificate configuration: using https with NGINX

Configuring SSL with NGINX takes only few minutes. This tutorial guides you through the essential steps to install SSL in the Nginx server to enable HTTPS
October 3, 2022
Next js generate sitemap dynamically

Next js generate sitemap dynamically

A sitemap is an essential component in SEO. This tutorial explains how to generate a sitemap in the next js without installing any additional packages
October 2, 2022
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