Projects

ClevelDB (2023)

ClevelDB is my attempt to build a clone of LevelDB in order to explore many of its key ideas, including:

Conclave (2018)

Conclave is a real-time collaborative text editor built in JavaScript.

Intrigued by collaboration tools like Google Docs, we set out to build one from scratch. Conclave uses a Conflict-Free Replicated Data Type (CRDT) to make sure all users stay in-sync and WebRTC to allow users to communicate directly to one another without a central server. The result is a private and secure way for users to collaborate.

Read our case study to learn how we built it from scratch.

My Lists (2015)

My Lists was the first web app I wrote, and I still use it to keep track of the movies and books that I’ve enjoyed.