Exercism - website
blog.rust-lang.org
Exercism - website | blog.rust-lang.org | |
---|---|---|
192 | 26 | |
470 | 374 | |
2.8% | 0.8% | |
9.9 | 9.7 | |
1 day ago | 5 days ago | |
Ruby | HTML | |
GNU Affero General Public License v3.0 | Apache License 2.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.
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.
blog.rust-lang.org
-
What is Rust, and What is for it?
Rust Blog
-
Should atomics be unsafe?
Historically, such serious bugs get communicated broadly and addressed very quickly via security advisory blog posts and on https://rustsec.org.
-
The first issue of Rust Magazine has been published 🎉🎉
This font gets double-bolded :D – Alfa Slab One is already bold, and then font-weight: 800 makes the browser "bold it even more". Rust blog also had the same issue. So instead of dimming the font-weight of titles, you should instead just tell the browser that Alfa Slab One is already bold:
- New video! 2022 in Programming Languages
-
Security advisory for Cargo (CVE-2022-46176)
Indeed! Thanks for pointing this out, I just opened a PR to mention the additional mitigation.
-
Announcing Rust 1.66.0
You're correct that there's currently no language-level way to get at the raw discriminant in this case, you need to use unsafe and inspect the discriminant directly. I agree that the blog post should mention this limitation, here's a PR to fix it: https://github.com/rust-lang/blog.rust-lang.org/pull/1056
-
Anything C can do Rust can do Better
Do you want to stay up to date? The official blog, This Week in Rust, This Week in Rust Docs, The official reddit
-
Can someone recommend good blogs about Rust?
The official Rust blogs are actually pretty good: https://blog.rust-lang.org/
-
About political messages on the Rust blog.
Note that "separate" is not obviously correct to me. The statement about Iran was added to the release announcement via discussion from the "leadership chat,", and my understanding is that the leadership chat contains "project directors on the Rust Foundation board".
-
Rust 1.65.0
As a Rust team member, I have no earthly clue. Maybe it's the Core team? Or the blog author? Or the release team? Also no clue whatsoever as to the process for determining which cause to promote or even which causes are not allowed to be promoted (if any?).
The blog is on github, and this is the commit that added it: https://github.com/rust-lang/blog.rust-lang.org/pull/1043/co...
What is the "leadership chat"? See: https://blog.rust-lang.org/inside-rust/2022/10/06/governance...
(I had thought the "leadership chat" was supposed to be a temporary group working to resolve a governance problem precipitated by the mod team resignation last year (of which I was a member), but it appears to be a decision making body at this point.)
What are some alternatives?
RELATE - RELATE is an Environment for Learning And TEaching
xidel - Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON documents.
LeetCode - This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python.
rust-anthology - Learn Rust from the best
tour_of_rust - A tour of rust's language features
lol-html - Low output latency streaming HTML parser/rewriter with CSS selector-based API