You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A structured guide from zero to production Rust backend. Each module builds on the last.
Learning Objectives
By the end you will understand why Rust exists, write safe concurrent code, build a backend API, and deploy it.
Prerequisites
You need basic computer literacy. No prior Rust, systems programming, or backend experience required. If you know another language, you will move faster through foundations.
Start at 00-foundations. Read each file in order. Every module assumes you understand the previous one. Code examples explain what each line does. If you get stuck, re-read the previous file.
means fundamental concepts. means patterns and trade-offs. `` means architecture and internals.