Articles & Thoughts
I started writing here because I kept solving the same problems in client projects and thought — someone else is probably stuck on this too. So instead of letting those solutions sit in a private Notion doc, I started putting them here.
Most posts are about Flutter, Django, and AI/ML — the three areas I spend most of my working hours in. You'll find stuff on BLoC architecture, offline-first apps, Django REST API design, deploying ML models with FastAPI, and occasionally system design topics when something interesting comes up on a real project.
I write from Kathmandu, building apps for clients in Nepal and overseas. The code here is production-tested, not tutorial fluff.
Filter by category below to find what you need.

Willow: Google’s Quantum Computer Chip That’s Shaping the Future!
Explore the revolutionary advancements of Google's Willow quantum chip and its groundbreaking impact on computing.
#Quantum Computing
#Willow
#Technology
Top 10 Features Every Business Website Should Have in 2025
Discover the top 10 essential features every business website must have in 2025 to enhance user experience, boost engagement, and drive conversions.
#Business
#Trust
#digital
Integrating AI into Web Development: Enhancing User Experience in 2025
AI revolutionizes web development in 2025: personalized experiences, intelligent interfaces & predictive features. Learn how to implement these technologies to create smarter websites that engage users and boost conversions.
#AI
#Business
Why I Switched From React Native to Flutter (And Haven't Looked Back)
A personal take on why Flutter won me over after a year with React Native — performance, DX, and the honest tradeoffs.
#Flutter
How I Built an Offline-First App for Forest Rangers in Nepal (And What I Learned)
A real case study: building a Flutter + Django app that works without internet, syncs GPS data when connectivity returns, and handles the edge cases nobody talks about.
#Flutter
#Django
Hiring a Developer in Nepal: What International Clients Should Know
Honest answers to the questions international clients have when hiring a developer from Nepal — quality, communication, time zones, payment, and what to watch out for.
#Career
I Built a Real-Time Chat App in Flutter + Firebase — Here's the Full Architecture
Built a scalable real-time chat application using Flutter and Firebase with clean architecture and instant message syncing. This project explains the full system design, including authentication, Firestore structure, and real-time messaging flow.
#Flutter
System Design of a Food Delivery App Like Foodmandu / Uber Eats
A system design breakdown of a scalable food delivery app like Foodmandu or Uber Eats, covering architecture, real-time order tracking, payments, and delivery management for handling large-scale users and high traffic efficiently.
#System Design
#Flutter