backend-systems
I build backend systems that don't lose data under load
Concurrency-safe payment engines, real-time dispatch with distributed locking, event-driven infra — proven with real tests, not assertions.
B.Tech CS & IT, SIRT Bhopal (RGPV CSIT) · Class of 2027
About
I build backend systems that are designed to survive production — payment pipelines with proven race-condition safety, real-time dispatch infrastructure with distributed locking, and event-driven architectures that process work without data loss. I'm a third-year B.Tech CS & IT student in Bhopal, and over the past year I've built prototypes that scaled to real debugging cycles: a Kotlin MFSK audio engine, a Django payout ledger with immutable audit trails, and a real-time home services platform with Socket.io live tracking. When something breaks — a 5-commit Railway crash loop, a database connection pool exhausting under load — I keep the debugging history and write it up. That's the standard: not that it never breaks, but that I know exactly why and how it broke.
Skills
Languages
Backend / Infrastructure
API & Security
Projects
DAITFO — RL Traffic Signal Control Benchmark
Featured ★A custom Gymnasium environment wrapping SUMO that benchmarks a PPO agent against fixed-time and queue-based heuristic controllers across 27 controlled runs. The heuristic won every metric — and that honest negative result is the actual finding, not a failure.
Samvad — AI Meeting Assistant
Featured ★Records in-person meetings, transcribes them live, and turns them into assigned, emailed tasks — without anyone taking notes.
Agentic Honeypot — AI Scam-Baiting System
Featured ★An AI agent that poses as a confused elderly retiree, engages real scammers in live conversation, and extracts UPI IDs, bank accounts, and phishing links from their own messages — turning reactive defense into active intelligence gathering.
AI Email Categorization Agent
Local-first inbox automation agent — reads Gmail via OAuth2, semantically classifies every email into custom labels using an LLM, applies them automatically, and runs on a schedule with zero manual input. Skips already-labeled threads to avoid redundant processing.
EchoPay — Audio-Powered Offline Payment System
Featured ★I built an offline P2P payment system that encodes transaction data as audio tones between phones (MFSK modulation) — no internet required — with a hybrid UDP fallback and an offline-first Room sync queue.
Home Services App
Emergency home services platform for Indian housing societies — three clients (Android, admin dashboard, API) sharing one REST API with role-based middleware, real-time tracking, and Razorpay payments.
PayoutEngine — Concurrency-Safe Payout System
Featured ★Prevents double-spending when two payout requests hit the same merchant balance at the same instant — verified with real threading tests, not mocks.
TakeALift — Carpooling & P2P Vehicle Rental
I built a carpooling and P2P vehicle rental platform with real-time driver dispatch — Redis GEO proximity search, distributed locking to prevent double-dispatch, a NATS event bus, and full AWS infrastructure-as-code across native Android, Flutter, and a TypeScript backend.
UIDAI Aadhaar Data Analysis Pipeline
I cleaned and analyzed 4.4M Aadhaar enrollment records — removed 602K duplicates, standardized 65 state-name variants down to 38 — and served the results through a 14-endpoint Flask API.
Multilingual Mandi Platform
I built a real-time marketplace connecting local vendors across language barriers, with a provider-chain translation fallback (Google → Microsoft → AWS → mock) and Redis-backed WebSocket negotiation.
PartyInvite AI — Bulk Invitation Generator
I built a bulk party invitation generator — a CSV guest list goes in, personalized cards come out, delivered via email and WhatsApp through a Celery queue.
CyberMentor — AI Cybersecurity Companion
I built an AI cybersecurity companion for students — it scans suspicious links/emails and teaches through a teach-back quiz.
MailAgents — Local Email Classifier
I built a local tool that reads my Gmail, categorizes emails by sender with a local/cloud LLM, and auto-applies nested labels.
Margdarshak — Bilingual Career Guidance App
I built a bilingual (Hindi/English) career guidance Android app with a 4-service Node.js backend for Smart India Hackathon.
ComplianceIQ — AI Policy Compliance Scanner
I built a tool where you upload a policy PDF, AI extracts the enforceable rules, and a rule engine scans live data for violations with human-in-the-loop review.
CEP-IITB — IIT Bombay Continuing Education
I built an Android companion app for IIT Bombay's Continuing Education office — browse courses, view certificates, find contacts.