How to Learn Rust - No Boilerplate
link: Youtube
Resources
Supplementary Resources
- Ultralearning
- Learn You A Haskell For Great Good
- Real World Haskell
Test to Learn: test what you want to learn first, then fill the gaps that are now visible.
Use Test to Learn with programming books by reading the books twice. Read the Rust Language book once at skim speed, and then again doing all the exercises. Combine with Rustlings for additional exercises.
This method should be generalizable to other programming books. I’ll have to try.