work
Projects
Open source tools and experiments — systems programming, infra, and things I built because they didn't exist yet.
01
productionship
A minimal docker-like container environment built from scratch. Handles Linux namespaces, cgroups, and image layering.
GoMakefile
02
in devns
An authoritative DNS nameserver written in Go. Handles zone files, record resolution, and recursive queries.
GoMakefile
03
productionwaykey
A Waybar module that displays keyboard interactions in real time. Written in C with a Python + Shell wrapper.
CPythonShell
04
in devexstore
A Redis-like in-memory key-value store built in Elixir. Supports TTL, pub/sub, and a custom wire protocol.
Elixir