I'm a software engineer with a double major in Biomedical Engineering and Electrical & Computer Engineering from Duke University. Professionally, I work in defense — C++ simulation for missile defense systems and AI/LLM infrastructure in classified air-gapped environments, at an Army engineering division in Huntsville, AL. My professional work can't be shown publicly. This site is the other side of that: personal projects I document to show how I actually think through problems.
The projects here cover more ground than a typical portfolio because my interests genuinely do. Hardware: a clinical-grade pulmonary spirometer, a stroke detection sleep mask using EOG electrodes, a real-time fall detector with Kalman filtering on Raspberry Pi, a CPAP patient monitoring system. Systems: a C++23 game engine with a dual-reality state synchronization mechanic, a fully hardware-implemented Wordle on a custom pipelined MIPS processor in Verilog, network routers implementing RIP and ARP from scratch in C. AI: a deployed health risk inference API running eight ML models on a 2GB VPS, an on-device coaching app running a quantized 1.5GB LLM entirely offline. Infrastructure: a self-hosted cloud stack on repurposed gaming hardware with zero-trust networking via Tailscale.
Each of these is a genuine build — real hardware, real deployments, real engineering decisions documented in the write-ups.
The Tutorials are where the implementation detail lives — specific choices, edge cases, and what actually went wrong during development. The Projects are the architecture and high-level context. Together they're a more complete picture than either alone.