Nilesh Kumar

Nilesh Kumar @gyantocode

About: Hi, I’m Nilesh Kumar, a developer sharing practical tutorials, tips, and best practices on React, Node & git. My goal is to make complex concepts simple and help others grow in their coding journey!

Joined:
Sep 4, 2024

Nilesh Kumar
articles - 13 total

🚀 Supercharge Your React Apps with Event Delegation! ✨

Description: Uncover the magic of Event Delegation in React! Learn how this powerful pattern solves...

Learn More 0 0May 31

How to Fix “Permission Denied (publickey)” When Using Git with GitHub on Windows

Description: If you're seeing Permission denied (publickey) when trying to push to GitHub using Git...

Learn More 0 0May 30

How to Create Custom Aliases in Vite for Cleaner Imports

Tired of messy import paths in your React project? Learn how to simplify your code with custom...

Learn More 0 0Feb 16

Without JWT Library Decode and Verify a JWT Token in JavaScript

Description JSON Web Tokens (JWT) are widely used for authentication, but just decoding...

Learn More 2 0Feb 7

Learning Node.js with Express.js: A Day-by-Day Guide

Learning Node.js with Express.js: A Day-by-Day Guide This document outlines a detailed...

Learn More 0 0Jan 26

How to Search Amazon Products Using Node.js and Amazon PA-API

Description Learn how to set up and use the Amazon Product Advertising API (PA-API) in a...

Learn More 0 0Dec 17 '24

How to Record and Upload Your Voice Using React Native! 🎙️✨

Have you ever thought, “What if I could record my voice and send it to an app to turn it into text?”...

Learn More 4 1Dec 14 '24

Download base64 Audio Files in React in Two Ways

Introduction In modern web development, audio files are commonly used for many features...

Learn More 2 0Nov 16 '24

How to Cancel API Calls in React with Axios: A Step-by-Step Guide

Learn how to manage multiple API calls in React by canceling previous requests with Axios. This guide...

Learn More 1 1Nov 14 '24

How To Logout User From All Tabs At Once In React

In many React applications, it's common to track changes to state or localStorage values across...

Learn More 6 0Nov 9 '24

How to Track User Inactivity on Your Website and Why It Matters

In today’s web applications, ensuring that users remain active while maintaining good user experience...

Learn More 0 0Nov 8 '24

Building a Custom Audio Player in React: A Step-by-Step Guide

Introduction: In this blog, we’re building a simple yet powerful audio player component in React....

Learn More 6 0Nov 7 '24

Mastering JavaScript Objects: Comparison, Manipulation, and Control Techniques

JavaScript objects are incredibly powerful and versatile. They allow us to store complex data and...

Learn More 1 0Nov 7 '24