Our great sponsors
-
If you're looking for a good starting point, go to rust-awesome and find a library or framework you like, and start playing with it.
-
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/nightly/clippy/
If you intend to make yourself more employable, I can recommend you join the clippy project. We have mentored issues for new and grizzled rustaceans and it's an ideal way to foray into rust compiler contribution. The latter is both a prestigeous project and a good number of large companies are currently spinning up teams to chime in. So that's an ideal position to be in.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.