Course Information
Course Overview
Learn the most loved programming language of programmers
Programming languages usually have some tradeoffs. There are low level languages like C anc C++ usually have speed and control at the cost of memory safety. On the other hand, we high level languages such as python or java script are more safer but are not very efficient from power and speed perspectives. With rust we have best of both the worlds. More specifically, it is a system programming language which means they have speed and control but at the same time are much much better because of the safety features just like high level languages. This makes rust so clearly standout among all the other programming languages.
Its popularity is increasing day by day and is therefore being adapted by bigger companies world wide. Google is also planning to use Rust in the Linux kernel, Microsoft, meanwhile, has turned to Rust to reduce memory-related bugs in Windows and Facebook has also forged closer ties with Rust, joining the Rust Foundation. All these are clear indications that Rust is gaining significant attention of the community.
At 18+ hours of video tutorials, this course will take you from beginner to master level. This course is designed from a perspective of a student who has no prior knowledge of RUST and who is a RUST beginner.
Throughout this comprehensive course, we cover a massive amount of skills and techniques including:
Basic rust programming syntax and Common Rust Collectors
Enums, Traits, Structures, Generics, Lifetimes and Closures
Rust Module System, the use of External Crates and Publishing Crates
Smart Pointers and Commonly used Data Structures including Linklists, Trees, BST and Doubly Linklists
Advance Techniques including Macros, Concurrency and Aysnc Programming
Real Life Problem where we will learn solving 13 Real Life problems in rust
Efficient programming skills including Design Patterns, Efficient handling of Options, Strings and Structures
Variance and Sizedness in rust
Dropping Values and their Relevant Issues
Textual Processing and Directory Handling
Webprogramming
The course ensures that you learn by doing
Practice exercise questions along with solutions
Quizes and
Assignments
By taking this course, you will become a fluent in RUST programming and you'll be so good so that you can confidently and professionlay code in the language.
Don't just rely on my word, check what some of our existing students have to say about my courses.
"I had viewed the video in the propose sequence, as well, as I had looked at some videos outside of the instructor propose sequence, and only had one thing to say: - This course is excellent" Gabriel Federo Hungria
"I have gone through the course on MATLAB Gui by the instructor. It was an A++ experience. He is the best instructor, really professional and knows exactly what to teach. Thanks for your wonderful contribution to help us understand MATLAB." Kunal Singh
"Very interesting course, complete functionality of Matlab was explained and the quizzes further helped with the learning process." Hassan Ayub
Pleaset note… I am very confident that you will like the course and therefore provides you with a FULL money back guarantee for 30 days! So there is a ZERO risk and nothing to loose.
Finally, i am super excited to teach you RUST programming, so hit enroll and enjoy learning RUST
Course Content
- 10 section(s)
- 164 lecture(s)
- Section 1 Course Orientation
- Section 2 ---- Part 1: Basic Programming with Rust ----
- Section 3 Quick Startup
- Section 4 Ownership
- Section 5 Custom and Library Provided Useful Types
- Section 6 Organizing Your Code
- Section 7 Testing Code
- Section 8 ---- Part 2: Intermediate Level Concepts ----
- Section 9 Flexibility and Abstraction with Generics and Traits
- Section 10 Functional Programming Aspects
What You’ll Learn
- Develop beginer to advance level skills of Rust Programming
- Learn the basic syntax of Rust and its feature of memory safety
- Developed an understanding of advance level concepts such as generics, traits, lifetimes and closures
- Gain Hands-On experience of solving some intermediate to advance level problems using RUST
Skills covered in this course
Reviews
-
MMatteo Emanuele Russo
This course really deep-dives into Rust’s core concepts and helps you understand how the language works. Also, big shoutout to Nouman — he explains things in a way that makes them truly understandable. A few cons that came with this course are that there are too few exercises and not enough supplementary resources provided. So, make sure to practice consistently alongside your learning, even with other courses in parallel. Practicing Rust is essential, especially with such a unique programming language, unlike any other out there. All things considered, I rate it 5 stars and strongly recommend it.
-
SSteve Ingram
Dr Azam has provided a wonderfully paced, comprehensive course. The problems (and solutions!) are well thought out. However the *real* standout of the course are the attached example .txt files, containing the example Rust code and a *stunning* set of summary details for each of the current lessons. These summaries themselves are worth their weight in gold!
-
HHayati Gonultas
Good starter. Not sure if stack/heap related information is %100 correct as structs with primitives only created on stack also seem to be moved unless you drive the Copy trait... Maybe I misunderstood, if so this also needs clarification and more examples as it is key to the ownership.
-
SSyed Kamran
awesome lecture. The beauty is complex concept are broken down into simple pieces that make them easy to absorb. It is suggested that a GitHub repo of the course be developed and students may be ask to complete some challenging code exercises to complete. Completion of these code challenges may be optional to complete.