Engineered a low-level KV store in C++ with custom B-Tree in
Engineered a low-level KV store in C++ with custom B-Tree indexing (O(log n) reads/writes across 50K records) and write-ahead logging for crash recovery — bypassing ORM/database abstraction entirely.