Software Engineer building scalable distributed systems, AI-powered automation platforms, and real-time trading infrastructure. Previously SDE II at Amazon.
I am a full-stack engineer with experience building high-scale backend systems (10M+ TPS), AI-enabled workflows, and cloud-native platforms on AWS. I enjoy owning problems end-to-end, designing clean architectures, and shipping systems that are reliable, observable, and easy to extend.
2022 – 2024 · Bangalore, India
2020 – 2022 · Bangalore, India
End-to-end trading system for Indian markets with real-time data ingestion, multi-timeframe analysis, strategy orchestration, and live dashboards.
Workflow automation platform for clinical eye exams, reducing patient processing time by 50%. Winner of TopCoder Hackathon.
ML-powered browser extension for real-time headline classification with 91% accuracy.
Designed as a low-latency, horizontally scalable system with clear separation between ingestion, analysis, execution, and presentation layers.
┌───────────────┐ ┌───────────────────┐
│ Broker APIs │──────▶ │ Market Data Fetch │
│ (Fyers, etc.) │ │ 5m / Tick Feeds │
└───────────────┘ └─────────┬─────────┘
│
▼
┌───────────────────┐
│ Celery Workers │
│ 990+ parallel │
│ analysis tasks │
└─────────┬─────────┘
│
┌───────────────────────────┼───────────────────────────┐
▼ ▼ ▼
┌───────────────┐ ┌───────────────────┐ ┌───────────────────┐
│ Redis Cache │ │ PostgreSQL │ │ Strategy Engine │
│ Hot data TTL │ │ Historical data │ │ MTF / Signals │
└───────────────┘ └───────────────────┘ └─────────┬─────────┘
│
▼
┌───────────────────┐
│ Django Channels │
│ WebSocket layer │
└─────────┬─────────┘
│
▼
┌───────────────────┐
│ React Dashboard │
│ Live updates │
└───────────────────┘
Internal platform enabling auditors to resolve complex seller escalations using AI-assisted multi-step workflows.
┌───────────────┐
│ Seller Ticket │
└───────┬───────┘
▼
┌────────────────────┐
│ Event Ingestion │
│ (SQS / SNS) │
└─────────┬──────────┘
▼
┌────────────────────┐
│ LLM Orchestrator │
│ Claude + Rules │
└─────────┬──────────┘
▼
┌────────────────────┐ ┌────────────────────┐
│ Data Fetch Layer │◀──────▶│ DynamoDB / Redshift│
└─────────┬──────────┘ └────────────────────┘
▼
┌────────────────────┐
│ Audit UI (Web) │
│ Human-in-the-loop │
└────────────────────┘
Python, Java, Django, Spring Boot, FastAPI, AWS, Microservices, Event-Driven Systems
React, TypeScript, Angular, HTML, CSS, WebSockets
LLM Integration, LangChain, TensorFlow, Scikit-learn, Redis, PostgreSQL