Browse our courses
Written by real Rustaceans, our interactive courses will keep you engaged and wanting to learn more.
- Courses (and counting)
- 13+
- Discrete steps (and counting)
- 120+
The Daily Challenge ๐
A new challenge every day to keep you on your toes.
1. Hello, Rust! ๐ฆ
Learn the basic syntax and concepts of Rust and how they compare to other languages.
2. Primitive Types ๐ฆด
Learn about Rust's common primitive data types and how to use them.
3. Collections and Loops ๐
Learn about Rust's wide variety of collection types and how they interoperate with loops.
4. Structs and Enums ๐๏ธ
Learn how to define custom data types.
5. Error Handling ๐จ
Learn how error handling works and the current best practices.
6. Ownership ๐ค
Learn about Rust's ownership system and how it keeps your code safe.
7. Using Crates ๐ฆ
Learn how to use crates, also known as libraries.
8. Intro to Traits ๐ญ
Learn how to define and use traits.
9. Important Traits โ
Learn about some important traits that the Rust standard library provides.
9. Intro to Async Rust โณ
Learn the basics of asynchronous programming.
10. Testing ๐งช
Learn how to write tests for your code.
Webserver: Build a Todo Application ๐
In this course we build a high-performance Todo app and serve it over HTTP.
Database Interaction: Library Server ๐
Learn how to interact with databases by building a simple library management system backed by SQL.
Coming soon: Network Programming ๐ก
Learn how to create lower-level networked applications.