// 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.
Short description of the cover image subject.

Deep Dive into RocksDB Compaction Strategies: Leveled versus Tiered Architectures for Production Workloads

A practical guide comparing RocksDB’s leveled and tiered compaction, with architecture diagrams, performance numbers, and tuning tips for engineers running high‑throughput workloads.

May 23, 2026 · 8 min · 1512 words · martinuke0
Diagram of microservices exchanging saga messages.

Implementing the Saga Pattern for Distributed Transactions: Architecture, Consistency, and Commerce Workflows

A deep dive into the Saga pattern, covering orchestration vs. choreography, compensation logic, and a real‑world e‑commerce order workflow.

May 23, 2026 · 7 min · 1298 words · martinuke0
Illustration of Go channels flowing through a microservice architecture.

Mastering CSP Channels in Go: Architecting Scalable Logic for Concurrent Production Systems

A deep dive into Go’s channel‑based concurrency, showing architecture diagrams, patterns, and production‑ready code for high‑throughput systems.

May 23, 2026 · 7 min · 1435 words · martinuke0
Diagram comparing io_uring and epoll event pipelines.

Deep Dive into io_uring vs epoll: Architecture, Performance Trade-offs, and Production Implementation

A practical comparison of io_uring and epoll, covering architecture, benchmark results, and step‑by‑step guidance for production deployment.

May 23, 2026 · 8 min · 1631 words · martinuke0
Illustration of Go gopher perched on a cloud of microservices.

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

A deep dive into Go’s strengths for backend engineering, covering service architecture, concurrency patterns, and production best practices.

May 23, 2026 · 7 min · 1362 words · martinuke0
Feedback