EP 02  ·  BUILD
TCP Chat Server: Async, Tokio, Broadcast
Build a multi-client chat server from scratch in Rust. Covers async/await, tokio::spawn, broadcast channels, and tokio::select! for multiplexing.
Jun 3, 2026 · 22 min Watch & get code →
EP 01  ·  BUILD
Building cat in Rust
A real cat clone with syntax highlighting and line numbers. Covers ownership, the ? operator, iterators, and terminal detection.
May 22, 2026 · 18 min Watch & get code →