MSmsameer
HomeProjectsExperienceAboutBlogContact
Let's talk
MSmsameer© 2026 Muhammad Sameer. All rights reserved.
HomeProjectsExperienceAboutBlogContact

Made with ❤️ in Azad Kashmir, Pakistan

Blog

Notes from the workbench — short writing on backend systems, offline-first architecture, multi-tenant SaaS, and mobile.

Offline-First Is a Rule, Not a Feature — article by Muhammad Sameer
Backend
19 Jun 20265 min

Offline-First Is a Rule, Not a Feature

Building a point-of-sale for shops on unreliable networks taught me that sync conflicts are a product decision — not something you bolt on later.

Read
One API, Many Schools: Lessons From a Multi-Tenant SaaS — article by Muhammad Sameer
Architecture
21 May 20266 min

One API, Many Schools: Lessons From a Multi-Tenant SaaS

On a school-management platform, every tenant shares the same code and infrastructure but must never see each other's data. Tenancy is a discipline you enforce at every layer.

Read
One Backend, Three Surfaces: Web, React Native, and Flutter — article by Muhammad Sameer
Mobile
16 Apr 20265 min

One Backend, Three Surfaces: Web, React Native, and Flutter

Shipping the same product to a Next.js web app, a React Native app, and a Flutter app at once forces a clarity about where the logic actually lives.

Read
The NestJS Patterns I Actually Reach For — article by Muhammad Sameer
Backend
12 Mar 20266 min

The NestJS Patterns I Actually Reach For

Modules, providers, guards — the framework hands you a lot. Here's the small subset I keep returning to across production APIs.

Read
Reach for a Queue Before You Reach for Microservices — article by Muhammad Sameer
Architecture
13 Feb 20265 min

Reach for a Queue Before You Reach for Microservices

Most of the reliability people chase with microservices, they can get from a monolith and an honest queue. The work was always asynchronous — the queue just admits it.

Read
Kotli, the Internet, and Learning to Build — article by Muhammad Sameer
Personal
15 Jan 20264 min

Kotli, the Internet, and Learning to Build

A short note on building a career from Kotli, Azad Kashmir — where the connection drops more than it should, and why that turned out to be an advantage.

Read