Network packets flowing through an eBPF/XDP datapath diagram.

Building an eBPF-Powered Packet Classifier in C: A CV-Worthy Systems Project

Build a production-shaped eBPF/XDP packet classifier from scratch in C. Real code, real architecture, and a clear roadmap to extend it into a senior-level systems project.

September 3, 2026 · 11 min · 2172 words · martinuke0
Network diagram showing multiple Kubernetes clusters connected through an Istio ambient mesh with ztunnel and waypoint components.

Architecting Multi-Cluster Service Mesh with Istio Ambient Mode and eBPF

A practical architecture guide to running Istio Ambient Mode across multiple Kubernetes clusters, with eBPF-powered data planes handling L4 and waypoint proxies owning L7.

September 3, 2026 · 12 min · 2493 words · martinuke0
Abstract network diagram showing a build graph split across remote executors and a shared content-addressable cache.

Inside Bazel 7: Remote Build Execution and the Architecture of Distributed Caching

How Bazel 7 splits a build graph across fleets of executors, what actually moves over the wire during remote execution, and why the content-addressable store makes distributed caching more than a performance trick.

September 3, 2026 · 11 min · 2254 words · martinuke0
An abstract architectural blueprint with neural network nodes overlaid, representing LLM system design.

Becoming a Claude Certified Architect: What It Actually Takes

Breaking down Anthropic’s Claude Certified Architect track — the domains it tests, the production patterns it expects you to know, and a practical study plan for engineers who already ship LLM systems.

September 3, 2026 · 12 min · 2399 words · martinuke0
Network packets traveling along a glowing path representing a TLS 1.3 0-RTT handshake.

Inside TLS 1.3 Zero Round-Trip Resumption: Architecture, Trade-Offs, and Production Deployment

How TLS 1.3 0-RTT cuts handshake latency to a single round trip — and the replay, forward-secrecy, and operational trade-offs you need to understand before turning it on.

September 3, 2026 · 12 min · 2438 words · martinuke0
Feedback