

# MOVED: All future videos are hosted on the Namtao.com site's [main repo](https://github.com/NamtaoProductions/namtao-com/tree/main/src/site/notes), and published at [namtao.com/nb/](https://www.namtao.com/nb/).

This repo contains old scripts for my talks on the No Boilerplate channel, up until video 43, in [scripts/](https://github.com/0atman/noboilerplate/tree/main/scripts).

---

I build these using [obsidian.md](https://obsidian.md/) and [presenterm](https://github.com/mfontanini/presenterm): I take each slide, printscreen it, and splice it with my audio using [reaper.fm](http://reaper.fm/).



[![Screenshot from 2022-07-13 17-49-52](https://user-images.githubusercontent.com/114097/178788174-86a6e745-a5cb-4d0c-820f-85cedfe9618d.png)](https://www.youtube.com/c/NoBoilerplate)

# Recommended Rust Reading

Here are some great resources that I used to teach myself:

- The Book
https://doc.rust-lang.org/stable/book/

- 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 RUST-6 first (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 #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!

<a rel="me" href="https://namtao.com/@noboilerplate">Find me on Mastodon</a>
