A technical deep-dive into building a persistent key-value store from scratch in Go covering the three-layer architecture, write-ahead logging (WAL) for crash recovery, and why I chose bbolt as the durable checkpoint engine.
A deep-dive into CodeHealth-AI, a distributed developer intelligence platform that analyses repository health on every push, scores codebases 0–100, and surfaces AI-powered refactoring recommendations in real time.