Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
156 results
... more than just programming syntax they reflect key principles of object-oriented thinking encapsulation through methods control ...
133 views
8 months ago
In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...
171 views
In this video, we explore how human language evolved into programming languages and how C and C++ fit into this journey.
45 views
3 weeks ago
In the past year, Roc has gotten a new syntax, a new foundational abstraction, and a new compiler. A lot has changed! This talk is ...
8,634 views
2 months ago
I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.
81,919 views
1 month ago
... implement value equality practicing with these concepts is key to writing well-designed maintainable and robust object-oriented ...
40 views
Master C# Constructors, overloads and object creation in one clear lesson. We'll cover how to declare and initialize variables, ...
11 views
... parameters and make your code cleaner and modular now we enter the next stage in object-oriented programming with arrays ...
90 views
... that object initializers bring to modern C programming in the next part we'll move even deeper into object-oriented programming ...
85 views
Ever wonder when to use a queue, a stack, or a hashtable in C#? In this video, Michael explains the story behind FIFO vs LIFO ...
11,423 views
3 months ago
... in the array using the overloaded operators this extensive rational numbers problem provided excellent practice with core OOP ...
57 views
Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...
48,490 views
4 months ago
In this beginner-friendly lesson, we unpack one of the most important C# fundamentals: the difference between value types and ...
42 views
Two operators, one confused codebase: we break down the real differences between C#'s != and the pattern-matching "is not".
14,439 views
... the most advanced and powerful topics in object-oriented programming let's reflect on what you now know you understand how ...
68 views
... in real world class hierarchies where base classes often encapsulate critical setup logic now we enter a new phase of OOP ...
... in the same program this is real world modeling using OOP now we display all that object data we use get greeting for all same ...
86 views
New to software development? In this video, you'll get a clear, beginner-friendly overview of the core concepts we'll use ...
36 views
Async/await is powerful, but async void can quietly crash your app or hide exceptions. In this video, Michael explains why async ...
4,793 views
... everyone so far we've built a strong foundation understanding classes constructors properties and object-oriented design in C ...