How to Convert Your Router into a Wi-Fi Range ExtenderI had an old D-Link DSL-2750U modem-router lying around at home. It wasn’t being used for anything, and buying a new Wi-Fi extender felt unnecessary. So I decided to convert this old router into a Wi-Fi range extender (technically, an access point) a...Nov 16, 2025·2 min read
Scheduling Tasks in Node.js with the CronjobIn the fast-paced world of web development, automating repetitive tasks can save significant time and effort. One common requirement is scheduling tasks, such as making API calls at specific times. In this blog post, we'll explore how to use the node...Apr 18, 2024·3 min read
Mastering File Uploads in Node.js with Multer.In the world of web development, handling file uploads efficiently is crucial for many applications. Whether it's profile pictures, documents, or any other type of file, ensuring smooth and secure uploads is a must. Today, we'll walk through creating...Feb 5, 2024·4 min read
How to deploy Node.js API on AWS instanceStep 1: Create an AWS Instance Log in to your AWS account and navigate to the EC2 dashboard Click on “Launch Instance” and select the desired instance type Configure the public IP of instance details and click “Launch” Step 2: Configure Security...Jan 25, 2024·3 min read
Enhancing React Performance with Code Splitting:In modern web development, optimizing performance and reducing load times are crucial for creating a smooth user experience. One effective technique to achieve this in React applications is code splitting, which involves breaking down your code into ...Jul 26, 2023·3 min read
Strategy to Render Data Immediately upon FetchingHi, In the dynamic world of web development, user experience remains our top priority. As our web app becomes increasingly complex and data-intensive, we encounter challenges in efficiently handling and loading data to maintain a seamless user experi...Aug 17, 2022·2 min read
Click Count : Mastering State with ZustandLet's, Dive into the concept of Zustand and build a simple yet powerful counter application. Zustand is a minimalist state management library that offers a refreshing alternative to Redux. Let's embark on this journey together and create a sleek coun...Jul 17, 2022·3 min read