SJSaurabh Jagtapinthe-beginners-guide-to-curl.hashnode.dev·May 23 · 9 min readHow Instagram, WhatsApp, Uber & Netflix Would Be Built Today Using Expo RouterWhen most developers start building React Native apps, the folder structure usually looks something like this: src/ ├── screens/ ├── components/ ├── utils/ └── services/ And honestly? For small a00
SJSaurabh Jagtapinthe-beginners-guide-to-curl.hashnode.dev·May 22 · 10 min readExpo Router vs React Navigation - Which One Should You Use in 2026?A few years ago, when I first started building mobile apps with React Native, navigation felt deceptively simple. “Just move from one screen to another.” That’s what I thought. Then the application st00
SJSaurabh Jagtapinthe-beginners-guide-to-curl.hashnode.dev·May 10 · 4 min readThe Identity Crisis: Who Exactly is "this" in JavaScript?Imagine you are at a crowded wedding reception. You walk up to a group of people and overhear someone say, "He really loves the cake!" Immediately, you look around. Who is "He"? Is it the groom? The b00
SJSaurabh Jagtapinthe-beginners-guide-to-curl.hashnode.dev·May 10 · 4 min readThe Node.js Event Loop ExplainedImagine you are at a world-famous, one-man ramen shop. There is only one chef, and he does everything: takes orders, boils noodles, prepares the broth, and serves the customers. In a traditional resta00
SJSaurabh Jagtapinthe-beginners-guide-to-curl.hashnode.dev·May 10 · 4 min readBlocking vs Non-Blocking Code in Node.jsImagine you are at a local grocery store. There is only one cashier working (because, much like Node.js, this store is "single-threaded"). The person in front of you reaches the front of the line, but00