← All pathsadvanced

Job Ready

Go from competent to hireable — idiomatic Rust, production patterns, and deep dives.

  1. 1
    Programming Rust (2nd Edition)

    O'Reilly's deep dive into Rust — systems programming, concurrency, and the type system.

  2. 2
    Rust for Rustaceans

    For developers who know the basics and want to write idiomatic, production Rust.

  3. 3
    Jon Gjengset

    Deep-dive videos on Rust internals, async, and advanced language features. Start with Crust of Rust.

  4. 4
    Crust of Rust (Playlist)

    Jon Gjengset's legendary series on smart pointers, async, lifetimes, and other intermediate Rust topics.

  5. 5
    The Unofficial Guide to Rust

    Community wiki covering patterns, crates, and ecosystem gotchas.

  6. 6
    ripgrep

    Blazingly fast line-oriented search tool — exemplary Rust systems code to read.