React js google tag manager: React Google analytics problem solvedGoogle tag manager, out of the box is unable to track React js page navigations using react-router. This article explains how the React js Router works and how to make Google tag m... 6 April 2021 |
Junit private methods: How to unit test private methods and classesUnit testing private methods and classes are possible by using Powermock's Whitebox. The Whitebox uses reflection to create inner class instances and invoke private methods outside... 31 March 2021 |
Reactjs global state without redux: React state management with context apiThis article explains how to use the react context API to manage the application's global state without using complex libraries such as redux and prop drilling. 27 March 2021 |
Convert react app to server side rendering with next.jsThis 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. 23 March 2021 |
Next js quick references and tipsDiscuss 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... 18 March 2021 |
NGINX ssl certificate configuration: using https with NGINXConfiguring 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 11 March 2021 |
Next js generate sitemap dynamicallyA sitemap is an essential component in SEO. This tutorial explains how to generate a sitemap in the next js without installing any additional packages 3 March 2021 |
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... 20 February 2021 |
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 17 February 2021 |
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. 17 February 2021 |