Instructional Video3:42
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Nullish-Coalescing-Operator

Higher Ed
This video explains the Nullish-Coalescing-operator. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops,...
Instructional Video6:21
Curated Video

Behavioral Design Patterns in C++ - Methods for States - II

Higher Ed
This video demonstrates the implementation of method for states in code. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video4:20
Curated Video

Behavioral Design Patterns in C++ - Lamp - IV (Yellow State)

Higher Ed
In this video, we will be adding one more state to the code, that is, yellow state, and see what we can do with the addition of the new state. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This...
Instructional Video7:12
Curated Video

Behavioral Design Patterns in C++ - Boolean Evaluator

Higher Ed
This video explains the Boolean Evaluator. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:54
Curated Video

Behavioral Design Patterns in C++ - Lexing and Parsing

Higher Ed
This video explains the Lexing and Parsing analysis. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video3:42
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint

Higher Ed
Learn how to work with the NOT NULL constraint in SQL to enforce a column with values, that is, not null. Remember, as columns can have NULL by default, we use the NOT NULL constraint to enforce a column NOT to accept values. This clip...
Instructional Video3:16
Curated Video

SQL Server Course for Beginners with 100+ examples - LIKE Operator

Higher Ed
Learn how to implement the LIKE operator in SQL. We will find values based on a specific pattern using percentages and underscore. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+...
Instructional Video2:05
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT Operator

Higher Ed
Learn how to work with the NOT operator in SQL to display records only if the condition isn't met, that is, FALSE. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
Instructional Video2:26
Curated Video

SQL Server Course for Beginners with 100+ examples - OR Operator

Higher Ed
Learn how to work with the OR operator in SQL to display records only if one condition is TRUE. The OR operator should separate these two conditions. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for...
Instructional Video2:39
Curated Video

SQL Server Course for Beginners with 100+ examples - AND Operator

Higher Ed
Learn how to work with the AND operator in SQL to display records only if both conditions are TRUE. These two conditions should be separated by the AND operator. This clip is from the chapter "Operators in SQL" of the series "SQL Server...
Instructional Video4:56
Curated Video

Behavioral Design Patterns in C++ - C++ Iterators - III (More Iterators)

Higher Ed
In this video, we will add more iterators to use the container more efficiently. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Containers - I (Array)

Higher Ed
In this video, you will implement an array class as a dynamic array. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video7:32
Curated Video

Behavioral Design Patterns in C++ - Lamp - V (Factory)

Higher Ed
This video helps you add the factory method to the existing code. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video4:11
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Interpreter

Higher Ed
This video talks about the pros and cons of the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video8:03
Curated Video

Behavioral Design Patterns in C++ - RPN Evaluator - I

Higher Ed
This video demonstrates another example that uses the Interpreter design pattern and builds the RPN evaluator. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Instructional Video1:56
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Boolean Data Type

Higher Ed
In this video, we will understand the Boolean data type. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning...
Instructional Video5:02
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Numerical Data Types and Arithmetic Operations in Python

Higher Ed
In this video, you will learn about numerical data types and arithmetic operations in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video6:02
Curated Video

Master SQL for Data Analysis - Conditional Logic – Single Row

Higher Ed
Here, we will look at the first type of subquery used to filter data with conditional logic, the results of which can be a single row or multiple rows of subqueries, depending on how we build it. This clip is from the chapter "SQL –...
Instructional Video6:38
Curated Video

Master SQL for Data Analysis - Union, Intersect, Except

Higher Ed
In this video, you will learn more about the UNION, INTERSECT, JOIN, and EXCEPT operators while combining datasets and tables. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Instructional Video0:53
Curated Video

Master SQL for Data Analysis - Overview-3

Higher Ed
This video provides an overview of the combination of data from multiple datasets from multiple tables using operators. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Instructional Video12:46
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Arrays Versus Lists

Higher Ed
In this video, we will be comparing NumPy array to Python list. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into...
Instructional Video4:56
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators

Higher Ed
This video explains logical operators in VBA such as AND, OR, NOT. This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains the various...
Instructional Video17:57
Curated Video

Mastering C++ Standard Library Features [Video] - Anatomy of a Lambda

Higher Ed
In-depth analysis of lambda expression syntax from C++11 to C++17
Instructional Video2:54
Curated Video

Keywords Used in Algebra

3rd - Higher Ed
This video goes through some important mathematical keywords used in algebra, such as variable, equation, and coefficient. A matching activity is at the end of the video.