Anyone have tutorial recommendations,

  • @[email protected]
    link
    fedilink
    10
    edit-2
    9 months ago

    Aside from the usual recommendations of: The Rust Book and Rustlings.

    I’d also recommend you try porting things you’ve made previously into rust. The amount of times I’ve ported something over and realised I could’ve done it better originally is too damn high.

    • @Walnut356
      link
      2
      edit-2
      9 months ago

      Counterpoint, i didnt like the rust book at all (as an inexperienced self taught ~6 months to a year into learning python at the time). Programming Rust and Rust In Action were far better.

    • @SpeakinTelnet
      link
      19 months ago

      +1

      You have to learn by using it, build your train of taught around the language you’re learning. I learned COBOL and forgot it even faster as soon as my head wasn’t in the books, never practiced it, probably wouldn’t even recognize it now.

  • dinckel
    link
    fedilink
    89 months ago

    Please just do yourself a favor, and avoid tutorial hell. The Rust language book has 3 options for you to choose from. When you start feeling comfortable enough, try building a project, no matter how small it will be at the start

  • Dwraf of Ignorance
    link
    7
    edit-2
    9 months ago

    I suggest you watch this. TLDR is Use

    • “The Book”
    • Rustling
    • Rust by Example Most important get started.
  • @uhN0id
    link
    39 months ago

    I recommend the official rust book (aka the documentation. It’s truly fantastic) followed by this actual book https://www.zero2prod.com/

    That combo not only taught me Rust concepts and the Rust “way” but also got me applying the knowledge in a way that gave me a lot of context. You don’t need the zero2prod but I liked it more than any other paid books I’ve tried.

  • @KillTheMule
    link
    39 months ago

    Non-tutorial suggestion: I’ve you’re stuck, put a demonstration of your problem on the rust playground, post it here with the question. People in rustland are generally very willing to help out, and the playground is a very helpfull tool for that.