The M4 MacBook Air AI Coding Guide: Running Qwen 3.5 9B Locally with Zero Internet & Zero CostJan 26, 2026·9 min read
The Complete Guide to React Native Debugging & Performance in 2026Table of Contents How React Native Actually Runs Your Code The Death of Flipper & The New Debugging Stack Development Environment Debugging Production App Debugging (Without Codebase) Network DebJun 1, 2026·42 min read
Engineering Prompt Blitz: Architecting a Low-Latency, Offline-First TypeScript EcosystemSep 13, 2025·13 min read
Deep Dive: The Comprehensive Guide to React Native Custom Native Modules (2026 Edition)Jul 18, 2025·12 min read
Under the Hood: The Senior Engineer's Guide to React Native Animations and Gesture MechanicsDo you know which Thread Runs Your Animations and How to Optimise Them ?May 11, 2025·8 min read
My Experience Using the React Native IDE in VS CodeThe Pain Points of Traditional React Native Development As a React Native developer, I've always found the process of setting up and managing a development environment challenging. The traditional approach involved juggling multiple tools: Android St...Apr 14, 2024·6 min read
How to Implement Multilingual Support in Vue 3/React for Indian Languages via Google Translate SelectIntroduction In today's globalized world, creating multilingual applications is crucial for reaching a wider audience. Previously, I wrote about using i18n for language switching in Vue applications. While this approach is effective, there are severa...Mar 31, 2024·4 min read
How to Globalize Your Vue.js App with i18n: A Step-by-Step GuideIntroduction: The Power of i18n Across Frameworks Internationalization (i18n) is a crucial aspect of modern web development, allowing applications to adapt to various languages and regions seamlessly. The key aspects of i18n include :Locale detection...Mar 14, 2024·7 min read
Implementing Firebase Cloud Messaging in a React iOS / Android PWA : A Comprehensive Guide1. Introduction Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. Using FCM, you can send notification messages to drive user re-engagement and retention.In this article, we'll cove...Sep 30, 2023·8 min read
Testing Firebase Cloud Messaging Without Console AccessFirebase Cloud Messaging (FCM) is a popular service for sending notifications to mobile and web applications. However, what if you need to test FCM functionality without having access to the Firebase console or the account's email and password? In th...Sep 14, 2023·5 min read