Learn Rust the dangerous way - Start with a program written in C, translate it to unsafe Rust, then learn how to get the same results in (mostly) safe Rust.
How to write fast Rust code - Porting a math evaluation library from Go to Rust and getting a x12,000 speed up - And all the profiling techniques it took to get there.