Instructional Video8:12
Curated Video

Creational Design Patterns in Modern C++ - Destruction Policies

Higher Ed
This video highlights the issues with the lazy instantiation and demonstrates how to resolve them. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Instructional Video5:44
Curated Video

Creational Design Patterns in Modern C++ - Singleton Issues

Higher Ed
This video highlights the issues with singleton. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes, multithreading, patterns, and...
Instructional Video0:33
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Java Conventions and Primitives"

Higher Ed
A brief overview on Java conventions and primitives. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards, comments....
Instructional Video7:00
Curated Video

Complete Java SE 8 Developer Bootcamp - “this”-Part 2

Higher Ed
Here, we learn more features of the “this” keyword. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static variables and...
Instructional Video5:47
Curated Video

Complete Java SE 8 Developer Bootcamp - Generics and Autoboxing

Higher Ed
These two features help simplify some of the limitations of collection. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about limitations of...
Instructional Video8:04
Curated Video

Complete Java SE 8 Developer Bootcamp - LocalDate

Higher Ed
The author explains a new java.time package. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Instructional Video0:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Lambda Expressions and Static Imports"

Higher Ed
The author introduces you to Lambda expressions. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we use marker and functional interface to...
Instructional Video7:31
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Multiple Comparison Operators

Higher Ed
It's possible in Python to use multiple comparison operators at the same time. This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give an overview...
Instructional Video6:59
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Sets

Higher Ed
A set is a unique Python data type that only allows you to store unique items, no duplicates allowed! But there's a catch…*cue scary music*. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody:...
Instructional Video6:26
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Print Formatting

Higher Ed
Being able to add variables to strings and print it out is very important in Python and Python debugging. This lesson will show you the old Python 3.5 way, and the newer Python 3.6+ way to format your sentences. This clip is from the...
Instructional Video5:22
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Break and Continue

Higher Ed
Sometimes you want to loop over a list of items, perform some logic, and if you find the answer you're looking for, you want to exit the loop or skip to the next iterations. This clip is from the chapter "Intermediate Python" of the...
Instructional Video3:25
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Basic Arithmetic

Higher Ed
This is fancy talk for "math". Python 3 has a very simple way of performing simple math equations. Don't worry, this isn't calculus. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody: The...
Instructional Video5:51
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 1: Exercises - Solution

Higher Ed
In this video, the author shows the answers of the exercises given in the previous video. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is...
Instructional Video9:32
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Type Casting

Higher Ed
All user input comes in as a string. But you can't compare apples to oranges, even if they're the same shape. Type casting lets us convert apples into oranges so we can make an accurate comparison. This clip is from the chapter...
Instructional Video8:14
Curated Video

C++ Developer - Function Prototypes and Definitions

Higher Ed
This video explains the function prototypes and explains how to define functions. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video15:34
Curated Video

C++ Developer - Standard Template Library (STL) - Part 2

Higher Ed
This is the second part of a two-part video that explains STL. This clip is from the chapter "Templates, the Standard Template Library (STL), and Other Skills" of the series "The Complete C++ Developer Course".null
Instructional Video6:30
Curated Video

Creational Design Patterns in Modern C++ - SQL Server Database Classes

Higher Ed
This video demonstrates how to add the SQL server database classes and explains their usage. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic...
Instructional Video6:12
Curated Video

Creational Design Patterns in Modern C++ - Multithreading Issues

Higher Ed
This video demonstrates how to solve the problem of using a singleton in a multithreading application. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview...
Instructional Video9:38
Curated Video

Creational Design Patterns in Modern C++ - Registry of Singletons - Part I

Higher Ed
This video is the first part of the two-part video that demonstrates how to implement a registry of singletons. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an...
Instructional Video9:10
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - OOP Principles-Classes and Objects

Higher Ed
This video explains classes and objects. This clip is from the chapter "Understanding Object-Oriented Principles of Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains OOPs...
Instructional Video8:28
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Strings (Sequences)

Higher Ed
Let's learn about a "sequence". The first one is a string. Not like a knitting string, but more like a sentence. Confused? This lesson will clarify everything. This clip is from the chapter "Beginner-friendly Python" of the series...
Instructional Video9:04
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Scope

Higher Ed
Sometimes your variables work in a function, sometimes they don't. What's up with that? This is a feature called scope in Python, and it's essential to know how it works. This clip is from the chapter "Intermediate Python" of the series...
Instructional Video2:28
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Second Detection

Higher Ed
Detect more objects in images! This is our second set of results. This clip is from the chapter "Final Project: Create an Image Recognition Application" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".In this...
Instructional Video5:12
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Project: Project: First Detection

Higher Ed
Detect objects in images! This is our first set of results. This clip is from the chapter "Final Project: Create an Image Recognition Application" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".In this section, you...