some stuff i've made:
filtered by the kind of work behind each project, from systems-heavy builds to backend, cloud, and devops work.
Lithos
githubA production-grade LSM-tree storage engine written from scratch in C. Features Write-Ahead Logging (WAL) for durability, Leveled Compaction, and Snapshot Isolation (MVCC).
rusty-redis
githubA multithreaded, in-memory kv store implementing the RESP protocol. Leveraging Tokio and DashMap for fine-grained locking to handle high-concurrency workloads.
Aether
githubA distributed SQL database providing Strong Consistency (CP) via Raft consensus. Decouples storage (SQLite WAL) from interface (Postgres Wire Protocol).
Prism
githubAn ephemeral database proxy that intercepts PostgreSQL wire protocol to instantly fork databases for every feature branch using filesystem-level Copy-on-Write.