skip to content
donny eats tech
home
writing
work
projects
projects
Things I've built. Mostly distributed systems, infrastructure, and systems programming.
redis-go
Redis-compatible server in Go — RESP2 protocol, TTL expiry, SQLite-backed durability.
go
mit-6.5840
MIT's distributed systems course (formerly 6.824). Implementations of the Raft consensus algorithm, a distributed key-value store, and a MapReduce framework.
go