VSVishal Singhinmy-blog-mobile-developments.hashnode.dev00How React Virtual DOM works under the HoodMay 7 · 7 min read · 01 — The Problem Why Direct DOM Manipulation Is Slow Before React existed, developers built dynamic UIs by directly reaching into the browser's Document Object Model (DOM) and mutating it — appending Join discussion
VSVishal Singhinblog.xpvishal.dev22How Node.js Handles Multiple Requests with a Single ThreadMay 1 · 7 min read · Table of Contents The Single-Threaded Nature of Node.js The Event Loop — The Real Engine Delegating Tasks to Background Workers Handling Multiple Client Requests Why Node.js Scales So Well 01 NENube and 1 more commented
VSVishal Singhinblog.xpvishal.dev31URL Parameters vs Query Strings in Express.jsApr 30 · 5 min read · Table of Contents What are URL Parameters? What are Query Strings? Differences Between Them Accessing Params in Express Accessing Query Strings in Express When to Use Which 01 — URL ParameteLLaura commented
VSVishal Singhinblog.xpvishal.dev00Getting Started with cURLApr 30 · 8 min read · Table of Contents What is cURL — in very simple terms Why programmers need cURL Making your first request Understanding request and response Using cURL to talk to APIs Common mistakes beginners Join discussion
VSVishal Singhinblog.xpvishal.dev00Storing & Serving Uploaded Files in ExpressApr 29 · 7 min read · Contents Where uploaded files are stored Local storage vs. external storage Serving static files in Express Accessing uploaded files via URL Security considerations 01 —Where Uploaded Files AreJoin discussion