PinnedCuckoo Filters vs. Bloom Filters: Let’s Take it EasyOk, before we go into the depths of these concepts, I want to tell you that we will take it easy. I don’t want you to get overwhelmed about the topics and the depth of the discussion. Bloom Filters A Bloom filter is a space-efficient probabilistic d...Jan 21, 2026·9 min read
React Navigation vs Expo Router: Which One Should You Actually Use?Ok, before we go into the depths of these concepts, I want to tell you that we will take it easy. I don't want you to get overwhelmed by the two names sitting in the title. By the end of this, you wilMay 23, 2026·16 min read
Architecting Production React Native Apps: How Instagram, WhatsApp, and Uber Think About ScaleOk, before we go into the depths of these concepts, I want to tell you that we will take it easy. I don't want you to get overwhelmed by the company names in the title. We are not cloning Instagram. WMay 23, 2026·19 min read
React's Virtual DOM: How React Decides What (and What Not) to RedrawOk, before we go into the depths of these concepts, I want to tell you that we will take it easy. I don't want you to get overwhelmed by the jargon. Virtual DOM, reconciliation, diffing, these words sMay 7, 2026·11 min read
The Journey of a Request: What Happens Before Your Code Even Runs?Okay, before we go into the depths of these concepts, I want to tell you that we will take it easy. I don’t want you to get overwhelmed by the jargon. We spend hours arguing about which programming laMar 18, 2026·6 min read
The Invisible Middleman: Understanding Forward & Reverse ProxiesOkay, so today we are going to talk about proxies. Sounds familiar, right? I know, I know. We have all been there during our college days, asking a friend to give a "proxy" to help us meet that strictMar 5, 2026·10 min read
How to Build Your First REST API with Node.js in 30 MinutesReady to build your first REST API with Node.js in just 30 minutes? This step-by-step Node.js REST API tutorial is designed for beginner developers who want to learn backend development quickly and start building real applications today. Who this gui...Apr 23, 2025·22 min read