// TODO: I’m martinuke0
Welcome to my corner of the internet. This website is a personal blog which I use as a platform to document my learning journey and showcase it for the world to see.
A deep dive into WAL design strategies that achieve zero data loss, with practical patterns and validation steps for modern databases.
A deep dive into the memory management trade‑offs between B‑Trees and LSM Trees, with practical guidance for database developers.

A deep dive into lock‑free programming using atomic compare‑and‑swap, covering theory, implementation patterns, and real‑world best practices.
Copy‑on‑Write (CoW) lets Linux share pages until they’re modified, dramatically cutting memory footprints for forks, containers, and snapshots.
Explore how LSM trees boost write performance compared to B‑trees, the mechanics behind their design, and the trade‑offs involved.