- 1. Welcome + Setup
- 1.1. Operating System
- 1.2. Editors & IDEs
- 2. Security Fundamentals
- 2.1. SSH Keys
- 3. Git & GitHub
- 4. Databases: PostgreSQL
- 4.1. SQL Basics
- 4.2. Joins
- 5. Command‑line Basics
- 5.1. Core UNIX Commands
- 5.2. Shell & Prompt Tooling
- 6. Rust Fundamentals
- 6.1. Basics
- 6.2. Ownership & Borrowing
- 6.3. Memory
- 6.4. Arc
- 6.5. Async
- 6.6. Exercises
- 7. Networking Basics
- 7.1. OSI Model
- 7.2. HTTP
- 8. Data Structures & Identifiers
- 8.1. Core Collections
- 8.2. UUIDs & UUIDv7
- 9. Contributing
- 9.1. CLI Tool
- 9.2. First Pull Request