Projects
A mix of personal projects, experiments, and things I've built.
- AlpineOps2026
The incident management system ski patrol actually wanted. Paperless incident reports from base to summit — offline-first, tablet-native, syncs when back in range. Built for the mountain, not the office.
offline-firsttablet-nativeski patrolincident management - loon2026
A lightweight, header-only C++ library designed for low memory footprint, low latency, and maximum performance. Provides optimized data structures that outperform standard STL counterparts while maintaining familiar interfaces. Built for HFT, gaming, embedded systems, and real-time processing.
C++header-onlyperformanceHFTembedded Reimplementing Claude Code from the ground up — agent loop, tool use, and terminal UX. CodeCrafters challenge.
agentsLLMCodeCraftersUnix shell built from scratch in C/C++ — parsing, builtins, piping, redirection, and quoting. CodeCrafters challenge.
C/C++systemsCodeCraftersRedis-compatible server built in C/C++ — RESP protocol, event loop, persistence, and replication. CodeCrafters challenge.
C/C++networkingCodeCrafters