Platform Command Center
All Systems Operational
// production work

Projects.

Cloud-Native E-Commerce Platform
Personal Project ยท AWS eu-central-1 ยท 2024

Production-grade microservices platform built on AWS to develop deep hands-on expertise in cloud-native architecture, DevOps practices, Terraform IaC, and AI-powered operational workflows. Every architectural decision was treated as a real engineering decision.

arch:CloudFront โ†’ S3 (frontend) + ALB โ†’ EKS (5 services) โ†’ RDS + Redis + SQS
PythonFastAPIPostgreSQLRedisAWS EKSTerraformDockerSQSS3CloudFrontNext.jsPrometheusGrafanaLokiHelm
// hide highlightsโˆ’
5 Microservices
auth, products, cart, payment, orders โ€” each independently deployed on EKS
Terraform IaC
16 .tf files managing 42 AWS resources โ€” VPC, EKS, RDS, ElastiCache, SQS, IAM
Redis Cart
ElastiCache Redis with Hash structure per user, 7-day TTL, sub-millisecond reads
SQS Async
Order processing via SQS โ€” email, inventory, invoice, warehouse. DLQ for failures
IRSA Security
No hardcoded AWS keys. OIDC + ServiceAccount + IAM trust policy for pod-level access
Observability
Prometheus + Grafana + Loki via Helm. Real-time metrics, dashboards, centralized logs
MCP-Based CI/CD Intelligence Platform
Mercedes-Benz R&D India ยท 2024 ยท Internal
INTERNAL

MCP (Model Context Protocol) server exposing CI/CD log analysis tools to GitHub Copilot. Enables developers to diagnose pipeline failures without leaving their IDE. RAG pipeline searches 100k+ line logs in real time.

arch:GitHub Copilot โ†’ MCP Server โ†’ RAG (FAISS) โ†’ CI/CD Logs + PostgreSQL
PythonMCPRAGFAISSsentence-transformersFastAPIGitLab CI/CDPostgreSQL
// view highlights+