How to use a Typescript MapThis article explains how to create and use a Map in Typescript 20 May 2022 |
How to use a Javascript MapThis article explains how to create and use a Map in Javascript 20 May 2022 |
Next js google tag manager: 2 ways to use Google analytics in NextjsThe problem we solve is how to trigger analytics on each router change. This reference explains 2 simple ways to integrate google analytics with react js and next js 14 May 2022 |
Thread safe singleton design pattern exampleHow to implement thread safe version of singleton design pattern 14 May 2022 |
How to run Apache Tomcat on Mac and LinuxThis article describes how to download and run the Apache Tomcat server as a standalone server 10 May 2022 |
Avoid unnecessary re renders with React memo and useCallbackComponent re-rendering is expensive and can affect performance. This article explains simple methods to avoid unnecessary component re-renders 7 May 2022 |
Building a modal with Reactjs portalThis article explains how to display a modal dialog using Reactjs portals 6 May 2022 |
Load balancing a webapp in NGINXThis article explains how to load balance a web app in NGINX. The web app can be any application running in a specified port 30 April 2022 |
How to integrate EZOIC with ReactJs and NextJsThis article explains how to integrate Ezoic with ReactJs or NextJs based websites. 29 April 2022 |
forwardRef and useImperativeHandle to access child componentsHow to use forwardRef and useImperativeHandle to access child components and override default dom event handlers 29 April 2022 |