Writing
Build logs and notes from working through systems internals.
Build logs and notes from working through systems software, mostly storage-engine internals in C.
Building a B+ Tree Storage Engine
Writing a disk-based B+ tree storage engine in C from scratch, and documenting what the textbook version quietly leaves out once the data has to live on real pages.
CDatabasesB+ TreeStorage Engines