From 5abec4e1f9c0926d791a0f302e472b3be4464f8d Mon Sep 17 00:00:00 2001 From: bookish <44310042+bookish@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:14:16 -0400 Subject: [PATCH] Update README.md 'Coding practice for beginners' section with Take Your First Steps with RUST Update README.md 'Coding practice for beginners' section with Take Your First Steps with RUST, which is an interactive path for beginners, with 11 modules on syntax, ownership, data structures, and testing, ending in a CLI to-do app build. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d84abe4c8..9c27fe03b 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ When learning CS, there are some useful sites you must know to get always inform - [edabit](https://edabit.com/challenges) : Practice coding via various small challenges. - [Learn Git Branching](https://learngitbranching.js.org) : Learn and practice git commands in an interactive way - [Oh Shit, Git!?!](https://ohshitgit.com/) : Cheat sheet to get yourself out of bad git situations +- [Take Your First Steps with RUST](https://learn.microsoft.com/en-us/training/paths/take-first-steps-rust/) : Interactive path for beginners, with 11 modules on syntax, ownership, data structures, and testing, ending in a CLI to-do app build. - [The Odin Project](https://www.theodinproject.com/home) : The Odin Project provides a free open source coding curriculum that can be taken entirely online. - [Udemy](https://www.udemy.com/) : Whether you want to learn or to share what you know, you’ve come to the right place. As a global destination for online learning, we connect people through knowledge. - [Scaler](https://www.scaler.com/topics/) : A curated interactive space for aspiring programmers to learn and master their coding skills. Also help in job interview.