Rust developer
Learn ownership, borrowing and Result before shared-state concurrency.
Your goal
Build a checked report and explain lock scope and thread failures.
Use each checkpoint as evidence: solve an exercise without the solution open, explain its edge cases, and revisit a failed concept the next day. Course completion records practice; it is not an accredited qualification.
Rust · Ownership, errors and useful programs
Six guided lessons from language fundamentals to a tested program. Read the example, run it in the stated environment, then complete the extension checklist.
6 lessons · 170 minutes of guided material, plus project and revision time.
Open syllabus →Rust · Share ownership without hiding failures
Thread safety and correct failure handling are separate responsibilities.
1 lessons · 45 minutes of guided material, plus project and revision time.
Open syllabus →Final review
- Demonstrate a working example and a deliberately failing case.
- Explain one design trade-off and the expected time and memory costs.
- State which checks ran automatically and which required manual review.
- Keep a short project README with setup steps, limitations and your next improvement.
Open your personal study plan to review weak concepts and schedule the next session.