Posts

How to Use NGINX to deploy a website on a VPS
Learn how to deploy a website on a VPS using NGINX. This comprehensive guide covers installation, configuration, setting up SSL with Let’s Encrypt, and more. It is perfect for developers looking to optimize website performance and security.

Axios Interceptors
Axios is a popular JavaScript library used for making HTTP requests from web browsers or Node.js. It provides an easy-to-use and efficient way to interact with APIs and fetch data from servers.

Saga Event Channel
Saga is a middleware library called Redux Saga that is commonly used with Redux to manage asynchronous behavior in React applications.

JavaScript array functions
In JavaScript, an array is a data structure that contains a list of elements that store multiple values in a single variable.

React pure components
From this post, I'm going to talk about what is a react pure component and when we can use it.

Difference between class component and functional component in react js
In react there are two ways to create components, those are functional components and class components. However, after version 16.8 of React, functional components are getting more popular.