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.
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server...
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.
<
br/>
This clip is from the chapter "Operators in SQL" of the series...
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.<br<br/>/>

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.<br<br/>/>

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.<br<br/>/>

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.<br<br/>/>

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.
<
br/>
This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses...
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.
<
br/>
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...
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.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
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.
<
br/>
This clip is from the chapter...
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.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master...
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.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for...
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.
<
br/>
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...
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.
<
br/>
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...
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.
Instructional Video2:27
Great Big Story

Waffle House Has Its Own Record Label

12th - Higher Ed
Step into a Waffle House and you'll encounter more than just sizzling bacon and brewing coffee; you'll also find the rhythm of Waffle Records echoing through the air. Meet Shelby White, president of Waffle Records, the in-house label of...
Instructional Video2:54
Curated Video

Advancements in Laser-Induced Breakdown Spectroscopy: Remote Analysis and Applications

Pre-K - Higher Ed
Scientists at Los Alamos National Laboratory have developed a groundbreaking method of materials analysis using laser-induced breakdown spectroscopy (LIBS). By firing laser pulses at a material and analyzing the emitted light, the system...
Instructional Video3:01
Curated Video

Introduction to the Eads A310 Multi Role Transport Tanker

Pre-K - Higher Ed
The German and Canadian Air Forces are set to deploy the new A310 Multi Role Transport tanker by Eads. This aircraft is designed to meet the global demand for airborne tankers as older models are phased out. With its ability to be easily...
Instructional Video5:17
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Debugging in React

Higher Ed
This video elaborates on how we can debug React applications to resolve errors and make the app functional and proper.
Instructional Video10:18
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Operators

Higher Ed
In this video, we will continue to implement the calculator and test the operator functions by clicking on the operator buttons that we have created on the calculator.
Instructional Video5:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Events in React

Higher Ed
After learning how to build the visuals of our basic calculator, we will now create events using the () function to define tasks to the buttons created in the visual and use callback functions.
Instructional Video11:09
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals

Higher Ed
This video demonstrates how to build the visuals of our elementary calculator project. We are going to develop a very basic component called a calculator.
Instructional Video2:26
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Comparisons

Higher Ed
In this lesson, we will understand comparison operators to compare the quality or difference between variables or values with examples.