SWShrutika Waleintechwithshruti.hashnode.dev00Node.js Event Loop⚡May 2 · 4 min read · ⚡Understanding the Event Loop in Node.js If you’ve ever heard that “Node.js is single-threaded but still handles thousands of requests efficiently”, it probably sounded a bit magical. The secret behinJoin discussion
SWShrutika Waleintechwithshruti.hashnode.dev00The Node.js Event Loop📌⚡May 2 · 4 min read · ⚡Understanding the Event Loop in Node.js If you’ve ever heard that “Node.js is single-threaded but still handles thousands of requests efficiently”, it probably sounded a bit magical. The secret behinJoin discussion
SWShrutika Waleintechwithshruti.hashnode.dev00JavaScript Operators: The Basics You Need to Know May 2 · 3 min read · Real World Example: Banking System Using Operators Consider a banking app like Google Pay or PhonePe. When you perform actions like checking balance, withdrawing money, or transferring funds, differenJoin discussion
SWShrutika Waleintechwithshruti.hashnode.dev00Map and Set in JavaScript 🔑Mar 30 · 3 min read · Introduction In JavaScript, we often use objects and arrays to store data.But sometimes, they come with limitations like: Objects only allow string/symbol keys Arrays allow duplicate values ManaginJoin discussion
SWShrutika Waleintechwithshruti.hashnode.dev00Understanding the 'this' Keyword in JavaScriptMar 30 · 3 min read · The Story: A Driver and Multiple Cars Imagine a professional driver He knows how to drive any car His driving skill never changes But the car he is driving changes If he drives a BMW, he says: “Join discussion