I am a backend engineer who builds production-grade systems, not just localhost demos. Every project I build is deployed, monitored, and documented with real architectural decisions behind each choice.
My focus is distributed systems — I understand CAP theorem, the Saga pattern, and the Outbox pattern not from textbooks but from implementing them in real projects where a service crash cannot lose a single event.
I believe in understanding the why, not just the how. Every tech choice has a documented reason — why TimescaleDB over plain PostgreSQL for time-series, why Redis Sorted Sets for the rolling window, why orgId-scoped queries for multi-tenancy.
Currently pursuing B.Sc. Software Engineering at Arid Agriculture University (CGPA 3.45/4.0) while building systems at the level most engineers reach after years on the job.
Arid Agriculture University, Faisalabad, Pakistan
Production-ready backend identity platform handling authentication, sessions, multi-tenancy, and permissions with enterprise-grade rigour. JWT refresh-token rotation, bcrypt hashing, and server-side revocation close common session-hijacking vulnerabilities.
High-throughput data pipeline that ingests, processes, and serves live metrics at scale. Node.js stream processor handles 50,000 data points/sec with backpressure control, serving 5,000+ concurrent authenticated WebSocket connections.