Idris Gadi

Idris Gadi @igadii

About: Web developer building an awesome web experience and learning along the way.

Location:
Pune, India
Joined:
Mar 27, 2024

Idris Gadi
articles - 7 total

How Scope and Closures Work Together in JavaScript: A Classic Interview Question Explained

Scope and Closures are two fundamental concepts in JavaScript that often elude even experienced...

Learn More 0 1Jun 18

Building Efficient Node.js Workflows in GitHub Actions: Leveraging Caching and Modular Job Structures

As Software Developers, we love automation, be it automating tasks or using that automation. One such...

Learn More 3 1Nov 8 '24

How TypeScript Makes React Better: Smoother Developer Experience, Fewer Bugs (With a useState Example)

Let's start with a scenario and a task associated with it. We have a messaging application with a...

Learn More 3 0Oct 27 '24

Beyond Basics: Handling Numeric Inputs Like a Pro with `<input type="number">`

What is &lt;input type="number"&gt; According to MDN Docs Definition: &lt;input&gt;...

Learn More 7 0Sep 9 '24

Why is Math.min() Greater-Than Math.max() in JavaScript

Expression Breakdown Let's start by breaking down the expression. It essentially has...

Learn More 6 0Aug 31 '24

Why and How to Migrate Your React App from CRA to Vite

Updates February 2025: CRA is officially on a path for full deprecation, there is already...

Learn More 6 0Jun 10 '24

Think Twice Before Using setInterval() for API Polling – It Might Not Be Ideal

Before We Start Data fetching is a very simple task until it becomes complicated....

Learn More 6 2May 19 '24