package main
type Engineer struct {
Name string
Role string
Education string
Interests []string
CurrentFocus string
LeetCode string
}
func main() {
me := Engineer{
Name: "Sai Krishna Mulukutla",
Role: "Backend + AI Engineer",
Education: "B.Tech CSE ยท 2022โ2026 ยท India ๐ฎ๐ณ",
Interests: []string{
"Distributed Systems",
"Computer Vision",
"System Design",
"Real-time Architecture",
},
CurrentFocus: "Production backends & AI systems",
LeetCode: "250+ problems solved",
}
_ = me
}- ๐๏ธ Built a production Uber-style backend โ 6 Go microservices, Kafka, Redis GEO, Docker
- ๐ฅ๏ธ Built a full-stack ride-hailing frontend โ React monorepo, WebSocket live tracking, Razorpay
- ๐ฝ๏ธ Built an AI Recipe Recommendation System โ YOLOv11 food detection + Groq LLM suggestions
- ๐ค Shipped 5+ ML / AI projects โ CNNs, NLP, predictive models
- ๐ง Solved 250+ LeetCode problems
- ๐ฏ Goal: Backend / AI Engineer at a product company
| Project | Description | Stack |
|---|---|---|
| ๐ Uber Backend | 6 Go microservices โ Kafka event bus, Redis GEO driver matching, WebSocket live tracking, Razorpay payments, NGINX gateway | Go Kafka Redis PostgreSQL Docker |
| ๐ฅ๏ธ Uber Frontend | Rider & Driver SPAs in a pnpm monorepo โ live map tracking, OTP auth, Razorpay checkout | React TypeScript Zustand Leaflet Vite |
| ๐ฝ๏ธ AI Recipe Recommendation | Point camera at food โ YOLOv11 detects ingredients โ Groq LLM generates personalised recipes in real time | Python YOLOv11 Groq API OpenCV |
| ๐ค CodeForge AI | AI-powered code editor with real-time optimisation & debugging suggestions | Python FastAPI Groq API |
| ๐ Bangalore House Price Predictor | End-to-end ML pipeline for real estate price prediction | Python Scikit-learn Flask |
| ๐ Fruit & Vegetable Classifier | CNN trained to classify 30+ categories with 95%+ accuracy | TensorFlow Keras OpenCV |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ API Gateway (nginx) โ
โ rate limiting ยท auth ยท routing โ
โโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโ-โ
โ
โโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโ
โผ โผ โผ
Microservice A Microservice B Microservice C
(user-service) (trip-service) (payment-service)
โ โ โ
โผ โผ โผ
PostgreSQL Redis GEO Razorpay API
โ
Kafka Topic
โ
โโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโ
โผ โผ โผ
matching-svc notification-svc driver-svc
โ
WebSocket Hub โโโบ Real-time location โ Rider browser






