Rust

Learning Resources:

  1. Rust Book: chapters 1-6 will give you a simple base if you just want to hack something together. Passing through the entire book, doing the examples and understanding them deeply, will set you up for great vibe coding.

  2. Rustlings: for when you are done with the book. You will complete exercises on a broad spectrum of the language's features.

  3. Rust for Rustaceans: for a deeper dive in the language, good practices and crate recomendations.

  4. This Week in Rust: a weekly newsletter about Rust projects, crates and language changes. Amazing for keeping up to date with the ecosystem.

  5. Youtube Channels: Jon Gjengset | No Boilerplate | The Rustagen | Tsoding |Code to the Moon | fasterthanlime | chris biscardi | Mike Code

  6. Podcast: Rustacean Station

  7. Discord, Matrix and many more online communities are very welcoming to newbies.