Rust Tutorials
4 posts
2025 Rust Design Patterns Speedrun: Ten Snippets You Can Ship Today
Master ten Rust design patterns with beginner-friendly explanations, runnable code, and SEO-ready takeaways so your next project stays safe, modular, and easy to extend.
November 5, 2025 · 8 min · 1528 words · Rexai Programming

Build Your Own Mini Actor Framework: Run Concurrency Like a Coffee Shop
A hands-on guide to building a usable mini Actor framework in Rust from scratch: Actor, Addr, spawn, supervise, a simple registry, message passing, and HTTP interaction.
August 21, 2025 · 6 min · 1137 words · Rexai Programming

I Built a Distributed Actor System in Rust and Even Surprised Myself
WebSocket + Actor Model = Making Multiple Machines Think Like One Brain, This Combination is Insane
January 9, 2025 · 6 min · 1126 words · Rexai Programming

Rust in Action: Sending Messages to Remote Nodes with WebSocket Clients
Learn how to implement WebSocket clients in Rust for building distributed Actor systems with remote messaging capabilities. Complete with code examples and practical project demos to master Rust async programming and network communication.
September 6, 2024 · 5 min · 927 words · DreamBeast Programming