$ whoami
Mohammodullah Emran
Software Engineer — (SRE)
I build observable, honestly-documented backend systems. The backend is the portfolio — this site is a thin client of a real, production-deployed .NET API, and every metric on it is real.
curl https://api.emran.blog/api/whoami// live from /api/metrics
Featured
GET /projects →emran.blog API
The .NET 10 API serving this site — content ingestion from git, custom metrics middleware, demo JWT flow, and honest trade-offs.
emran.blog frontend
Next.js App Router frontend with a terminal/ops identity — server components, ISR, ~10 hand-rolled components, no UI kit.
How I cut SQL Server query time 40%
Jul 8, 2026 · 3 minA production slow-query hunt: reading the actual execution plan, killing the implicit conversion, and proving the fix with before/after numbers.
How this portfolio works
Jul 8, 2026 · 6 minArchitecture walkthrough: why SQLite over Postgres, why no Redis, why MediatR on only two endpoints, and what changes at 100× scale.
Migrating .NET Framework → Core with 99.9% uptime
Jul 8, 2026 · 3 minStrangler-style migration of a production system: the strategy, the rollback plan, what broke anyway, and how traffic never noticed.