Testing Rust Knowledge

Hello all.

I want to routinely test the development of my conceptual knowledge of rust. Any advice on how to get a periodic quantitative measurement?

This would be less about actual coding and more about concepts, terminology, idioms, libraries, etc.

Thank you!

Solve quizzes: Rust Quiz

2 Likes

You could start by working your way through an online Rust course. After using Rust for four years and shipping useful code I have just completed that course and picked up all kind of new ideas I had missed previously.
Here: Aalto FITech101 Courses You don't have to write much code to complete the exercises, but getting the concepts is essential.

But why? Isn't actually creating useful programs in Rust the whole idea?

I'm conducting a learning experiment and I need a way of testing progress.

I have been coding for almost 20 years and I'm shaking things up a bit with my process of onboarding a new language.

In terms of learning resources, I'm very covered, but thank you.

Thank you so much for this quiz.

While the course I linked to is a great learning resource the point of my suggesting it was to work through answering the exercise questions. They will certainly test the development of your conceptual knowledge. No need to read all the learning material if you don't want/need to.

1 Like

I engage you to solve quizes in the Rust book by Brown University

I'm sorry @ZiCog, I misunderstood. Thank you !