Rust
Learning Resources:
-
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.
-
Rustlings: for when you are done with the book. You will complete exercises on a broad spectrum of the language's features.
-
Rust for Rustaceans: for a deeper dive in the language, good practices and crate recomendations.
-
This Week in Rust: a weekly newsletter about Rust projects, crates and language changes. Amazing for keeping up to date with the ecosystem.
-
Youtube Channels: Jon Gjengset | No Boilerplate | The Rustagen | Tsoding |Code to the Moon | fasterthanlime | chris biscardi | Mike Code
-
Podcast: Rustacean Station
-
Discord, Matrix and many more online communities are very welcoming to newbies.