Selected work
Selected work for Backend / Fullstack
Prioritized and described for a backend / fullstack audience — switch lenses to re-rank them. Most were built in client and production environments, so the source is proprietary; I'm always happy to walk through the architecture and trade-offs.
Enterprise Event Logistics Platform
Microservices for large-scale event operations
FeaturedA microservice backend for large-scale event logistics, with independently scalable booking and user services and zero-downtime releases. Secure FastAPI REST APIs, optional natural-language schedule querying via LLM APIs, and AWS deployment with observability tooling that cut debugging time by 30%.
0downtime deploys−30%debugging time
FastAPIPostgreSQLMicroservicesDockerAWS
Analytics & Ranking Platform
Deterministic, auditable athlete rankings
A backend that automates official athlete rankings for a sports federation with full transparency and auditability. A rule engine converts complex ranking criteria into deterministic algorithms over an optimized PostgreSQL schema built for fast recomputation, with Celery async processing cutting generation time by ~50%.
−50%ranking time100sof athletes
FastAPIPostgreSQLCeleryDocker
AI-Driven Financial Data Platform
Production RAG for real-time financial insight
A FastAPI + React platform powering a GenAI chatbot for real-time financial data. Ingestion and retrieval APIs combine insights across multiple databases for scenario-based analysis; upgraded from prototype to production architecture, cutting query latency by ~25%.
−25%query latencyhybridsearch retrieval
FastAPIPostgreSQLRAG PipelinesVector DBsReact
AgentZero
Autonomous AI coding agent
A local-first coding agent architected as a multi-agent state machine (planning → execution → validation). Built around a secure Docker sandbox, symbol-level code indexing over a vector DB, and an adaptive model-routing layer that balances reliability against cost.
symbol-levelcode retrievalself-healingexecution loopsandboxedDocker isolation
PythonMulti-AgentTree-sitterVector SearchDockerLLM Routing