// 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.
Illustration of Go gears interlocking with cloud services, symbolizing backend architecture.

Mastering Go for Modern Backend Engineering: Architecture, Concurrent Services, and Production-Ready Patterns

A deep dive into building Go‑based backend services, from microservice architecture to concurrent patterns and production hardening.

May 20, 2026 · 7 min · 1356 words · martinuke0
Diagram of an LSM tree with Bloom filter overlay.

Optimizing LSM-Tree Read Performance: A Deep Dive into Bloom Filter Architecture and Implementation

A practical guide for engineers to understand, tune, and deploy Bloom filters in LSM‑tree storage engines, illustrated with real‑world examples.

May 20, 2026 · 6 min · 1151 words · martinuke0
A diagram showing microservices communicating via Kafka topics with a central schema registry.

Implementing Schema Registry for Event-Driven Microservices on Kafka: Ensuring Data Consistency in Distributed Systems

A step‑by‑step guide to wiring Confluent Schema Registry into Kafka event pipelines, with patterns, code snippets, and production‑grade safeguards.

May 20, 2026 · 7 min · 1426 words · martinuke0
Illustration of memory pages being duplicated on write.

Deep Dive into Copy‑on‑Write Semantics: Memory Management and Performance in Modern Linux Kernels

A technical walkthrough of Linux’s copy‑on‑write mechanism, covering architecture, caching, and performance tuning for production workloads.

May 20, 2026 · 7 min · 1326 words · martinuke0
Diagram of a TLS 1.3 handshake with zero‑RTT resumption.

Implementing TLS 1.3 Zero Round-Trip Resumption: Architecture, Security Trade-offs, and Production-Ready Performance Tips

A deep dive into TLS 1.3 0‑RTT resumption, covering architecture, security considerations, and actionable performance tuning for modern services.

May 20, 2026 · 6 min · 1262 words · martinuke0
Feedback