Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Nullish-Coalescing-Operator
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,...
Curated Video
Behavioral Design Patterns in C++ - Methods for States - II
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.
Curated Video
Behavioral Design Patterns in C++ - Lamp - IV (Yellow State)
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...
Curated Video
Behavioral Design Patterns in C++ - Boolean Evaluator
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.
Curated Video
Behavioral Design Patterns in C++ - Lexing and Parsing
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.
Curated Video
SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - LIKE Operator
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+...
Curated Video
SQL Server Course for Beginners with 100+ examples - NOT Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - OR Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - AND Operator
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...
Curated Video
Behavioral Design Patterns in C++ - C++ Iterators - III (More Iterators)
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.
Curated Video
Behavioral Design Patterns in C++ - Containers - I (Array)
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.
Curated Video
Behavioral Design Patterns in C++ - Lamp - V (Factory)
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.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Interpreter
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.
Curated Video
Behavioral Design Patterns in C++ - RPN Evaluator - I
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Boolean Data Type
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Numerical Data Types and Arithmetic Operations in Python
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...
Curated Video
Master SQL for Data Analysis - Conditional Logic – Single Row
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 –...
Curated Video
Master SQL for Data Analysis - Union, Intersect, Except
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...
Curated Video
Master SQL for Data Analysis - Overview-3
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Arrays Versus Lists
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators
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...
Curated Video
Mastering C++ Standard Library Features [Video] - Anatomy of a Lambda
In-depth analysis of lambda expression syntax from C++11 to C++17
Curated Video
Keywords Used in Algebra
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.