SMSAMIT MANDALinsaminitcohort.hashnode.dev·May 31 · 3 min readHow Instagram Stores Reels, Photos, and Drafts Behind the ScenesYou open Instagram, record a 30-second Reel, add music, text, and effects. Then you decide to save it as a draft instead of posting immediately. What actually happens behind the scenes? Local Storage 00
SMSAMIT MANDALinsaminitcohort.hashnode.dev·May 31 · 3 min readHow WhatsApp Works Without Internet: Offline Messaging and Sync ExplainedImagine You’re on a flight or in a low-signal area. You open WhatsApp, type a message to your friend, hit send… and it works. The message instantly appears in your chat with a single gray tick. How? T00
SMSAMIT MANDALinsaminitcohort.hashnode.dev·May 31 · 5 min readHow Instagram, WhatsApp, Uber & Netflix Would Be Built Today Using Expo RouterYou start with a few screens in app/ and everything works. Then features multiply: feeds, stories, messages, profiles, search, settings, modals, deep links, auth flows. Without intentional architectur00
SMSAMIT MANDALinsaminitcohort.hashnode.dev·May 31 · 5 min readExpo Router vs React Navigation - Which One Should You Use in 2026?You start a new React Native app. You need to move between screens while keeping state, handling deep links, managing authentication, and sharing UI elements like headers or tab bars across sections. 00
SMSAMIT MANDALinsaminitcohort.hashnode.dev·May 10 · 3 min readHandling File Uploads in Express with MulterWhile learning backend development with Node.js and Express, one feature that felt very practical was file uploading. Modern applications allow users to upload profile pictures, PDFs, videos, and many00