01-13-2025, 03:58 PM
3.24 GB | 13min 36s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
01 Course introduction.mp4 (3.4 MB)
02 Version 2 0 of the Course.mp4 (1.45 MB)
03 Advice.mp4 (7.51 MB)
04 Installing Rust and Web-based Enviroment for Executing Programs.mp4 (43.1 MB)
05 Running and Compiling your First Program.mp4 (15.69 MB)
06 VS Code Setting.mp4 (12.31 MB)
07 Tell us About the Course.mp4 (10.64 MB)
01 Variables and Constants.mp4 (11.42 MB)
03 Primitive Data Types.mp4 (6.4 MB)
04 Compound Data Types.mp4 (12.1 MB)
06 Functions and Code Blocks.mp4 (13.49 MB)
08 Conditionals.mp4 (15.91 MB)
09 Control Flow.mp4 (4.43 MB)
11 Extra - Comments, Prints Commands, Input.mp4 (15.2 MB)
01 Ownership Basics.mp4 (24.04 MB)
02 Ownership in Functions.mp4 (13.46 MB)
04 Borrowing Basics.mp4 (17.51 MB)
05 Borrowing in Functions.mp4 (22.57 MB)
07 Dereferencing.mp4 (11.62 MB)
01 Structs Basics.mp4 (16.88 MB)
03 Adding Functionality to Structs.mp4 (19.81 MB)
04 Enums.mp4 (13.45 MB)
06 Option.mp4 (15.82 MB)
08 Result.mp4 (21.26 MB)
10 Extra HashMaps.mp4 (33.13 MB)
01 Code Organization.mp4 (13.56 MB)
02 Modules Basics.mp4 (20.69 MB)
04 Visualizing and Organizing Modules.mp4 (20 MB)
06 Re-exporting and Privacy.mp4 (23.24 MB)
08 Using External Dependencies.mp4 (20.83 MB)
09 Publishing your Crate.mp4 (26.9 MB)
01 Unit Testing (Basics).mp4 (25.11 MB)
02 Unit Testing (Testing Panics).mp4 (22.65 MB)
03 Controlling Tests Execution.mp4 (13.13 MB)
05 Integration Tests.mp4 (14.18 MB)
06 Extra Benchmark Testing.mp4 (18.55 MB)
01 Generics.mp4 (30.77 MB)
03 Traits.mp4 (43.95 MB)
05 Trait Bounds.mp4 (29.89 MB)
07 Supertraits.mp4 (27.08 MB)
09 Trait Objects.mp4 (25.71 MB)
11 Derived Traits and Marker Traits.mp4 (13.26 MB)
12 Associated Types in Traits.mp4 (16.08 MB)
14 Choosing Associated vs Generic Type.mp4 (30.62 MB)
01 Closures.mp4 (43.88 MB)
03 Functional Pointers.mp4 (13.89 MB)
05 Iterators.mp4 (14.3 MB)
06 IntoIter.mp4 (18.88 MB)
08 Iterating over Collections.mp4 (8.92 MB)
09 Combinators.mp4 (24.28 MB)
11 Extra - Iterating Through Option.mp4 (19.23 MB)
01 Lifetimes (Part 1).mp4 (16.84 MB)
02 Lifetimes (Part 2).mp4 (26.84 MB)
04 Lifetime Elision.mp4 (14.04 MB)
06 Lifetimes and Structs.mp4 (18.72 MB)
07 Box Smart Pointer (Part 1).mp4 (17.53 MB)
08 Box Smart Pointer (Part 2).mp4 (15.18 MB)
10 Rc Smart Pointer.mp4 (23.87 MB)
12 RefCell Smart Pointer.mp4 (26.36 MB)
14 Extra - Example of RefCell.mp4 (9.34 MB)
01 Singly Linked List (Part 1).mp4 (18.59 MB)
02 Singly Linked List (Part 2).mp4 (27.85 MB)
04 Doubly Linked List (Part 1).mp4 (26.38 MB)
05 Doubly Linked List (Part 2).mp4 (41.02 MB)
07 Extra - Reference Cycles Creating Memory Leakage.mp4 (79.96 MB)
01 Initializing Struct Instances.mp4 (23.53 MB)
02 Builder Pattern.mp4 (53.48 MB)
03 Simplifying Structs.mp4 (13.85 MB)
01 Sized and Unsized Types.mp4 (37.19 MB)
02 References to Unsized Types.mp4 (9.98 MB)
03 Sized and Optionaly Sized Traits.mp4 (11.4 MB)
04 Optionaly Sized and Generic Parameters.mp4 (18.49 MB)
05 Unsized Coercion.mp4 (10.39 MB)
06 Zero Sized Never Type.mp4 (20.21 MB)
07 Zero Sized Unit Type.mp4 (16.15 MB)
08 Zero Sized Unit Structs.mp4 (13.16 MB)
09 Zero Sized Phantom Data.mp4 (6.49 MB)
01 Thread Basics.mp4 (22.64 MB)
03 Ownership in Threads.mp4 (7 MB)
05 Message Passing Through Channels (Part 1).mp4 (18.7 MB)
06 Message Passing Through Channels (Part 2).mp4 (10.32 MB)
08 Sharing States (Part 1).mp4 (7.28 MB)
09 Sharing States (Part 2).mp4 (17.21 MB)
10 Synchronization Through Barriers.mp4 (24.78 MB)
11 Scoped Threads.mp4 (9.66 MB)
12 Thread Parking.mp4 (23.25 MB)
13 Async Await.mp4 (11.86 MB)
14 Tokio Tasks.mp4 (42.26 MB)
16 Extra Web Scrapping using Threads.mp4 (26.48 MB)
01 Background for Variance (References Refresher (Part 1)).mp4 (9.47 MB)
02 Background for Variance (References Refresher (Part 2)).mp4 (8.74 MB)
03 Background for Variance (Lifetime Bounds).mp4 (4.92 MB)
04 Background for Variance (Implied Bounds).mp4 (8.88 MB)
05 Subtyping and Variance (Covariance).mp4 (18.19 MB)
06 Contravariance.mp4 (13.85 MB)
07 Invariance (Part 1).mp4 (12.03 MB)
08 Invariance (Part 2).mp4 (11.61 MB)
01 Orphan Rule.mp4 (10.57 MB)
02 Trait Objects Limitations (Multiple Traits).mp4 (24.65 MB)
03 Trait Objects Limitations (Associated Types).mp4 (8.97 MB)
04 Trait Objects Limitations (Methods with Generics).mp4 (22.13 MB)
05 Function with No Self Parameter.mp4 (21.02 MB)
06 Size and Trait Objects.mp4 (12.91 MB)
02 Macros Basic.mp4 (23.87 MB)
03 Capturing Types.mp4 (21.22 MB)
04 Repeating Patterns.mp4 (33.02 MB)
05 Extra Question Mark Operator.mp4 (24.38 MB)
01 Search Results with Word Groupings Using HashMaps and Nested Loops.mp4 (37.88 MB)
02 Product Popularity using HashMaps.mp4 (14.83 MB)
03 Highest Stock Price Using MaxStack and Structures.mp4 (11.64 MB)
04 Finding and Employee with No Meeting Using Multidimensional Arrays.mp4 (34.79 MB)
05 Longest Non-Stop Working Employee Using HashSets.mp4 (22.22 MB)
06 Items Suggestions Using HastSets and Vectors.mp4 (14.63 MB)
07 Items in Ranges Using Binary Search Tree(Part 1).mp4 (14.76 MB)
08 Items in Ranges Using Binary Search Tree (Part 2).mp4 (36.87 MB)
09 Fetching Top Products.mp4 (67.65 MB)
10 Effective Storage and Retrieval Using Trie Data Structure.mp4 (23.81 MB)
11 Most Recently Used Product using Doubly LinkList and Hashmaps (Part 1).mp4 (16.46 MB)
12 Most Recently Used Product using Doubly LinkList and Hashmaps (Part 2).mp4 (27.22 MB)
13 Displaying Participants in an Online Meeting (Part 1).mp4 (11.03 MB)
14 Displaying Participants in an Online Meeting (Part 2).mp4 (51.61 MB)
01 Web Programming Basics.mp4 (46.49 MB)
02 Making Responses.mp4 (66.57 MB)
03 Multiple Requests Using thread.mp4 (29.36 MB)
01 Basic File Handling.mp4 (29.18 MB)
02 Directory and Path Related Functions.mp4 (45.72 MB)
03 Regular Expressions Basics.mp4 (32.7 MB)
04 Repeititions Quantifiers and Capturing Groups.mp4 (20.01 MB)
05 String Literals.mp4 (8.45 MB)
06 String Concatenation and Ownership.mp4 (18.9 MB)
01 Function Inputs and Coercion.mp4 (11.49 MB)
02 Efficient Programming Tips.mp4 (17.75 MB)
03 Todo Macro and Some Useful Extentions.mp4 (16.38 MB)
04 Performance Lints.mp4 (26.04 MB)
01 Implementing Stack.mp4 (47.82 MB)
02 String Reversal Using Stacks.mp4 (16.38 MB)
03 Expression Evaluation (Infix to PostFix Illustration).mp4 (17.93 MB)
04 Expression Evaluation (Postfix Evaluation).mp4 (12.57 MB)
05 Expression Evaluation - Part 1.mp4 (45.14 MB)
06 Expression Evaluation - Part 2.mp4 (59.64 MB)
07 Implementing Postfix Evaluation.mp4 (37.35 MB)
01 Blockchain Theory (Part 1 Hashes).mp4 (10.43 MB)
02 Blockchain Theory (Part 2 Blocks and Blockchain).mp4 (54.61 MB)
03 Bockchain in Rust (Part 1 Basic Structures and Functions).mp4 (71.68 MB)
04 Bockchain in Rust (Part 2 Chain Validation and Selection).mp4 (44.08 MB)]
Screenshot
01 Course introduction.mp4 (3.4 MB)
02 Version 2 0 of the Course.mp4 (1.45 MB)
03 Advice.mp4 (7.51 MB)
04 Installing Rust and Web-based Enviroment for Executing Programs.mp4 (43.1 MB)
05 Running and Compiling your First Program.mp4 (15.69 MB)
06 VS Code Setting.mp4 (12.31 MB)
07 Tell us About the Course.mp4 (10.64 MB)
01 Variables and Constants.mp4 (11.42 MB)
03 Primitive Data Types.mp4 (6.4 MB)
04 Compound Data Types.mp4 (12.1 MB)
06 Functions and Code Blocks.mp4 (13.49 MB)
08 Conditionals.mp4 (15.91 MB)
09 Control Flow.mp4 (4.43 MB)
11 Extra - Comments, Prints Commands, Input.mp4 (15.2 MB)
01 Ownership Basics.mp4 (24.04 MB)
02 Ownership in Functions.mp4 (13.46 MB)
04 Borrowing Basics.mp4 (17.51 MB)
05 Borrowing in Functions.mp4 (22.57 MB)
07 Dereferencing.mp4 (11.62 MB)
01 Structs Basics.mp4 (16.88 MB)
03 Adding Functionality to Structs.mp4 (19.81 MB)
04 Enums.mp4 (13.45 MB)
06 Option.mp4 (15.82 MB)
08 Result.mp4 (21.26 MB)
10 Extra HashMaps.mp4 (33.13 MB)
01 Code Organization.mp4 (13.56 MB)
02 Modules Basics.mp4 (20.69 MB)
04 Visualizing and Organizing Modules.mp4 (20 MB)
06 Re-exporting and Privacy.mp4 (23.24 MB)
08 Using External Dependencies.mp4 (20.83 MB)
09 Publishing your Crate.mp4 (26.9 MB)
01 Unit Testing (Basics).mp4 (25.11 MB)
02 Unit Testing (Testing Panics).mp4 (22.65 MB)
03 Controlling Tests Execution.mp4 (13.13 MB)
05 Integration Tests.mp4 (14.18 MB)
06 Extra Benchmark Testing.mp4 (18.55 MB)
01 Generics.mp4 (30.77 MB)
03 Traits.mp4 (43.95 MB)
05 Trait Bounds.mp4 (29.89 MB)
07 Supertraits.mp4 (27.08 MB)
09 Trait Objects.mp4 (25.71 MB)
11 Derived Traits and Marker Traits.mp4 (13.26 MB)
12 Associated Types in Traits.mp4 (16.08 MB)
14 Choosing Associated vs Generic Type.mp4 (30.62 MB)
01 Closures.mp4 (43.88 MB)
03 Functional Pointers.mp4 (13.89 MB)
05 Iterators.mp4 (14.3 MB)
06 IntoIter.mp4 (18.88 MB)
08 Iterating over Collections.mp4 (8.92 MB)
09 Combinators.mp4 (24.28 MB)
11 Extra - Iterating Through Option.mp4 (19.23 MB)
01 Lifetimes (Part 1).mp4 (16.84 MB)
02 Lifetimes (Part 2).mp4 (26.84 MB)
04 Lifetime Elision.mp4 (14.04 MB)
06 Lifetimes and Structs.mp4 (18.72 MB)
07 Box Smart Pointer (Part 1).mp4 (17.53 MB)
08 Box Smart Pointer (Part 2).mp4 (15.18 MB)
10 Rc Smart Pointer.mp4 (23.87 MB)
12 RefCell Smart Pointer.mp4 (26.36 MB)
14 Extra - Example of RefCell.mp4 (9.34 MB)
01 Singly Linked List (Part 1).mp4 (18.59 MB)
02 Singly Linked List (Part 2).mp4 (27.85 MB)
04 Doubly Linked List (Part 1).mp4 (26.38 MB)
05 Doubly Linked List (Part 2).mp4 (41.02 MB)
07 Extra - Reference Cycles Creating Memory Leakage.mp4 (79.96 MB)
01 Initializing Struct Instances.mp4 (23.53 MB)
02 Builder Pattern.mp4 (53.48 MB)
03 Simplifying Structs.mp4 (13.85 MB)
01 Sized and Unsized Types.mp4 (37.19 MB)
02 References to Unsized Types.mp4 (9.98 MB)
03 Sized and Optionaly Sized Traits.mp4 (11.4 MB)
04 Optionaly Sized and Generic Parameters.mp4 (18.49 MB)
05 Unsized Coercion.mp4 (10.39 MB)
06 Zero Sized Never Type.mp4 (20.21 MB)
07 Zero Sized Unit Type.mp4 (16.15 MB)
08 Zero Sized Unit Structs.mp4 (13.16 MB)
09 Zero Sized Phantom Data.mp4 (6.49 MB)
01 Thread Basics.mp4 (22.64 MB)
03 Ownership in Threads.mp4 (7 MB)
05 Message Passing Through Channels (Part 1).mp4 (18.7 MB)
06 Message Passing Through Channels (Part 2).mp4 (10.32 MB)
08 Sharing States (Part 1).mp4 (7.28 MB)
09 Sharing States (Part 2).mp4 (17.21 MB)
10 Synchronization Through Barriers.mp4 (24.78 MB)
11 Scoped Threads.mp4 (9.66 MB)
12 Thread Parking.mp4 (23.25 MB)
13 Async Await.mp4 (11.86 MB)
14 Tokio Tasks.mp4 (42.26 MB)
16 Extra Web Scrapping using Threads.mp4 (26.48 MB)
01 Background for Variance (References Refresher (Part 1)).mp4 (9.47 MB)
02 Background for Variance (References Refresher (Part 2)).mp4 (8.74 MB)
03 Background for Variance (Lifetime Bounds).mp4 (4.92 MB)
04 Background for Variance (Implied Bounds).mp4 (8.88 MB)
05 Subtyping and Variance (Covariance).mp4 (18.19 MB)
06 Contravariance.mp4 (13.85 MB)
07 Invariance (Part 1).mp4 (12.03 MB)
08 Invariance (Part 2).mp4 (11.61 MB)
01 Orphan Rule.mp4 (10.57 MB)
02 Trait Objects Limitations (Multiple Traits).mp4 (24.65 MB)
03 Trait Objects Limitations (Associated Types).mp4 (8.97 MB)
04 Trait Objects Limitations (Methods with Generics).mp4 (22.13 MB)
05 Function with No Self Parameter.mp4 (21.02 MB)
06 Size and Trait Objects.mp4 (12.91 MB)
02 Macros Basic.mp4 (23.87 MB)
03 Capturing Types.mp4 (21.22 MB)
04 Repeating Patterns.mp4 (33.02 MB)
05 Extra Question Mark Operator.mp4 (24.38 MB)
01 Search Results with Word Groupings Using HashMaps and Nested Loops.mp4 (37.88 MB)
02 Product Popularity using HashMaps.mp4 (14.83 MB)
03 Highest Stock Price Using MaxStack and Structures.mp4 (11.64 MB)
04 Finding and Employee with No Meeting Using Multidimensional Arrays.mp4 (34.79 MB)
05 Longest Non-Stop Working Employee Using HashSets.mp4 (22.22 MB)
06 Items Suggestions Using HastSets and Vectors.mp4 (14.63 MB)
07 Items in Ranges Using Binary Search Tree(Part 1).mp4 (14.76 MB)
08 Items in Ranges Using Binary Search Tree (Part 2).mp4 (36.87 MB)
09 Fetching Top Products.mp4 (67.65 MB)
10 Effective Storage and Retrieval Using Trie Data Structure.mp4 (23.81 MB)
11 Most Recently Used Product using Doubly LinkList and Hashmaps (Part 1).mp4 (16.46 MB)
12 Most Recently Used Product using Doubly LinkList and Hashmaps (Part 2).mp4 (27.22 MB)
13 Displaying Participants in an Online Meeting (Part 1).mp4 (11.03 MB)
14 Displaying Participants in an Online Meeting (Part 2).mp4 (51.61 MB)
01 Web Programming Basics.mp4 (46.49 MB)
02 Making Responses.mp4 (66.57 MB)
03 Multiple Requests Using thread.mp4 (29.36 MB)
01 Basic File Handling.mp4 (29.18 MB)
02 Directory and Path Related Functions.mp4 (45.72 MB)
03 Regular Expressions Basics.mp4 (32.7 MB)
04 Repeititions Quantifiers and Capturing Groups.mp4 (20.01 MB)
05 String Literals.mp4 (8.45 MB)
06 String Concatenation and Ownership.mp4 (18.9 MB)
01 Function Inputs and Coercion.mp4 (11.49 MB)
02 Efficient Programming Tips.mp4 (17.75 MB)
03 Todo Macro and Some Useful Extentions.mp4 (16.38 MB)
04 Performance Lints.mp4 (26.04 MB)
01 Implementing Stack.mp4 (47.82 MB)
02 String Reversal Using Stacks.mp4 (16.38 MB)
03 Expression Evaluation (Infix to PostFix Illustration).mp4 (17.93 MB)
04 Expression Evaluation (Postfix Evaluation).mp4 (12.57 MB)
05 Expression Evaluation - Part 1.mp4 (45.14 MB)
06 Expression Evaluation - Part 2.mp4 (59.64 MB)
07 Implementing Postfix Evaluation.mp4 (37.35 MB)
01 Blockchain Theory (Part 1 Hashes).mp4 (10.43 MB)
02 Blockchain Theory (Part 2 Blocks and Blockchain).mp4 (54.61 MB)
03 Bockchain in Rust (Part 1 Basic Structures and Functions).mp4 (71.68 MB)
04 Bockchain in Rust (Part 2 Chain Validation and Selection).mp4 (44.08 MB)]
Screenshot