Udemy - Learn Rust by Building Real Applications

seeders: 1
leechers: 0
updated:
Added by tutplanet in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...

Files

[Tutorialsplanet.NET] Udemy - Learn Rust by Building Real Applications 1. Getting Started
  • 1. Course Introduction.mp4 (7.8 MB)
  • 1. Course Introduction.srt (2.7 KB)
  • 2. What is Rust.mp4 (12.5 MB)
  • 2. What is Rust.srt (4.3 KB)
  • 3. Installing Rust.mp4 (15.8 MB)
  • 3. Installing Rust.srt (1.9 KB)
  • 4. Setting Up the Development Environment.mp4 (8.5 MB)
  • 4. Setting Up the Development Environment.srt (1.9 KB)
  • 5. Cargo.mp4 (50.6 MB)
  • 5. Cargo.srt (49.5 MB)
2. Manual Memory Management
  • 1. Code for this section.html (0.2 KB)
  • 2. Introduction.mp4 (1.1 MB)
  • 2. Introduction.srt (0.6 KB)
  • 3. The Stack.mp4 (12.0 MB)
  • 3. The Stack.srt (5.0 KB)
  • 4. The Heap.mp4 (21.4 MB)
  • 4. The Heap.srt (6.7 KB)
  • 5. Smart Pointers.mp4 (5.2 MB)
  • 5. Smart Pointers.srt (2.9 KB)
  • 6. Explore the Memory Layout in GDB.mp4 (21.4 MB)
  • 6. Explore the Memory Layout in GDB.srt (7.1 KB)
  • 7. Memory Management.html (0.1 KB)
3. Building a Command Line Application
  • 1. Code for this section.html (0.2 KB)
  • 10. Explore the Ownership and Borrowing in GDB.mp4 (27.8 MB)
  • 10. Explore the Ownership and Borrowing in GDB.srt (6.3 KB)
  • 11. Finishing Touches.mp4 (44.0 MB)
  • 11. Finishing Touches.srt (8.9 KB)
  • 12. Rust Basics.html (0.1 KB)
  • 2. Introduction.mp4 (2.4 MB)
  • 2. Introduction.srt (0.8 KB)
  • 3. Basic Data Types.mp4 (13.5 MB)
  • 3. Basic Data Types.srt (2.6 KB)
  • 4. Functions.mp4 (20.3 MB)
  • 4. Functions.srt (9.3 KB)
  • 5. Macros.mp4 (28.3 MB)
  • 5. Macros.srt (7.6 KB)
  • 6. Mutability.mp4 (16.3 MB)
  • 6. Mutability.srt (4.4 KB)
  • 7. The Standard Library.mp4 (30.8 MB)
  • 7. The Standard Library.srt (6.3 KB)
  • 8. Ownership.mp4 (48.1 MB)
  • 8. Ownership.srt (10.5 KB)
  • 9. References and Borrowing.mp4 (47.0 MB)
  • 9. References and Borrowing.srt (9.5 KB)
