// 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.
Diagram of Rust and LiteLLM integration.

Architecting LiteLLM with Rust: Building High-Performance Polyglot Bindings for Multi-Provider LLM Orchestration

A deep dive into using Rust to extend LiteLLM, creating fast, type‑safe bindings that let engineers orchestrate multiple LLM providers from a single, performant API.

May 20, 2026 · 7 min · 1398 words · martinuke0
Illustration of a tri‑color graph overlaying a heap memory diagram.

Implementing Concurrent Garbage Collection: A Deep Dive into Tri-Color Marking and Barrier Techniques

A practical guide to implementing concurrent garbage collection, covering tri‑color algorithms, barrier designs, and deployment tips for production systems.

May 20, 2026 · 6 min · 1180 words · martinuke0
Diagram of a multi‑level LSM tree with compaction arrows.

Optimizing Log-Structured Merge Trees for Write-Intensive Distributed Databases

A deep dive into LSM tree internals for write‑heavy clusters, with real‑world patterns from RocksDB, Cassandra, and ScyllaDB.

May 20, 2026 · 7 min · 1299 words · martinuke0
Sentry dashboard with error charts overlaid on a cloud‑native architecture diagram.

Mastering Sentry: Implementing Modern Error Monitoring and Full-Stack Observability for Production Systems

A practical guide that walks engineers through Sentry setup, SDK configuration, alert routing, and observability patterns for reliable production services.

May 20, 2026 · 6 min · 1118 words · martinuke0
RocksDB compaction diagram on a server rack

Optimizing LSM-Tree Compaction in RocksDB: A Deep Dive into Write Amplification and Performance Tuning

A practical guide to reducing RocksDB write amplification through compaction tuning, with concrete configuration patterns and real‑world performance data.

May 19, 2026 · 5 min · 989 words · martinuke0
Feedback