Rust Tutorial
4 posts

Rust Distributed Task Queues: Making Results Find Their Way Home
Learn how to build a distributed task queue system in Rust with intelligent result routing. Complete code examples to master cross-node task distribution and result tracking.
September 30, 2025 · 7 min · 1343 words · Dream Beast Programming

When Your Actor Cluster Grows Up, It Needs Sharding
How do you manage 100,000 Actors across 10 machines? Let’s talk about consistent hashing
January 26, 2025 · 9 min · 1750 words · Rexai Programming

Village Gossip Protocol! Rust Actor Node Discovery & Gossip Implementation
Manual node configuration? That’s Stone Age! Modern distributed systems know how to find friends, chat, and gossip automatically
January 15, 2025 · 11 min · 2197 words · Rexai Programming

Hands-On Code! Perfect WebSocket + Actor System Implementation - I Pulled Another All-Nighter
Last article too theoretical? Here’s hardcore code to get your Rust distributed system running
January 10, 2025 · 9 min · 1744 words · Rexai Programming