| 🚀 Shipping to production | 🌱 Open source @ Google | 🏆 Top 2% of 100K+ |
|---|---|---|
| AI grader used daily by faculty ~85% cheaper than human evaluation |
Merged PR in google-gemini/gemini-cliapproved by a Google maintainer |
TCS CodeVita S13 · Global Rank 2028 among 100,000+ participants |
- 🎓 B.Tech — Artificial Intelligence & Data Science, Class of 2026
- 💼 Looking for Software Engineer (Backend / AI) roles · 📍 India, open to relocation
- ⚡ I obsess over the unglamorous things that keep systems alive — idempotency, retries with jitter, race conditions, webhook security, prompt-cost engineering
- 📫 Fastest way to reach me → deevieswar44@gmail.com
AI exam-grading platform — grades batches of handwritten CA/CS answer sheets in parallel (one streaming AI worker per student) and returns annotated, examiner-style PDFs. In active daily use by coaching faculty.
- 💸 ~85% cheaper than human evaluation — ₹15–21/paper vs the ₹100–190 evaluators charge, in minutes instead of 2–3 days
- 🧠 Two prompt-caching layers — SHA-256-keyed explicit cache (6 h TTL) +
cache_controlprefix reuse to hold cost down - 🛡️ Layered reliability — 10-step jittered exponential backoff · zero-output-gated stream restarts (no paper graded twice) · bounded auto-resume for paused long runs
- ⚡ Browser-direct streaming — multi-minute model runs never hit serverless timeouts
24/7 admissions automation — FAQs, demo booking, payments, doubt triage to faculty, and a daily MCQ engine.
- 🔐 HMAC-SHA256-verified webhooks (constant-time compare) · fast ACK + async processing
- ♻️ Message-id idempotency absorbs Meta's webhook redeliveries · exponential backoff + full-jitter retries with transient-vs-permanent error classification
- 🚦 WhatsApp's 24-hour policy enforced at a single outbound choke point with graceful degradation — policy limits never crash the service
- 🗄️ 16-entity Prisma/PostgreSQL schema · timezone-aware cron jobs · runs fully credential-free in stub mode
⚙️ Engineering highlights inside these repos
- 🎓 student-management — role-based academic portal · database-level race-condition fix proven by a concurrency test · Hibernate N+1 fix with a regression guard · Spring Security · Docker with MySQL health check
- 📋 Complaint-Management-System — 15-endpoint Spring Boot REST API + React · centralized CORS policy bean · GitHub Actions + Jenkins CI · built in a 3-person team via PRs & code reviews
google-gemini/gemini-cli — contributing to Google's official Gemini CLI
- ✅ PR #26884 — merged ·
fix(core), approved by a Google maintainer, picked up from a help-wanted issue - 📬 12 PRs submitted · 3 currently open
| 🥇 TCS CodeVita Season 13 (2025) | Global Rank 2028 of 100,000+ participants — Top 2% |
| 🧮 LeetCode | 150+ problems solved |
| ☁️ Google Cloud Skills Boost | Gold League · 21,010 pts · 25+ badges |
| 🧪 LLM evaluation engineering | rag-eval-pipeline — merge-blocking CI quality gates · chunking retune lifted Faithfulness 0.45 → 0.82 |

