// 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.
cgroups v2 unifies memory, CPU, and I/O controls under a single hierarchy, simplifying container orchestration and improving predictability.
A deep dive into why the structure of the memory hierarchy determines the real‑world latency of data accesses, illustrated with calculations and practical advice.
A deep dive into the reasons behind the high mortality of objects in generational GC, the mechanisms that make it efficient, and practical tips for developers.

A deep dive into epoch‑based reclamation, showing why it solves the stalled pointer issue and how to apply it safely in high‑performance concurrent code.
Explore the root causes of dual‑leader situations, their impact on consistency, and proven strategies to keep your cluster healthy.