Posts

Mastering GitHub Actions: From Basics to Advanced Workflows
A comprehensive guide to GitHub Actions covering core concepts, workflow automation, secrets, matrix builds, debugging, and best practices for building secure and scalable CI/CD pipelines.

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.