Selected Work
Projects.
A selection of shipped products, open-source tools, and experiments. Filtered by stack or just scroll through.
-
01
Trace
A distributed request-tracing platform for microservices. Captures spans across services, visualizes latency hot-paths, and surfaces p99 bottlenecks in real time.
-
02
Meld
A CLI tool for diff-aware schema migrations. Compares two SQL schemas and emits a migration plan with rollback support. Written in Rust for sub-millisecond parse times.
-
03
Dispatch
Webhook delivery infrastructure with automatic retries, dead-letter queues, and payload signing. Processes 2M+ events per day for a fintech client.
-
04
Codex UI
A headless component library for React with zero runtime dependencies. Follows WAI-ARIA authoring practices for every interactive primitive, tree-shakeable by default.
-
05
Lumen
A lightweight HTTP gateway for internal tooling. Handles authentication, rate-limiting, and request logging with configurable middleware chains via YAML.
-
06
Orbit
A real-time collaborative whiteboard for distributed teams. Custom conflict-free canvas engine using CRDTs, encrypted room state, and sub-100ms latency on the shared cursor layer.