Rust
I've created a collection of notes and resources on the Rust programming language, which I'll continue to expand on here. Overall, Rust is a simple version of c++.
Actually, there will be some resources in the github repo named awesome-xxx. For example, awesome-rust will collect lots of resources about the rust programming language.
here is the rust cheatsheet and sometimes I do some problem solving to familiar with the rust lang on the exercism platform
guideline https://rust-lang.github.io/api-guidelines/about.html
overview of the rust programming https://www.youtube.com/watch?v=gesNaLkUJeA&list=PLP2yfE2-FXdQmXLvrQ5QN64enbF_KCYQW&index=1
Practice
put some Side Projects here
IN PROGRESS experiment web assembly
game development with rust and webassembly
Implement a minimum redux in rust
https://medium.com/%E6%89%8B%E5%AF%AB%E7%AD%86%E8%A8%98/exploring-redux-middleware-b63b1fc4485f
comic reader
Interesting libraries
Tutorial & Resources
35 rust learning resources every beginner should know
https://doc.rust-lang.org/stable/book/ch01-02-hello-world.html
https://weihanglo.tw/async-book/01_getting_started/01_chapter.html (async book)
https://www.youtube.com/c/LetsGetRusty/videos (a series tutorial of rust features)
effective rust
comprehensive rust