Projects
things i've built: from weekend experiments to longer-running projects. mostly systems work, tools, and the occasional rabbit hole that got out of hand.
Database Engine
A toy relational database written in C from scratch. Supports a subset of SQL, a B-tree index structure, and page-level disk persistence.