Video description
20 Hours of Video Instruction
Learn Rust programming from the ground up and create real-world applications.
Rust Programming covers all the aspects of mastering the Rust language, from foundational to advanced levels. This video course will help you learn how to apply Rust to real-world scenarios through clear training and detailed examples.
The Rust language combines the efficiency, speed, and low-level power of C/C++ with the benefits of higher-level languages such as Java, Python, and C#, and you can use it to implement all kinds of solutions including embedded systems, DevOps operators, operating systems and platforms, and much more besides.
In the course, you will learn about the Rust toolset, the Rust type system, how to implement flow control, how to use compound types and collections, and how Rust carefully manages the lifetime of objects and how they are referenced safely in your code.
The course also looks at how to organize Rust applications into functions, structures, and traits. You will learn how to use these techniques to achieve familiar object-oriented goals such as abstraction, encapsulation, inheritance, and polymorphism. You will also learn how Rust deals with important issues such as generic types and multithreading.
You will learn how to structure large applications in Rust through detailed walkthrough of two complete real-world applications. Experienced trainer Andy Olsen will systematically teach you the skills needed to start using Rust effectively and efficiently.
Topics included in this course:
- Module 1: Rust Programming Essentials
- Module 2: Rust Ownership and Borrowing
- Module 3: Structuring Rust Code
- Module 4: Advanced Rust Programming Concepts
- Module 5: Real-World Rust in Action
Demo files for this course are available for download from https://www.informit.com/store/rust-programming-essentials-video-course-9780138201647.
About the Instructor
Andy Olsen is a freelance consultant, instructor, and developer with more than 30 years of experience in IT. Andy began his professional career as a C/C++ developer and transitioned into Java, C#, and other languages as the years passed. Andy is actively involved in a wide range of technologies including full-stack development, cloud native applications, data science, and more. Andy is passionate about technology education and runs training courses around the world across diverse market sectors.
Skill Level:
- Beginner to Intermediate
Learn How To:
- Create, build, and run Rust applications
- Organize Rust code and application structure properly
- Manage memory safely and effectively
- Use object-oriented programming techniques
- Implement concurrency
- Explore additional Rust techniques
- Implement file handling
- Access a relational database
Course requirement:
- None
Who Should Take This Course:
- Developers that need to learn how to write efficient and well-structured Rust applications.
About Pearson Video Training:
Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que. Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.
Table of contents
- Introduction
- Module 1: Rust Programming Essentials
- Lesson 1: Getting Started with Rust
- Lesson 2: Understanding Rust Variables and Types
- Lesson 3: Implementing Flow Control
- Lesson 4: Understanding Enums
- Lesson 5: Using Compound Types and Collections
- Module 2: Rust Ownership and Borrowing
-
Lesson 6: Understanding Ownership in Rust
- Learning objectives
- 6.1 Understanding local scope
- 6.2 Defining static local scope - Part 1
- 6.3 Defining static local scope - Part 2
- 6.4 Defining static global scope
- 6.5 Defining static mutable variables - Part 1
- 6.6 Defining static mutable variables - Part 2
- 6.7 Understanding strings in Rust - Part 1
- 6.8 Understanding strings in Rust - Part 2
- 6.9 Copying vs. moving
- 6.10 Cloning
- Lesson 7: Understanding Borrowing in Rust
- Module 3: Structuring Rust Code
- Lesson 8: A Closer Look at Functions
- Lesson 9: Nested Functions and Closures
- Lesson 10: Defining Simple Structs
- Lesson 11: Implementing Functionality in a Struct
- Module 4: Advanced Rust Programming Concepts
- Lesson 12: Defining Traits
-
Lesson 13: Generics
- Learning objectives
- 13.1 Generic structs
- 13.2 Generic functions
- 13.3 Type constraints
- 13.4 Implementing the PartialEq trait
- 13.5 Implementing the Eq and Hash traits
- 13.6 Implementing the PartialOrd trait
- 13.7 Implementing the Ord trait
- 13.8 Understanding how closures work
- 13.9 Passing closures into functions - Part 1
- 13.10 Passing closures into functions - Part 2
- Lesson 14: Multithreading and Concurrency
- Lesson 15: Additional Rust Techniques
- Module 5: Real-World Rust in Action
-
Lesson 16: Rust Project #1: Implementing a CSV Parser
- Learning objectives
- 16.1 Understanding the application scenario - Part 1
- 16.2 Understanding the application scenario - Part 2
- 16.3 Understanding the application structure
- 16.4 Parsing the command line
- 16.5 Reading and writing data in a file
- 16.6 Implementing a menu system
- 16.7 Storing date information - Part 1
- 16.8 Storing date information - Part 2
- 16.9 Storing date information - Part 3
- 16.10 Going further with date processing - Part 1
- 16.11 Going further with date processing - Part 2
- Lesson 17: Rust Project #2: Accessing a Relational Database
- Summary
Product information
- Title: Rust Programming Essentials
- Author(s):
- Release date: September 2023
- Publisher(s): Pearson
- ISBN: 0138201595
You might also like
book
Programming WebAssembly with Rust
WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in …
video
Rust Programming Part 1: Rust Programming Foundations
7 Hours of Video Instruction Rust programming for real-world applications. Overview: Rust Programming Part 1 teaches …
book
Programming with Rust
Make Rust a key tool in your arsenal, and access one of the industry's fastest-growing areas …
video
Rust Fundamentals
Rust Fundamentals This course is ideal for beginners wanting to become proficient in Rust or from …