AAnandinblog.anands.dev00String Polyfills & Common Interview Methods in JavaScriptMar 25 · 10 min read · Strings ! pretty easy right? At first glance, string manipulation in JavaScript seems straightforward. Most developers are comfortable using built-in methods like: str.includes() str.trim() str.toUppeJoin discussion
AAnandinblog.anands.dev00Express.js — The Real Engine Behind Your Node AppsMar 24 · 6 min read · Express.js kya hai?” — Simple se start karte hain Express.js is basically a module of Node.js. Matlab simple:Node.js gives you the engine (raw power)Express gives you the steering wheel + gearbox (conJoin discussion
AAnandinblog.anands.dev00Understanding Spread and Rest Operators in JavaScriptMar 22 · 8 min read · let me build some context Why Spread and Rest Operators Were Introduced Before modern JavaScript (ES6), handling arrays, objects, and function arguments was often verbose and repetitive. Developers haJoin discussion
AAnandinblog.anands.dev00Error Handling in JavaScriptMar 20 · 7 min read · Imagine this. You’re designing your workflow — for Tailwind setup,and there are diagrams for Node.js, TypeScript, Express… everything perfectly aligned. And then… glitch. Boom.Everything gone. ExactlyJoin discussion
AAnandinblog.anands.dev00Mastering Async/Await in JavaScriptMar 20 · 3 min read · JavaScript async programming used to feel like: “Callback ke andar callback… phir uske andar aur callback…”Welcome to callback hell 😁 Then came Promises — better, but still messy sometimes. And finalJoin discussion