DRDev Rahulindevrahulll.hashnode.dev·May 23 · 7 min readHow Large-Scale Apps Like WhatsApp are Architected in React NativeIntroduction This article focuses mainly on WhatsApp-Style Architecture Thinking using React Native concepts and Expo Router ideas in simple language. The goal is not to clone WhatsApp UI. The goal is00
DRDev Rahulindevrahulll.hashnode.dev·May 22 · 7 min readExpo Router vs ReactIntroduction When most of the new developers start learning React Native, the first very confusing topic they face is navigation. At first, building screens feels simple like Home Screen, Login Screen00
DRDev Rahulindevrahulll.hashnode.dev·May 10 · 3 min readBlocking vs Non-Blocking Code in Node.jsOne of the biggest reasons Node.js became so popular is because of its Non-blocking architecture. If you are learning Node.js , backend development, APIs or asynchronous JavaScript, then understanding00
DRDev Rahulindevrahulll.hashnode.dev·May 10 · 4 min readSetting Up Your First Node.js Application Step-by-StepIf you are starting backend development with JavaScript, then Node.js is one of the first technologies you need to learn. Node.js allows JavaScript to run outside the browser and helps developers buil00
DRDev Rahulindevrahulll.hashnode.dev·May 10 · 4 min readWhy Node.js is Perfect for Building Fast Web ApplicationsWhat makes Node.js fast Node.js is fast because of multiple reasons working together of v8 engine non-blocking I/O event-driven architecture lightweight single-threaded model These concepts toge00