Home Page

Recently Added

How to use a Typescript Map

How to use a Typescript Map

This article explains how to create and use a Map in Typescript
May 20, 2022
How to use a Javascript Map

How to use a Javascript Map

This article explains how to create and use a Map in Javascript
May 20, 2022
How to run Apache Tomcat on Mac and Linux

How to run Apache Tomcat on Mac and Linux

This article describes how to download and run the Apache Tomcat server as a standalone server
May 10, 2022
Avoid unnecessary re renders with React memo and useCallback

Avoid unnecessary re renders with React memo and useCallback

Component re-rendering is expensive and can affect performance. This article explains simple methods to avoid unnecessary component re-renders
May 7, 2022
Building a modal with Reactjs portal

Building a modal with Reactjs portal

This article explains how to display a modal dialog using Reactjs portals
August 23, 2022
Load balancing a webapp in NGINX

Load balancing a webapp in NGINX

This article explains how to load balance a web app in NGINX. The web app can be any application running in a specified port
April 30, 2022
forwardRef and useImperativeHandle to access child components

forwardRef and useImperativeHandle to access child components

How to use forwardRef and useImperativeHandle to access child components and override default dom event handlers
April 29, 2022
How to integrate EZOIC with ReactJs and NextJs

How to integrate EZOIC with ReactJs and NextJs

This article explains how to integrate Ezoic with ReactJs or NextJs based websites.
April 29, 2022
Reactjs form validation with useReducer hook

Reactjs form validation with useReducer hook

useReducer hook can be used to handle complex state management scenarios. Using regular state management becomes cumbersome when part of the state depends on other state values.
April 26, 2022
5 Ways to submit a form in Reactjs

5 Ways to submit a form in Reactjs

This article discusses five ways to submit a form in Reactjs. Each method prepares an Html form data object for submission. We use different ways to maintain the form data using st...
April 24, 2022