[Tutorialsplanet.NET] Udemy - Learn Rust By Building Real Applications

Torrent Details


[Tutorialsplanet.NET] Udemy - Learn Rust by Building Real Applications

NAME
[Tutorialsplanet.NET] Udemy - Learn Rust by Building Real Applications.torrent
CATEGORY
Other
INFOHASH
06d9787a7c3efa8ef6fbd4122d33ca227d893443
SIZE
2.3 GB in 99 files
ADDED
Uploaded on 27-12-2021 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Udemy - Learn Rust by Building Real Applications

In this course you will learn the fundamentals of Rust. The format will be a bit different than most other courses. Instead of jumping between unrelated concepts in every video and showing examples that have nothing to do with the real world use of the language, we will learn entirely through practice.
Together we will build real Rust applications and introduce new concepts when we need them to solve actual problems.
To start there will be a short theoretical section on low level memory management.
Then to introduce the basics of Rust we will build a simple command line application. This will provide us with the necessary knowledge to tackle a much larger project.
For our big project we will build a working HTTP server from scratch. We will write our custom implementation of the HTTP protocol and we will build a functioning web server with it. This will let us introduce all of the fundamental and some advanced features of the Rust language.
For more Udemy Courses: https://tutorialsplanet.net

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1. Getting Started/1. Course Introduction.mp47.8 MB
1. Getting Started/1. Course Introduction.srt2.7 KB
1. Getting Started/2. What is Rust.mp412.5 MB
1. Getting Started/2. What is Rust.srt4.3 KB
1. Getting Started/3. Installing Rust.mp415.8 MB
1. Getting Started/3. Installing Rust.srt1.9 KB
1. Getting Started/4. Setting Up the Development Environment.mp48.5 MB
1. Getting Started/4. Setting Up the Development Environment.srt1.9 KB
1. Getting Started/5. Cargo.mp450.6 MB
1. Getting Started/5. Cargo.srt49.5 MB
2. Manual Memory Management/1. Code for this section.html163 B
2. Manual Memory Management/2. Introduction.mp41.1 MB
2. Manual Memory Management/2. Introduction.srt653 B
2. Manual Memory Management/3. The Stack.mp412 MB
2. Manual Memory Management/3. The Stack.srt5 KB
2. Manual Memory Management/4. The Heap.mp421.4 MB
2. Manual Memory Management/4. The Heap.srt6.7 KB
2. Manual Memory Management/5. Smart Pointers.mp45.2 MB
2. Manual Memory Management/5. Smart Pointers.srt2.9 KB
2. Manual Memory Management/6. Explore the Memory Layout in GDB.mp421.4 MB
2. Manual Memory Management/6. Explore the Memory Layout in GDB.srt7.1 KB
2. Manual Memory Management/7. Memory Management.html128 B
3. Building a Command Line Application/1. Code for this section.html163 B
3. Building a Command Line Application/10. Explore the Ownership and Borrowing in GDB.mp427.8 MB
3. Building a Command Line Application/10. Explore the Ownership and Borrowing in GDB.srt6.3 KB
3. Building a Command Line Application/11. Finishing Touches.mp444 MB
3. Building a Command Line Application/11. Finishing Touches.srt8.9 KB
3. Building a Command Line Application/12. Rust Basics.html128 B
3. Building a Command Line Application/2. Introduction.mp42.4 MB
3. Building a Command Line Application/2. Introduction.srt817 B
3. Building a Command Line Application/3. Basic Data Types.mp413.5 MB
3. Building a Command Line Application/3. Basic Data Types.srt2.6 KB
3. Building a Command Line Application/4. Functions.mp420.3 MB
3. Building a Command Line Application/4. Functions.srt9.3 KB
3. Building a Command Line Application/5. Macros.mp428.3 MB
3. Building a Command Line Application/5. Macros.srt7.6 KB
3. Building a Command Line Application/6. Mutability.mp416.3 MB
3. Building a Command Line Application/6. Mutability.srt4.4 KB
3. Building a Command Line Application/7. The Standard Library.mp430.8 MB
3. Building a Command Line Application/7. The Standard Library.srt6.3 KB
3. Building a Command Line Application/8. Ownership.mp448.1 MB
3. Building a Command Line Application/8. Ownership.srt10.5 KB
3. Building a Command Line Application/9. References and Borrowing.mp447 MB
3. Building a Command Line Application/9. References and Borrowing.srt9.5 KB
4. Building a HTTP Server From Scratch/1. Code for this section.html163 B
4. Building a HTTP Server From Scratch/10. The Result Enum.mp452.3 MB
4. Building a HTTP Server From Scratch/10. The Result Enum.srt9.2 KB
4. Building a HTTP Server From Scratch/11. Loops.mp411.4 MB
4. Building a HTTP Server From Scratch/11. Loops.srt3.2 KB
4. Building a HTTP Server From Scratch/12. Tuples.mp417.3 MB
4. Building a HTTP Server From Scratch/12. Tuples.srt4.1 KB
4. Building a HTTP Server From Scratch/13. The Match Expression.mp452.9 MB
4. Building a HTTP Server From Scratch/13. The Match Expression.srt12.1 KB
4. Building a HTTP Server From Scratch/14. Arrays.mp455.7 MB
4. Building a HTTP Server From Scratch/14. Arrays.srt11.8 KB
4. Building a HTTP Server From Scratch/15. Logging the Incoming Requests to the Console.mp451.3 MB
4. Building a HTTP Server From Scratch/15. Logging the Incoming Requests to the Console.srt8.3 KB
4. Building a HTTP Server From Scratch/16. Traits and Type Conversions.mp4110.9 MB
4. Building a HTTP Server From Scratch/16. Traits and Type Conversions.srt22 KB
4. Building a HTTP Server From Scratch/17. Custom Errors.mp477.9 MB
4. Building a HTTP Server From Scratch/17. Custom Errors.srt15.7 KB
4. Building a HTTP Server From Scratch/18. Advanced Error Handling.mp455.9 MB
4. Building a HTTP Server From Scratch/18. Advanced Error Handling.srt10.2 KB
4. Building a HTTP Server From Scratch/19. Iterating Over Strings.mp455 MB
4. Building a HTTP Server From Scratch/19. Iterating Over Strings.srt11.3 KB
4. Building a HTTP Server From Scratch/2. Introduction.mp41.6 MB
4. Building a HTTP Server From Scratch/2. Introduction.srt900 B
4. Building a HTTP Server From Scratch/20. Converting an Option into a Result.mp441.8 MB
4. Building a HTTP Server From Scratch/20. Converting an Option into a Result.srt7.4 KB
4. Building a HTTP Server From Scratch/21. Parsing Values From Strings.mp443.7 MB
4. Building a HTTP Server From Scratch/21. Parsing Values From Strings.srt8.6 KB
4. Building a HTTP Server From Scratch/22. The If Let Expression.mp446.9 MB
4. Building a HTTP Server From Scratch/22. The If Let Expression.srt8.7 KB
4. Building a HTTP Server From Scratch/23. Lifetimes - Part 1.mp448.5 MB
4. Building a HTTP Server From Scratch/23. Lifetimes - Part 1.srt9.2 KB
4. Building a HTTP Server From Scratch/24. Lifetimes - Part 2.mp4149.9 MB
4. Building a HTTP Server From Scratch/24. Lifetimes - Part 2.srt23 KB
4. Building a HTTP Server From Scratch/25. Lifetimes.html128 B
4. Building a HTTP Server From Scratch/26. Silencing Compiler Warnings.mp411.6 MB
4. Building a HTTP Server From Scratch/26. Silencing Compiler Warnings.srt1.9 KB
4. Building a HTTP Server From Scratch/27. Representing the Query String Using a Hash Map - Part 1.mp435.3 MB
4. Building a HTTP Server From Scratch/27. Representing the Query String Using a Hash Map - Part 1.srt10.2 KB
4. Building a HTTP Server From Scratch/28. Representing the Query String Using a Hash Map - Part 2.mp4109.8 MB
4. Building a HTTP Server From Scratch/28. Representing the Query String Using a Hash Map - Part 2.srt20.6 KB
4. Building a HTTP Server From Scratch/29. The Derive Attribute.mp439.1 MB
4. Building a HTTP Server From Scratch/29. The Derive Attribute.srt5.8 KB
4. Building a HTTP Server From Scratch/3. The HTTP Protocol and the Architecture of Our Server.mp413.7 MB
4. Building a HTTP Server From Scratch/3. The HTTP Protocol and the Architecture of Our Server.srt4.9 KB
4. Building a HTTP Server From Scratch/30. Modelling the HTTP Response.mp419.3 MB
4. Building a HTTP Server From Scratch/30. Modelling the HTTP Response.srt3.9 KB
4. Building a HTTP Server From Scratch/31. Copy and Clone Types.mp458.2 MB
4. Building a HTTP Server From Scratch/31. Copy and Clone Types.srt12.9 KB
4. Building a HTTP Server From Scratch/32. Writing Data to a TCP Stream.mp4102.1 MB
4. Building a HTTP Server From Scratch/32. Writing Data to a TCP Stream.srt15.6 KB
4. Building a HTTP Server From Scratch/33. Dynamic vs Static Dispatch.mp440.9 MB
4. Building a HTTP Server From Scratch/33. Dynamic vs Static Dispatch.srt8.4 KB
4. Building a HTTP Server From Scratch/34. Custom Traits.mp439.9 MB
4. Building a HTTP Server From Scratch/34. Custom Traits.srt7 KB
4. Building a HTTP Server From Scratch/35. Implementing Getters.mp420.9 MB

Alternative Torrents for 'Tutorialsplanet.NET Udemy Learn Rust by Building Real Applications'.

There are no alternative torrents found.