← All pathsadvanced

Job Ready

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

Progress: 0 of 6 resources completed

My learning →
  1. Programming Rust (2nd Edition)

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

  2. Rust for Rustaceans

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

  3. Jon Gjengset

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

  4. Crust of Rust (Playlist)

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

  5. The Unofficial Guide to Rust

    Community wiki covering patterns, crates, and ecosystem gotchas.

  6. ripgrep

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