Exercism - website
The codebase for Exercism's website. (by exercism)
easy_rust
Rust explained using easy English (by Dhghomon)
Exercism - website | easy_rust | |
---|---|---|
192 | 21 | |
466 | 8,182 | |
3.2% | 0.2% | |
9.4 | 0.0 | |
3 days ago | 10 months ago | |
Ruby | Shell | |
GNU Affero General Public License v3.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Exercism - website
Posts with mentions or reviews of Exercism - website.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-26.
-
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.
easy_rust
Posts with mentions or reviews of easy_rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-23.
-
Stuck at 4.3 of the rust book. It's so hard for me.
There's also Easy Rust, an effort in translating the Rust Book into Simple English (limited vocabulary, limited use of idioms), which has now become a Book.
-
Easy Rust has been reborn on Manning as Learn Rust in a Month of Lunches
Up on Manning starting this week is a book I wrote / am writing called Learn Rust in a Month of Lunches, whose origins date back to Easy Rust that people here might be familiar with and which I wrote 2 years ago. The first six chapters are now up on MEAP which is pretty exciting. (The code mlmacleod gives 45% off until February 2 btw)
-
Anything C can do Rust can do Better
Easy Rust - David MacLeod
-
I have returned
Along with the Book, I wrote a book after learning Rust that's for absolute beginners, and doesn't even require installing Rust. It's almost entirely done in the Playground so you can just open up a tab in your browser and follow along. As far as paid books are concerned, my favourite is Programming Rust.
-
So you want to learn Rust?
Easy Rust OR GH Page
-
What is the best course to start learning?
I made a book for absolute complete beginners, after which the Book should be easy to understand. After that I'd recommend Programming Rust (my favourite book on Rust).
-
Newbie here. Just finished reading the book. What now?
https://github.com/Dhghomon/easy_rust The book
-
Rust course
Depends on what language you come from. I found this a decent enough intro for most languages: https://github.com/Dhghomon/easy_rust
-
I have to admit. The free code camp course is a bit more sparing than I would have preferred. How did everyone learn Rust?
This is my favorite: https://github.com/Dhghomon/easy_rust
-
It's been 20 days since I started learning rust as my first language. Terrible experience. Should I move forward?
I put together a book that goes over most of the same content found in The Book but written with easy / straightforward English (partially for English L2 speakers but also for English speakers that just want the info in as straightforward a package as possible).
What are some alternatives?
When comparing Exercism - website and easy_rust you can also consider the following projects:
RELATE - RELATE is an Environment for Learning And TEaching
rust-by-example - Learn Rust with examples (Live code editor included)
tour_of_rust - A tour of rust's language features
Rust-Full-Stack - Rust projects here are easy to use. There are blog posts for them also.
LeetCode - This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python.
too-many-lists - Learn Rust by writing Entirely Too Many linked lists