Our great sponsors
-
What worked for me was to practice along with reading. Do the rustlings course. Practice by doing the exercism challenges. Continue reading. Pick a problem of your own. Something you already solved with any other language you know and solve it with rust. Keep at it. It will get better!
-
Exercism - Scala Exercises
Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
What worked for me was to practice along with reading. Do the rustlings course. Practice by doing the exercism challenges. Continue reading. Pick a problem of your own. Something you already solved with any other language you know and solve it with rust. Keep at it. It will get better!
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
I read the Rust Book: https://doc.rust-lang.org/book/
-
My take is here, I learned by creating this repo: https://github.com/deavid/crappylinkedlists
-
I did my own mini programs in Rust; initially there were a few benchmarks for Diesel. Later I did zzping: https://github.com/deavid/zzping/