-
-
Notifications
You must be signed in to change notification settings - Fork 62.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rust Courses #5040
Update Rust Courses #5040
Conversation
Added Rust Courses which were good in quality on YouTube and beginner friendly.
I forgot to select them. Sorry |
This is probably related to #5039 |
Be sure to check the output of Travis-CI for linter errors. Alphabetical order and spacing are the most common problems. |
Okay |
Changed the order of resources.
Update
Removed a blank line. Lint problems fixed.
free-courses-en.md
Outdated
* [Ruby Tutorial](https://www.w3resource.com/ruby/) | ||
* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com) | ||
|
||
### Rust | ||
|
||
* [Intro to Rust](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW) - Tensor Programming (YouTube) | ||
* [Rust Basics](https://www.youtube.com/playlist?list=PLlcnQQJK8SUjApd95LIcd3K9XXmE-IeCS) - Engineer Man (YouTube) | ||
* [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) - Traversy Media (YouTube 1.5hr) | ||
* [Rust Projects](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDD5vy2BuSHvFZU0a6RDmgb) - Tensor Programming (YouTube) | ||
* [Rust Tutorial](https://www.youtube.com/playlist?list=PLLqEtX6ql2EyPAZ1M2_C0GgVd4A-_L4_5) - Doug Milford (YouTube) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello! Thank you for the resources
Currently, the build is failing due to not having an extra blank line after the last resource in the Ruby section and before your Rust heading.
Check the reason why here
Also, no need to mention (Youtube), check that here
* [Ruby Tutorial](https://www.w3resource.com/ruby/) | |
* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com) | |
### Rust | |
* [Intro to Rust](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW) - Tensor Programming (YouTube) | |
* [Rust Basics](https://www.youtube.com/playlist?list=PLlcnQQJK8SUjApd95LIcd3K9XXmE-IeCS) - Engineer Man (YouTube) | |
* [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) - Traversy Media (YouTube 1.5hr) | |
* [Rust Projects](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDD5vy2BuSHvFZU0a6RDmgb) - Tensor Programming (YouTube) | |
* [Rust Tutorial](https://www.youtube.com/playlist?list=PLLqEtX6ql2EyPAZ1M2_C0GgVd4A-_L4_5) - Doug Milford (YouTube) | |
* [Ruby Tutorial](https://www.w3resource.com/ruby/) | |
* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com) | |
### Rust | |
* [Intro to Rust](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW) - Tensor Programming | |
* [Rust Basics](https://www.youtube.com/playlist?list=PLlcnQQJK8SUjApd95LIcd3K9XXmE-IeCS) - Engineer Man | |
* [Rust Crash Course](https://www.youtube.com/watch?v=zF34dRivLOw) - Traversy Media | |
* [Rust Projects](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDD5vy2BuSHvFZU0a6RDmgb) - Tensor Programming | |
* [Rust Tutorial](https://www.youtube.com/playlist?list=PLLqEtX6ql2EyPAZ1M2_C0GgVd4A-_L4_5) - Doug Milford | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also didn't need to remove that blank line in your recent commit, that was fine before!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks kadhirash. I was getting confused about that blank lines as I didn't pay attention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Np, anytime!
Update
Removed YouTube..
Thanks, and welcome to free-programming-books! |
* Update Rust Courses Added Rust Courses which were good in quality on YouTube and beginner friendly. * Update free-courses-en.md Changed the order of resources. * Update free-courses-en.md Update * Update free-courses-en.md Removed a blank line. Lint problems fixed. * Update free-courses-en.md Update * Update free-courses-en.md Removed YouTube..
Added Rust Courses which were good in quality on YouTube and beginner friendly.
What does this PR do?
Add Resource
For resources
Rust Courses
Why is this valuable (or not)?
Most People can't find good courses of Rust on YouTube as its hard to explain.
How do we know it's really free?
I've tested every resource I added.
Checklist: