// 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 LSM trees versus B‑trees, focusing on write amplification, read/write trade‑offs, and their impact on modern distributed database design.

A practical guide to building CRDT-powered collaborative applications, covering theory, common data types, implementation patterns, and performance tips.
A deep dive into CRDTs, covering their theory, common types, and step‑by‑step guidance for integrating them into distributed applications.
A thorough walkthrough of Raft’s core components, leader election, log replication, safety guarantees, and practical implementation tips.
A deep dive into LSM‑Tree design for write‑heavy distributed storage, covering data flow, compaction strategies, consistency, and real‑world deployment tips.