Building Resilient, High-Performance Systems

I specialize in distributed systems, custom network protocols, and compiler design. Currently exploring eBPF, HTTP/3 framing, and zero-trust architectures.

Get in Touch

Recent Publications

NETWORKING

Deep Dive into HTTP/2 Framing & Multiplexing

An in-depth analysis of how HTTP/2 streams are multiplexed over a single TCP connection, and how to optimize frame sizes for low-latency applications.

LINUX KERNEL

Accelerating Packet Processing with eBPF and XDP

How we bypassed the Linux network stack to achieve 10Gbps line-rate packet filtering with minimal CPU overhead using eXpress Data Path.

DISTRIBUTED SYSTEMS

Raft Consensus: From Theory to Production

Lessons learned from implementing a custom Raft-based distributed key-value store in Rust, handling network partitions and disk corruption.