// 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 a data center network with BBR‑enabled servers.

Implementing TCP BBR Congestion Control: Optimizing Network Throughput and Latency for Production Systems

A step‑by‑step guide for engineers to integrate BBR congestion control into Linux stacks, with real‑world patterns, monitoring tips, and proven performance data.

May 30, 2026 · 9 min · 1773 words · martinuke0
Illustration of Rust and multiple LLM provider logos connected by code.

Implementing Liter-LLM: Architecting Rust-Powered Polyglot Bindings for Multi-Provider LLM Integration at Scale

Explore the Rust‑centric architecture, FFI patterns, and scaling tricks that let you serve multiple LLM providers from a single, high‑performance service.

May 30, 2026 · 7 min · 1377 words · martinuke0
A colorful flame graph visualizing call stack frequencies.

Deep Dive into Flame Graphs: Profiling Blind Spots, Sampling Bias, and Hidden Execution Costs

A practical guide to interpreting flame graphs, understanding their sampling limits, and integrating them into modern observability pipelines.

May 30, 2026 · 8 min · 1505 words · martinuke0
Diagram of PostgreSQL transaction snapshots and tuple versions.

Mastering Multi-Version Concurrency Control in Postgres: Architecture, Transaction Isolation, and Performance Tuning

Explore how PostgreSQL implements MVCC, the nuances of its isolation levels, and proven performance‑tuning patterns for real‑world systems.

May 30, 2026 · 8 min · 1607 words · martinuke0
Diagram of epoll and io_uring data paths on a Linux kernel.

Deep Dive into Linux I/O Evolution: From epoll to io_uring Architecture and Performance Patterns

A detailed look at the evolution of Linux asynchronous I/O, comparing epoll and io_uring, and showing how to apply their patterns in high‑throughput services.

May 30, 2026 · 7 min · 1330 words · martinuke0
Feedback