Exercism - Scala Exercises
Rustlings
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
Exercism - Scala Exercises | Rustlings | |
---|---|---|
389 | 287 | |
7,175 | 44,260 | |
0.4% | 4.5% | |
0.0 | 8.9 | |
about 2 months ago | about 22 hours ago | |
Rust | ||
- | MIT License |
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 - Scala Exercises
-
Show HN: Open-source tool for creating courses like Duolingo
> it might be more sustainable if courses were stored in a version controllable medium to facilitate multiple collaborators
My initial thought was to actually use GitHub to store the content. Either on Markdown or JSON - to have some version control. I like how Exercism [1] does it. But I thought it would be hard for teachers - unfamiliar with Git - to update lessons.
Then, I thought about implementing a version control system for the project but I felt I was overcomplicating things for an MVP. But I like the idea of having some kind of version control to improve collaboration.
- Ask HN: How to get back to programming Python?
- Começando com Verilog
- Site pentru exercitii
-
Linux beginner project for 15 yo?
I've seen https://exercism.org/ recommended, it's got multiple languages including bash, and it seems capable of testing various solutions as well as having a section of community solutions to validate against.
-
Managed to land a junior role need help!
Exercism being https://exercism.org in case people are unfamiliar.
-
Perfect Golang learning roadmap
This platform works fine for that purpose: https://exercism.org/
-
Where To Learn Web Deveolpment
Once you get an interview you have to pass a whiteboard style question. These are commonly called leetcode questions today, showing you can solve a programming problem in a limited amount of time. To study up for this type of interview question consider going to https://exercism.org/. It has a lot of good little fun programming problems worth doing to get better at programming. You can also look at other people's submissions. I wouldn't cheat, but once you've done the best that you can, you can look at others answers and see if you did better and if you didn't there is something you could learn and improve on.
- Cum pot învăța JavaScript?
- Molim za savete
Rustlings
-
Learning Zig
Rust also has something similar which is where I believe Zig drew inspiration from as well: https://github.com/rust-lang/rustlings
-
Bevy XPBD: A physics engine for the Bevy game engine
Rustlings gives a great introduction to the language:
https://github.com/rust-lang/rustlings
Disclaimer: I write JavaScript
- Learning Rust Recommendations?
-
Hi I’m a total newbie to programming but wants to learn rust as a first language.
Consider solving puzzles and exercises from rustlings and / or try the Rust track at exercism which I found very valuable.
-
Reached a new benchmark today, completed 1000 problems
Rustlings(for learning by doing): https://github.com/rust-lang/rustlings
Yea sure, The Rust Book: https://doc.rust-lang.org/book/ Interactive version of the book: https://rust-book.cs.brown.edu/ Rustlings(for learning by doing): https://github.com/rust-lang/rustlings YT course: https://www.youtube.com/playlist?list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8 And a migration from TS course: https://frontendmasters.com/courses/rust-ts-devs/
-
Managed to land a junior role need help!
Also maybe try rustling for exercises. These are practical, and give you examples to read through. Quite nice IMO.
-
Best path to learn rust
Clone the Rustlings repository locally and try solving as much as you can.
-
Learning Rust for project.
Rustlings is a set of small exercises. Sounds "tutorial-y" but some of them actually teach you some concepts beyond the basics. I really like the conversion problems, hashmap problems, iterators. They will get you to a point where you can write some Rust code and understand what the compiler wants from you.
-
Is Rust suitable for me?
After reading the rust book I would do Rustlings and any rustlings adjacent projects as needed https://github.com/rust-lang/rustlings
What are some alternatives?
rust-koans - Koans for the Rust programming language
rust-by-example - Learn Rust with examples (Live code editor included)
book - The Rust Programming Language
rust-learning - A bunch of links to blog posts, articles, videos, etc for learning Rust
rust.vim - Vim configuration for Rust.
ziglings - Learn the Zig programming language by fixing tiny broken programs.
codewars.com - Issue tracker for Codewars
rust-by-practice - Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
devops-exercises - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Scala Exercises - The easy way to learn Scala.
Rust-Full-Stack - Rust projects here are easy to use. There are blog posts for them also.
Demos and Examples in Scala (Chinese) - scala、spark使用过程中,各种测试用例以及相关资料整理