Software Engineer · DevOps · SRE
Chicago, IL · yashvardhansharma2025@gmail.com · +1 (312) 776-9053 · github: github.com/Parzivalart3mis · linkedin: linkedin.com/in/ysharma6/
Master of Science in Computer Science, CGPA: 3.80/4.0
Bachelor of Technology in Computer Science Engineering, CGPA: 8.87/10.0
A GitOps pipeline that takes a commit all the way to production without anyone touching a server. GitHub Actions lints, tests, security-scans, and ships versioned Docker images; ArgoCD keeps the Kubernetes cluster synced to Git as the single source of truth. Environments promote dev → staging → prod with approval gates, failed health checks roll back automatically, and Prometheus and Grafana watch the whole thing end to end.
An agentic compliance co-pilot for payment disputes. A LangGraph multi-agent system drafts citation-grounded compliance language over a Qdrant hybrid-retrieval pipeline — hitting 0.91 RAGAS faithfulness and cutting median draft time 38% on a 200-case benchmark. Human-in-the-loop gates mean the AI never finalizes anything on its own, and RAGAS regression tests wired into CI keep quality from drifting. Runs on AWS ECS with PostgreSQL checkpointing, Redis, and LangSmith tracing.
An AI triage system for trust-and-safety teams drowning in abuse reports. Three single-responsibility agents — classifier, severity scorer, action recommender — run on Gemini, grounding every decision in community guidelines through pgvector RAG. The guardrails do the unglamorous production work: prompt-injection detection, PII redaction before inference, confidence calibration, and hard escalation rules so the system can never auto-ban or escalate to law enforcement on its own — child safety is always P0, and anything uncertain routes to a human. 296 tests at 89% coverage. FastAPI, PostgreSQL 16 + pgvector, React 18, Prometheus.
An OpenAI-compatible LLM gateway written in Go — one stateless binary, not a constellation of microservices. Policy-based routing with classified retry and failover across OpenAI, Groq, and Gemini, backed by a Redis-Lua circuit breaker shared across replicas. A two-tier cache — Redis exact-match, Qdrant vectors at 0.95 cosine — serves exact hits at 0.42 ms p50 versus 128 ms live calls, cutting spend 6× on a 180-request replay. Observability comes standard: OpenTelemetry, Prometheus, and an auto-provisioned Grafana dashboard. Ships with Docker, deployed on Cloud Run.
A language-learning platform that rolls a grammar notebook, spaced-repetition flashcards, and an AI coach into one app. The coach runs on the Gemini Live API — a real-time voice and video session that knows everything you've written, quizzes you on your own cards, and corrects your pronunciation as you speak. Under the hood: a custom SM-2 spaced-repetition algorithm, Postgres full-text search, and ephemeral tokens so the API key never touches the browser. Next.js 16, TypeScript, Neon Postgres, and Upstash Redis.
A virtual junior project engineer for industrial automation firms. Feed it scope documents, technical specs, and client requirements as PDFs, and GPT-4 — orchestrated through LangChain with PDF parsing and text chunking — comes back with discipline-wise task breakdowns across mechanical, electrical, PLC, and civil work, plus execution risk reports, clarification questions for the client, and phased timelines. The groundwork that normally eats an engineer's first week. FastAPI on the backend, React + Tailwind up front.
Ask a GitHub repo questions in plain English, get charts back. A four-agent LangChain + OpenAI pipeline — Writer generates the analysis code, Reviewer scores it, Executor runs it in a sandbox, and an Orchestrator coordinates the three — then renders Matplotlib / Plotly visualisations of commit history, issue trends, and PR stats in a Streamlit dashboard. No hand-written queries anywhere: the agents do the analysis work themselves. PostgreSQL and the GitHub REST API underneath.
DevOps & Cloud: AWS, Azure, Terraform, Kubernetes, Docker, GitHub Actions, ArgoCD, Helm, Kafka, Linux, Bash
Observability: Prometheus, Grafana
Data & Infra: PostgreSQL, MySQL, MongoDB, Redis, Git
Backend: Python, Java, Go, Spring Boot, Node.js, FastAPI, Express.js, Flask, C
Frontend: React, React Native, Next.js, TypeScript, JavaScript, Tailwind, HTML5
AI / LLM: LangChain, LangGraph, LangSmith, RAG (hybrid retrieval), Qdrant, RAGAS