About
I'm a backend engineer with a growing passion for AI systems — APIs that don't just serve data, but power intelligent products. By day I ship REST APIs, microservices, and distributed backends that hold up at scale. By night I'm probably tinkering with a new framework, grinding a strategy game, or sketching in a notebook.
I believe software is art with constraints. Every API contract is a design decision, every schema a small architecture statement. I care about the craft — clean systems, observable services, thoughtful boundaries between concerns.
Currently Backend Developer 2 at siParadigm, building a healthcare case management platform — AI triage, lab bidding engines, insurance automation, and compliance workflows. Computer Systems Engineering graduate from UET, Peshawar. Always learning, always building.
Experience
Backend Developer 2 · siParadigm
↗Building a healthcare case management platform from the ground up with a small team. Hooked up the AI triage system using message queues and async task processing so clinical diagnosis models feed directly into the case workflow. Built the full lab ecosystem — registration, licensing checks, fee scheduling, per-payer insurance catalogs, and a bidding engine that scores labs on geolocation, network status, and other criteria then auto-awards the top pick. Developed AI-assisted ICD-10 to CPT mapping that filters labs by the procedures they actually perform and scores them into the bidding pipeline. Built the document and attachment layer handling test results, images, and medical records across cases and claims. Integrated FedEx API for medical kit shipping: label generation, tracking, and delivery updates.
Backend Developer · siParadigm
↗Reduced microservice orchestration time from 2 seconds to 110ms by replacing chained HTTP calls in the SAGA architecture with gRPC. Built a real-time PII redaction system that runs live during screen recording without any LLM, using OCR, pattern matching, and intelligent frame analysis. Developed a workflow recording system that captures screen, audio, and user I/O, builds an action graph from multiple sessions, and replays tasks from natural language input — including the full recorder tool suite: replay engine, file management, system control, and I/O capture. Built field-level AES-256 encryption by overriding Django's ORM field classes, with RBAC-controlled decryption and deterministic encryption on searchable columns. Implemented microservice auth through Traefik with dynamic routing and RBAC. Developed a comprehensive AI evaluation pipeline tracking true/false positives, token usage, and accuracy across multiple dimensions.
Full Stack Engineer · Agileloop
↗Led development of an AI browser agent that executes multi-step browser tasks from natural language with no user intervention. Built the core execution engine reading multiple input signals in real time, with async background processing so the next action is ready before the current one finishes, and a per-action verification loop. Made the agent undetectable: randomized timing, natural cursor movement, stealth browser sessions. Took the product from concept to beta and owned the core agent logic. Co-developed the Chrome extension frontend and maintained backend services: auth, billing, usage metering, and AI model integration.
Backend Engineer · Agileloop
↗Built the backend from scratch for an AI-powered computer-use agent that executes tasks on behalf of users through natural language. Designed a microservices split with Node.js/Express handling auth, billing, and account management, and Django handling AI model integration and agent logic. Implemented OAuth-based multi-account linkage (Google, Zoho, and others) enabling the agent to call third-party APIs on the user's behalf. Designed data models across PostgreSQL and MongoDB for sessions, billing records, token usage, and agent activity logs. Integrated Stripe for billing and token metering; integrated OpenAI with prompt tuning, context management, response caching, and token streaming. Implemented rate limiting, CI/CD with Dockerized containers, and wrote unit and end-to-end test suites across services.
Full Stack Developer · Biads Consulting Ltd.
↗Built the backend for a real-time portfolio management platform serving ~700 users. Integrated Finnhub WebSocket streams for live financial data ingestion and developed portfolio tracking APIs for holdings, performance, and alerts. Implemented prediction features using technical indicators and in-house vector-based models. Worked across a microservices stack with Django, PostgreSQL, Redis, and Kafka, wrote unit test suites across services, and deployed production workloads on Google Cloud Platform.
Selected Projects
Microservices REST Platform
↗Scalable REST API infrastructure at siParadigm. Service orchestration, database integration, and inter-service communication for enterprise-grade backend operations.
CI/CD Automation Pipeline
↗End-to-end deployment automation for a multi-project development team. Integrated automated testing, build, and cloud deployment stages for consistent, reliable releases.
Multi-tenant SaaS Backend
↗Server-side architecture for a multi-tenant SaaS platform. Authentication, tenant isolation, third-party API integrations, and query optimization for daily active users.
Faculty Research Portal
↗Internal web portal for UET tracking faculty research output and publications. Recognized with a Certification of Appreciation from the university in December 2020.
Tinkering
Side quests, experiments, and the things I make when no one's watching. The fingerprints of a restless mind.
A web tool that renders complex turn-based strategy decisions as graph traversals. Born from too many hours in 4X games.
Daily ASCII pieces generated by an LLM constrained to a 60×40 grid. The art of letting a system surprise you.
A self-hosted dashboard tracking my coding habits, gaming hours, and reading streaks. Data only I get to see.
A bitboard chess engine written for fun. Will lose to Stockfish in 4 moves. But it's mine.