Hey everyone,
I'm thrilled to announce the launch of my brand-new Rust programming full course on YouTube! π
I am using Rust Version 1.77.1
For those who don't know me, I'm Amir, a passionate software developer and educator who loves diving into new programming languages and sharing my knowledge with the community. Over the past few months, I've been working hard on creating a comprehensive Rust course that will take you from a complete beginner to a confident Rustacean.
Rust is an incredible language known for its performance, safety, and concurrency. It's perfect for systems programming, web development, and even game development. However, it can be a bit challenging to learn, which is why I've put together this course to make the journey easier and more enjoyable for you.
In this course, you'll find:
Detailed explanations of Rust's core concepts
Hands-on coding examples
Tips and tricks to avoid common pitfalls
Check it out here:
I'm really excited to share this journey with you. Don't forget to subscribe to my channel, leave a comment, and let me know what you think. Your feedback is invaluable and helps me create even better content for you.
See you in the course :-)
Best,
Amir
Top comments (24)
If he wants to teach full course Rust, I am all for it. I want to learn and if someone is willing to take time and effort to teach me I would be greatly appreciated.
Thank you ππ
It'd be great if you mentioned in the post the exact version of Rust you're teaching. It's significant when others post a 6 hour marathon video just on updates between version 1.72 and 1.78
sure.
Just started watching it and it's quite helpful. You just earned a subscriber and Thank you for doing this for the coding community!!!
Thank you for your kindness, Akshay, I'm glad you found the course useful π
I need to learn Rust, if anyone can help with which libraries to use and repos please hmu. My telegram: @paja356
Before the libraries, learn the language itself.
Here is a 3 hours course that can help you start your Rust journey.
Thank you, sir! β€οΈπ«Ά
Good luck, my friend
Great news! Thanks for your work!
You're very welcome, my friend ππ
Thanks, watched it at the weekend and took a few new pointers from it. Very useful.
Thank you so much for the feedback, my friend :)
Hey there!
While we appreciate you sharing posts here, please see DEV's Content Policy available in our Terms and be careful not to share content that is too promotional. The terms state:
Going forward, be careful to avoid sharing articles that are too promotional in nature. While it's generally okay to promote your product, business, personal brand, etc., just make sure that the posts you share have value beyond promotion.
If promotion is your primary goal, then consider signing up for Pro Tools which gives you access to:
Hope you understand our reason for limiting promotional content and that you continue to enjoy DEV!
Hi there.
Thank you for the message.
No, promotion for my videos is not my primary goal, and you can see my previous articles, in essence i share my youtube material to be beneficial to everyone, a lot of those videos do not have adds even, so i want to help the max amount of junior devs.
Thank you.
Best,
Bek
It's a 3 hour completely free programming video. I'd understand if this were really a teaser for a full paid course, but this isn't clickbait. It seems to me like good content worth the sharing.
Thank you my friend for your support π
I really don't see how this applies? As a trusted user, I watched this course, on Dev.to without linking elsewhere and learned a lot from it, no one asked me for money so can't see it as promotional for anything apart from a video, which I watched on Dev.
Thank you very much, Mike, for your support π
Never titled a programming course "full course". You just teach rust syntax.
So in your opinion what would a "full course" include?
No one can teach "FULL" programming language so You may title it "Full Rust syntax". or "Almost full rust syntax".
At 1:42:00, why isn't the 'x' on the right side of the equal sign on line 9 cleaned up on line 11, which should theoretically leave it empty when you get to line 13?