4. Building a HTTP Server From Scratch
  • 1. Code for this section.html (0.2 KB)
  • 10. The Result Enum.mp4 (52.3 MB)
  • 10. The Result Enum.srt (9.2 KB)
  • 11. Loops.mp4 (11.4 MB)
  • 11. Loops.srt (3.2 KB)
  • 12. Tuples.mp4 (17.3 MB)
  • 12. Tuples.srt (4.1 KB)
  • 13. The Match Expression.mp4 (52.9 MB)
  • 13. The Match Expression.srt (12.1 KB)
  • 14. Arrays.mp4 (55.7 MB)
  • 14. Arrays.srt (11.8 KB)
  • 15. Logging the Incoming Requests to the Console.mp4 (51.3 MB)
  • 15. Logging the Incoming Requests to the Console.srt (8.3 KB)
  • 16. Traits and Type Conversions.mp4 (110.9 MB)
  • 16. Traits and Type Conversions.srt (22.0 KB)
  • 17. Custom Errors.mp4 (77.9 MB)
  • 17. Custom Errors.srt (15.7 KB)
  • 18. Advanced Error Handling.mp4 (55.9 MB)
  • 18. Advanced Error Handling.srt (10.2 KB)
  • 19. Iterating Over Strings.mp4 (55.0 MB)
  • 19. Iterating Over Strings.srt (11.3 KB)
  • 2. Introduction.mp4 (1.6 MB)
  • 2. Introduction.srt (0.9 KB)
  • 20. Converting an Option into a Result.mp4 (41.8 MB)
  • 20. Converting an Option into a Result.srt (7.4 KB)
  • 21. Parsing Values From Strings.mp4 (43.7 MB)
  • 21. Parsing Values From Strings.srt (8.6 KB)
  • 22. The If Let Expression.mp4 (46.9 MB)
  • 22. The If Let Expression.srt (8.7 KB)
  • 23. Lifetimes - Part 1.mp4 (48.5 MB)
  • 23. Lifetimes - Part 1.srt (9.2 KB)
  • 24. Lifetimes - Part 2.mp4 (149.9 MB)
  • 24. Lifetimes - Part 2.srt (23.0 KB)
  • 25. Lifetimes.html (0.1 KB)
  • 26. Silencing Compiler Warnings.mp4 (11.6 MB)
  • 26. Silencing Compiler Warnings.srt (1.9 KB)
  • 27. Representing the Query String Using a Hash Map - Part 1.mp4 (35.3 MB)
  • 27. Representing the Query String Using a Hash Map - Part 1.srt (10.2 KB)
  • 28. Representing the Query String Using a Hash Map - Part 2.mp4 (109.8 MB)
  • 28. Representing the Query String Using a Hash Map - Part 2.srt (20.6 KB)
  • 29. The Derive Attribute.mp4 (39.1 MB)
  • 29. The Derive Attribute.srt (5.8 KB)
  • 3. The HTTP Protocol and the Architecture of Our Server.mp4 (13.7 MB)
  • 3. The HTTP Protocol and the Architecture of Our Server.srt (4.9 KB)
  • 30. Modelling the HTTP Response.mp4 (19.3 MB)
  • 30. Modelling the HTTP Response.srt (3.9 KB)
  • 31. Copy and Clone Types.mp4 (58.2 MB)
  • 31. Copy and Clone Types.srt (12.9 KB)
  • 32. Writing Data to a TCP Stream.mp4 (102.1 MB)
  • 32. Writing Data to a TCP Stream.srt (15.6 KB)
  • 33. Dynamic vs Static Dispatch.mp4 (40.9 MB)
  • 33. Dynamic vs Static Dispatch.srt (8.4 KB)
  • 34. Custom Traits.mp4 (39.9 MB)
  • 34. Custom Traits.srt (7.0 KB)
  • 35. Implementing Getters.mp4 (20.9 MB)
  • 35. Implementing Getters.srt (3.6 KB)
  • 36. Routing Incoming Requests.mp4 (22.0 MB)
  • 36. Routing Incoming Requests.srt (3.5 KB)
  • 37. Working with Environment Variables.mp4 (44.7 MB)
  • 37. Working with Environment Variables.srt (8.5 KB)
  • 38. Serving HTML Files.mp4 (29.7 MB)
  • 38. Serving HTML Files.srt (4.6 KB)
  • 39. Serving Arbitrary Files Securely.mp4 (94.7 MB)
  • 39. Serving Arbitrary Files Securely.srt (13.0 KB)
  • 4. Structs.mp4 (45.3 MB)
  • 4. Structs.srt (13.7 KB)
  • 40. Final Quiz.html (0.1 KB)
  • 41. Next Steps.mp4 (17.8 MB)
  • 41. Next Steps.srt (3.3 KB)
  • 5. Strings.mp4 (99.0 MB)
  • 5. Strings.srt (21.2 KB)
  • 6. Enums.mp4 (64.3 MB)
  • 6. Enums.srt (13.5 KB)
  • 7. The Option Enum.mp4 (22.2 MB)
  • 7. The Option Enum.srt (4.7 KB)
  • 8. Organising Ou

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



Download torrent
2.3 GB
seeders:1
leechers:0
Udemy - Learn Rust by Building Real Applications


Trackers

tracker name
ahttp://0d.kebhana.mx:443/announce
udp://bigfoot1942.sektori.org:6969/announce
https://tracker.fastdownload.xyz:443/announce
https://opentracker.xyz:443/announce
http://open.trackerlist.xyz:80/announce
http://torrent.nwps.ws:80/announce
udp://tracker.port443.xyz:6969/announce
udp://tracker.tiny-vps.com:6969/announce
http://t.nyaatracker.com:80/announce
udp://tracker.birkenwald.de:6969/announce
udp://tracker.vanitycore.co:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://retracker.lanta-net.ru:2710/announce
udp://retracker.hotplug.ru:2710/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.uw0.xyz:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://explodie.org:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.iamhansen.xyz:2000/announce
udp://tracker.toss.li:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.justseed.it:1337/announce
https://2.track.ga:443/announce
udp://open.stealth.si:80/announce
udp://zephir.monocul.us:6969/announce
udp://open.demonii.si:1337/announce
µTorrent compatible trackers list

Download torrent
2.3 GB
seeders:1
leechers:0
Udemy - Learn Rust by Building Real Applications


Torrent hash: 06D9787A7C3EFA8EF6FBD4122D33CA227D893443