How Instagram, WhatsApp, Uber & Netflix Would Be Built Today Using Expo Router May 23, 2026·28 min read
Expo Router vs React Navigation — Which One Should You Use in 2026?You don't just write navigation code. You make decisions that every screen, every deep link, and every new team member will live with. Ask ten React Native developers which navigation library to use,May 23, 2026·28 min read
Javascript Polyfills - Bridging the gap.Introduction Javascript, the Dynamic language which powers the web, is constantly evolving. While this evolution brings exciting new features, it can also create compatibility issues, older browsers might not support the latest Javascript features, l...Feb 15, 2025·4 min read
(Teleporting Human, Understanding serialization and De serialization in Javascript) The Mission: Stellar exchangeIntroduction In the year 2405, the Starship Enterprise, under the command of Captain Jean-Luc Picard, embarks on a critical mission to establish peaceful relations with the mysterious alien civilization known as the Xelthorians. The Xelthorians posse...Feb 13, 2025·3 min read
Javascript ObjectsUnderstanding Objects In the world of programming, objects play a crucial role, they are fundamental building blocks which assist in structuring and organizing code. Objects play a pivotal role in Javascript, enabling developers to create complex str...Feb 11, 2025·4 min read
Javascript Basics -> Basics of giving life to a website.Introduction What is Javascript? Have you ever wondered, when you click on a button for example pay button, you are taken to a form and then you fill the form on the website, and the payment is made, my friend that is nothing but Javascript working b...Feb 10, 2025·5 min read
Contra-script, Javascript Array and MethodsDeclaration of Array This is the year 1987; we are at Jungle base. let level1 = ['grunt', 'grunt', 'flying-soldier', 'grunt']; // we need to engage now console.log(level1, "Engage"); Methods in arrays Shift() Our hero, Bill needs to take out a few e...Feb 7, 2025·3 min read
Demystifying the Internet 💡. Let's dive in.Ever thought when entering google.com and performing any search on the internet, how does it work❓, how you get there in such a lightning speed❓.Jan 16, 2025·3 min read