Projects
A selection of recent work — backend systems, AI infrastructure, and full-stack applications.
Neuragate
AI-driven self-healing API gateway
Production-grade API gateway in Java 21 that observes its own telemetry, detects anomalies via an AI advisor, and applies confidence-gated remediation autonomously. Load tested at 1,000+ req/min.
View on GitHub → FEATUREDEcoBrief
Scale-to-zero distributed AI news oracle
Distributed serverless platform that auto-provisions ARM EC2 instances on demand, runs a quantized Llama 3.2 3B model in 2 GB RAM, and shuts down between requests to keep cloud spend near zero.
View on GitHub →Multimedia Review Platform
Letterboxd-style social review app
Full-stack TypeScript review platform with JWT auth, refresh token rotation, TMDb integration, MongoDB compound/text indexing for sub-100ms search, and real-time review feeds via Socket.io.
View on GitHub →Social Gaming
C++ multiplayer sandbox
Lightweight C++17 multiplayer platform built on Boost.Beast WebSockets. Single-threaded server, NCurses terminal client, HTML browser client, and pluggable JSON-driven game logic.
View on GitHub →RISC-V Emulator
RV32I instruction set simulator
Educational RISC-V emulator in C — implements the RV32I base integer instruction set, register file, and memory subsystem from scratch. Full fetch-decode-execute pipeline.
View on GitHub →