Learning Rust
I’ve always been curious about the Rust Programming Language. It’s got some very attractive properties like memory safety, no GC pauses and is blazingly fast.
Here are some great resources for learning Rust:
The Rust Book Rust By Example Rustlings I’ll document my journey on github
In the age of LLMs and coding assistants, one may question the utility of this. But I think building familiarity and expertise in something new is absolutely essential, so you can understand better …