No Boilerplate
"Fast, technical videos"
Scripts for my talks on the YouTube channel.
up to the 42nd are in https://github.com/0atman/noboilerplate, then I switched to publishing them here on this site.
I build these using obsidian.md and the advanced-slides plugin: I take each slide, printscreen it, and splice it with my audio using reaper.fm.
Videos
- All previous video scripts are on github
- Obsidian The Good Parts
- Rust is the New C
Recommended Rust Reading
Here are some great resources that I used to teach myself:
-
Everything on fasterthanli.me, starting with
https://fasterthanli.me/articles/understanding-rust-futures-by-going-way-too-deep -
Rust By Example (follows the same chapter ordering to The Book)
https://doc.rust-lang.org/rust-by-example/ -
Rustlings code kata, learn by fixing tiny failing tests
https://github.com/rust-lang/rustlings -
My video series on Rust (of course!) playlist here, watch "How to Learn Rust" first (which contains my recommended set up) and then the rest in any order:
https://www.youtube.com/watch?v=ifaLk5v3W90&list=PLZaoyhMXgBzoM9bfb5pyUOT3zjnaDdSEP&index=6 -
My Discord server, especially in
#programming
and#newbie-advice
. There's a huge community of friendly folks here, answering questions on Rust all day every day. Do tag me and say hi!
https://discord.gg/mCY2bBmDKZ
Have fun, and good luck!