Oddbean new post about | logout
 Cool, but I'd rather work on a small project and practice by writing a lot. It feels right to me, you know? Everyone messes up while learning. And, down the road, fixing our early tries is all part of the process. Plus, I enjoy checking out the code other folks drop on existing projects. #rust #rustlang

https://media.hachyderm.io/media_attachments/files/111/032/826/469/539/999/original/eff6257c0499ea90.png 
 @6b8b6177 I would personally recommend:

- Learn Rust using the official book
- Optional but recommended: Rustlings for small exercises
- Start a pet project after finishing some chapters of the book (but continue reading in parallel)
- Learn Axum
- Learn SQLx to use it with PostgreSQL
- Profit!

Everything else can be learned when required.