networking

MQTT Client From Scratch: Building a Stateful Runtime, Not Just a Codec

12 minute read Published: 2026-03-27
A deep dive into building an MQTT v3.1.1 client in Rust, covering runtime architecture, protocol state, reconnect handling, and multi-client fanout.

Aryavarth: Distributed Key Value Store Part 2

5 minute read Published: 2025-02-10
Continues Aryavarth with the networking layer, lock-free concurrency, and the transition from a single-process library to a distributed service.