SVSumit Vishwkarmainsudotech.hashnode.dev·Jun 6 · 29 min readTHE ONLY DEPLOYMENT GUIDE YOU NEEDHey readers, welcome back. Today we are going to talk about deployment. And I know, the moment someone says deployment, suddenly ten scary words enter the room. CI/CD. Docker. Server. SSH. PM2. GitHub00
SVSumit Vishwkarmainsudotech.hashnode.dev·May 23 · 6 min readExpo Router vs React Navigation: Which One Should You Use in 2026?If you've built a React Native application recently, you've probably encountered this question: Should I use React Navigation or Expo Router? For years, React Navigation has been the standard naviga00
SVSumit Vishwkarmainsudotech.hashnode.dev·May 23 · 5 min readHow Instagram, WhatsApp, Uber & Netflix Would Be Built Today Using Expo RouterModern mobile applications are far more than a collection of screens connected together. Apps like Instagram, WhatsApp, Uber, and Netflix handle millions of users, realtime updates, offline access, au00
SVSumit Vishwkarmainjavascripthu.hashnode.dev·May 8 · 5 min readJavaScript Modules Explained: Import and Export Made SimpleHey readers, welcome back. We've covered a LOT throughout this entire journey: JavaScript fundamentals async programming Node.js internals Express.js APIs authentication systems And now we're 00
SVSumit Vishwkarmainjavascripthu.hashnode.dev·May 8 · 6 min readSessions vs JWT vs Cookies: Understanding Authentication ProperlyHey readers, welcome back. In the previous article, we learned how JWT authentication works in Node.js. And if you noticed carefully , a lot of the flow revolved around one thing: Keeping users logged00