I build platforms end-to-end β distributed systems, cloud-native infrastructure, and the SRE tooling that keeps multi-tenant SaaS reliable. Behind that: ~5 years at CareStack automating a sharded, multi-region healthcare platform, alongside a set of flagship systems I've designed and shipped solo. Each entry below is what it does, the stack, the engineering that matters, and why.
A self-hosted Kubernetes platform in two layers: a Redis-backed task engine (priority queues, retries, dead-letter, cost-aware autoscaling) and an AI agent on top. Describe an operation in plain English and the agent either answers it β a read-only, human-approved query that returns a result and writes nothing β or changes something: it drafts schema-checked code, waits for human approval, and opens a real GitHub pull request. It follows an authored runbook when one fits and plans the change itself from the schema when none does, either way through the same guardrails. It drafts; it never applies to production on its own.
DROP/TRUNCATE, GRANT only to allow-listed roles, migrations must carry a rollback, no unbounded UPDATE/DELETE β with violations surfaced at the approval gate and in the PR body. A regression suite gates content-repo CI on a model bump, a live reviewer-decision metric flags runbooks whose drafts keep getting rejected, and a pending gate pings Slack with a review deep link β auto-cancelling if left undecided past a configurable timeout.The architectural decisions I made building this, and the production issues that shaped them.
waiting_approval), not a held goroutine β a run survives a closed browser and a worker restart. That one primitive is what lets the whole agent run as a platform job.SELECT.curl proved was a valid key. The Infisical operator had cached the bootstrap secret and only cleared it on restart; I root-caused and documented it.COPY --chmod β a failure mode that only surfaces on a real deploy.kubectl port-forward serializing traffic, not the api (728 req/s in-cluster vs 436 through the proxy). The real tail is the synchronous Postgres store-of-record write β durability chosen over enqueue-tail latency, and surfaced rather than hidden.An AI-native practice-management system and EMR for small clinics (β€5 doctors) and solo practitioners β capture, schedule, and follow up in one system. Every doctor belongs to a clinic account; live at medxcore.osforlife.in.
A cross-platform iOS + Android app that turns long-term goals into daily action β and it is shipped, in real users' hands.
A dashboard that scans NSE stocks and ETFs, generates swing-trade signals, paper-trades them, and backtests the whole strategy β end to end.
An online multiplayer Codenames clone with a 1,000-word Manglish (Malayalam) word bank β playable in real time with friends.
A study platform that turns a syllabus-shaped notes library into a fast, searchable web app β in fact, the very site you are reading this on.
The operational control plane behind CareStack's multi-tenant, sharded, multi-region dental SaaS β one place to automate service requests, data-patch workflows, incident tracking, and monitoring.
An internal .NET Core ETL and migration platform that replaced the SSIS-based tooling used to migrate customers off competitor systems.
Completely removes a patient and all of their data across several polyglot microservice databases β without breaking integrity, tenant isolation, or analytics.
Centralized control over feature access and rollout eligibility, plus an internal portal for controlled feature-flag rollout, cohort segmentation, and A/B configuration across tenant groups.
Production SRE tooling I built or co-built at CareStack β each written up as a full engineering deep-dive.
A CLI that grants and revokes support-engineer database access across regions and database engines β safely, and all-or-nothing.
Safely replays failed messages from an Azure Service Bus dead-letter queue back onto the topic, in controlled batches.
Turns a multi-step clearing-house switchover into a single observable, self-notifying job.
More production SRE tooling I contributed to, at feature and area level. Contributed
CareStack's Ops-Provisioning is a ~100-tool SRE/Platform monorepo. Beyond the tools above, I contributed at feature/area level across these categories. Contributed
The ten highest-value tools curated from the broader estate β spanning security, database reliability, observability, incident tooling, and IaC/GitOps.