tour_of_rust
Exercism - website

tour_of_rust | Exercism - website | |
---|---|---|
34 | 192 | |
901 | 456 | |
1.0% | 2.0% | |
7.2 | 9.4 | |
3 months ago | 3 days ago | |
JavaScript | Ruby | |
MIT License | GNU Affero General Public License v3.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tour_of_rust
-
Becoming Rustacean:Awesome Free Online Resources to Learn Rust Programming
https://tourofrust.com/ is fun. Learning rust has a weird initial learning curve dealing with the aggressive analyzer/compiler and how you have to approach your variables, but after that initial hump it is one of the coziest languages I've used. Having what was initially a bit of a nag, is now a godsend when i'm getting red-squiggles in vscode for a typo in my SQL string for a misnamed column, or a field in my template was removed and so my struct shows how it's now unused.
-
58 Rust Resources Every Learner Should Know in 2023
1. 👶 Tour of Rust is a step-by-step guide for the Rust programming language. It gives a nice overview of the language and allows the learner to also modify the code examples to experiment.
-
I wanna be a crab.
Another good learning resource is the Tour of Rust, which is more hands-on than The Book. It has a code example (which you can edit and run directly) in every section.
-
Rust slow tutorial
The bonus by learning this way is that the Rust compiler gives amazing feedback allowing you to intentionally experiment by breaking the examples. https://tourofrust.com/ was my first superficial pass.
-
Anything C can do Rust can do Better
Tour of Rust - Richard Anaya
-
This list of free scala courses will help you get started with mastering scala. Check it out.
Other languages have similar ones like https://tourofrust.com/
- Tour of Rust now in Vietnamese!
- Unable to learn rust.
-
35 Rust Learning Resources Every Beginner Should Know in 2022
1. Tour of Rust is a step-by-step guide for the Rust programming language. It gives a nice overview of the language and allows the learner to also modify the code examples to experiment. I would say that the Tour of Rust is not a resource that you would rely on by itself.
-
Rust is very welcoming
I really liked https://tourofrust.com/ Helped me a ton.
Exercism - website
-
How to get better at programming while doing DevOps at work?
First to get a grasp of language use [Exercism(https://exercism.org/) anything similar. You can also practice leetcode questions in language of your choice. Leetcode may not help you with day to day stuff but it will force you out of your comfort zone and will make you think about what and how to write.
- So I read that solving challenges can increase your level in programming languages, so I want to ask, what is a good website or course that can give me JavaScript challenges to do? Not full projects, but certain tasks.
-
JavaScript Roadmap: Step-by-step guide to learning JavaScript
Here's a better way to learn at Javascript.info. Sprinkle in some online tutes such as Brad Traversy videos, build some mini-projects, and perhaps a coding challenge site such as edabit or exorcism.
-
Reworked Raku exercises on exercism.org
All the exercises on https://exercism.org/ have been given a fresh coat of paint, removing their looped JSON test cases in favor of cases written fully in Raku.
-
Where can I test my C# skills?
https://exercism.org/ is my go-to spot when learning a new language to get lots of exercise. Just see how far you can progress.
-
Where can I practice non-algorithm python questions?
Check out https://exercism.org/
-
"You don't "learn" PowerShell, you use it, then one day you stop and realize you've learned it" - How true is this comment?
Exercism
-
I have returned
If you like to do exercises, I can recommend the website https://exercism.org It has al kinds of exercises and mentoring.
-
C Practice Tests?
If you want improve your coding skills. Try https://exercism.org. They have tracks for all types of languages, including C.
-
Software Development is subjective
exercism.org if you want to learn basics of some concepts or languages, I use it to learn other languages than the main one I work with. It's really nice IMO.
What are some alternatives?
book - The Rust Programming Language
RELATE - RELATE is an Environment for Learning And TEaching
learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea!
LeetCode - This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python.
verona - Research programming language for concurrent ownership
Sakai - Sakai is a freely available, feature-rich technology solution for learning, teaching, research and collaboration. Sakai is an open source software suite developed by a diverse and global adopter community.
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
easy_rust - Rust explained using easy English
reference - â• Share quick reference cheat sheet for developers.
blog.rust-lang.org - Home of the Rust and Inside Rust blogs
RustBooks - List of Rust books
nomicon - The Dark Arts of Advanced and Unsafe Rust Programming
