Hi, what do you want to do?
Curated Video
Complete Modern C++ - The const Qualifier
This video explains the importance of const qualifier and its usage.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Curated Video
Complete Modern C++ - if constexpr - II
This video shows the internals of how the conditional statements are discarded with compile time of expressions.
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn...
r/>
This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn...
Curated Video
C++ 20 (2a) New Features - constexpr Extensions
Consider problem of defining a function that can only be executed at compile time and defining a variable that can only be initialized at compile time.
• Define a static variable using constinit spec
ifier
• Define a...
• Define a static variable using constinit spec
ifier
• Define a...
Curated Video
Mastering Spring Framework Fundamentals - Understanding How Spring Creates Stateless Beans
In this video, we will discuss strings in more detail.
r/>
This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains...
r/>
This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Asking Great Questions and Debugging Your Code
This video helps you with the solutions of how to debug the code, find solutions online, and the ways to ask good/specific questions.
<
br/>
This clip is from the chapter "What Does the Course Cover?" of the series "Full Stack Web...
<
br/>
This clip is from the chapter "What Does the Course Cover?" of the series "Full Stack Web...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Types of Constructors and their Usage
This video discusses the types of constructors and their usage.
r/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
r/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Curated Video
Mastering Swift 2 Programming (Video 31)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in...
Curated Video
Complete Modern C++ - Constructor and Destructor
This video explains the purpose of constructors and destructor and how they can be used to manage object initialization.
• Learn construction and solve an assig
nment
• Container interface and shrinking
operations
•...
• Learn construction and solve an assig
nment
• Container interface and shrinking
operations
•...
Curated Video
Rust Programming Master Class from Beginner to Expert - Mutable and Immutable References
In this video, we will cover mutable and immutable references.
<
br/>
This clip is from the chapter "Ownership: The Heart of Rust Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section,...
<
br/>
This clip is from the chapter "Ownership: The Heart of Rust Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section,...
Curated Video
Rust Programming Master Class from Beginner to Expert - Closures (Part 2)
In this video, you will learn more about closures.
<
br/>
This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring...
<
br/>
This clip is from the chapter "Iterators, Lifetimes, and Closures" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - How the Constructor Plays a Crucial Role?
This video explains how the constructor plays a crucial role.
r/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
r/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Curated Video
Mastering Swift 2 Programming (Video 44)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in...
Curated Video
Mastering Swift 2 Programming (Video 32)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in...
Programming Electronics Academy
Lesson 7 | Arduino Syntax Overview | Arduino Crash Course
Lesson 7 | Arduino Syntax Overview | Arduino Crash Course
IDG TECHtalk
Using the goto keyword | Smart Go
Learn about Go's goto keyword, which can simplify the logic of your code -- but when used responsibly and sparingly.
Curated Video
Complete Java SE 8 Developer Bootcamp - The Features of the Java Programming Language
Learn about "platform independence" and other features.
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of features of...
r/>
This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of features of...
Packt
Types of Constructors and their Usage
This video discusses the types of constructors and their usage.
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
<
br/>
This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Curated Video
Learn and Master C Programming - Understanding Stack Memory
We will discuss Stack memory and how it is different from Heap memory.
r/>
This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
r/>
This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Curated Video
Learn and Master C Programming - Nesting Header Files & Multiple Inclusion Problem
We will talk about nesting include files.
r/>
This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work...
r/>
This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work...
Curated Video
Learn and Master C Programming - Cast Operator and Type Casting in C
We will learn about type casting and how to use the cast operator in C.
r/>
This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
r/>
This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
Curated Video
Complete Java SE 8 Developer Bootcamp - Polymorphism: Part 2
More examples and discussions on polymorphism.
r/>
This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its...
r/>
This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its...