|
|
|
|
|
by stared
1169 days ago
|
|
I keep seeing "how to learn X" and a series of tutorials, exercises, or courses.
Maybe it's me, but each time I learned something, it was by doing projects. Usually, starting with modifying someone's code (while seeing a language for the first time) and then reading a tutorial to understand what's going on. It 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. |
|
That's exactly what "Zero To Production" is about. Actually most of what makes Rust intro material good is that you are building things, not just going on about syntax and language particulars.
For example, "The Book" (what we call "The Rust Programming Language") ends with building a multi-threaded web-server.