Our great sponsors
-
If you're planning to do Rust, then I'd probably start with the official Rust Book (https://doc.rust-lang.org/book/), and then proceed to Zero To Production in Rust (https://www.zero2prod.com/). Although you'll find that there's basically no material in Rust that teaches the very basics of programming like loops, variables, functions, etc, and I'm not quite sure what to suggest for this other than learning a different language first or pushing through and trying to "just pick it up".
-
If you're planning to do Rust, then I'd probably start with the official Rust Book (https://doc.rust-lang.org/book/), and then proceed to Zero To Production in Rust (https://www.zero2prod.com/). Although you'll find that there's basically no material in Rust that teaches the very basics of programming like loops, variables, functions, etc, and I'm not quite sure what to suggest for this other than learning a different language first or pushing through and trying to "just pick it up".
-
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.
Related posts
- People say forget OOP when switching to Rust, but what does that mean? Is it like moving to JS?
- Average Rust Developer uwu
- Seriously, what can I do to help out with Cosmis Epoch?
- I understand that it is fundamentally different than their solution, but is it technically wrong? I tried to use a mutable variable and I got an error message, so I went with shadowing/masking. What is more acceptable in the coding community? I am really new to Rust, so please be kind. :) Thanks!
- Introduction to WYD encryption and decryption using Rust