nostr:npub1dw9kza63z9hsavfksqn60rw6gjdu0mqwyyh6w35qk49d4ukqvrpstwrga3 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.