Rust Learning Path from Novice to Mastery
nativebyx.dev
Rust Learning Path from Novice to Mastery
1–10 of 26 posts
Re: Rust Learning Path from Novice to Mastery
#2Re: Rust Learning Path from Novice to Mastery
#3Re: Rust Learning Path from Novice to Mastery
#4I love how culty the Rust sphere is. I don't have many opportunities to use it but I always stop to watch tutorials/read articles because of how enthusiastic people are about the language
Re: Rust Learning Path from Novice to Mastery
#5I love how culty the Rust sphere is. I don't have many opportunities to use it but I always stop to watch tutorials/read articles because of how enthusiastic people are about the language
Re: Rust Learning Path from Novice to Mastery
#6Finding it hard to judge. Sooner seems better but at risk of missing major understanding pieces which could end up being slower in total
Re: Rust Learning Path from Novice to Mastery
#7At what point would you suggest switching from tutorials to building a toy project? Finding it hard to judge. Sooner seems better but at risk of missing major understanding pieces which could end up being slower in total
There are also language concepts that will not make much sense when learning without context from a book, but will make much more sense after attempting to write something without using that first.
Re: Rust Learning Path from Novice to Mastery
#8"Becoming Rustacean: Resources to Learn Rust Programming" https://news.ycombinator.com/item?id=35522076 (148 points | 3 days ago | 47 comments)
Re: Rust Learning Path from Novice to Mastery
#9I love how culty the Rust sphere is. I don't have many opportunities to use it but I always stop to watch tutorials/read articles because of how enthusiastic people are about the language
The world needs languages that try to be both safe and high performance. Rust is taking a shot at it. I'm not actually using it myself, but when I see people getting excited about it, I'm not laughing at them. I'm thinking that I get where they're coming from.
Re: Rust Learning Path from Novice to Mastery
#10It gave two things - a context of an actual project (especially as usually ecosystem is more important, and tricky, than the language itself) and motivation. Otherwise, I either stop learning (which often is a good thing because it turns out I don't need this language or tech) or don't internalize the most important things.