Instructional Video10:59
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Home Controller

Higher Ed
At the end of this video, you will be able to customize a home controller that indicates the state of the API. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video11:06
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Shelf Blueprint with Partial Collision

Higher Ed
The lesson will show us how to make use of collisions in a more efficient way within the UE5 world. You will learn how to optimize your assets about having partial collisions to your blueprint collections to make sure your Unreal Engine...
Instructional Video4:22
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Template Method

Higher Ed
This video demonstrates basic implementation of the template method pattern through coding. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Instructional Video5:03
Curated Video

Behavioral Design Patterns in C++ - Introduction-Template Method

Higher Ed
This video provides an introduction to the template method pattern. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Instructional Video3:53
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern

Higher Ed
This video talks about the pros and cons of the strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video5:13
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - III

Higher Ed
In this video, we will attempt to configure the array class for both single and multi-thread access using a Boolean. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will...
Instructional Video5:14
Curated Video

Behavioral Design Patterns in C++ - Introduction-Strategy Pattern

Higher Ed
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video8:24
Curated Video

Behavioral Design Patterns in C++ - Overview of Class Diagram

Higher Ed
This video provides an overview of the class diagram. This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
Instructional Video2:55
Curated Video

Behavioral Design Patterns in C++ - Why You Should Take This Course

Higher Ed
This clip is from the chapter "Introduction to the Course" of the series "Behavioral Design Patterns in C++".This section provides an introduction to the entire course.
Instructional Video3:11
Curated Video

Behavioral Design Patterns in C++ - Intent

Higher Ed
In this video, we will be exploring the command design pattern from the perspective of behavioral design patterns. We will delve into the intent of the pattern in detail. This clip is from the chapter "Command" of the series "Behavioral...
Instructional Video5:00
Curated Video

Behavioral Design Patterns in C++ - Introduction to Patterns

Higher Ed
This video provides an overview of the patterns in programming languages. This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
Instructional Video10:14
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Classes as Expression

Higher Ed
This video explains classes as an expression in JavaScript. This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
Instructional Video6:35
Curated Video

Behavioral Design Patterns in C++ - C++ Iterators - I

Higher Ed
In this video, we will add another layer of complexity, that is, adding a smart pointer that can be used to access instead of the iterator directly. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in...
Instructional Video4:51
Curated Video

Behavioral Design Patterns in C++ - Containers - V (ListIterator)

Higher Ed
This video explains how to add iterator to the link class. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video6:14
Curated Video

Behavioral Design Patterns in C++ - Introduction-Iterator

Higher Ed
This video provides an introduction to the Iterator design pattern. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video3:57
Curated Video

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

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

Behavioral Design Patterns in C++ - Introduction-State

Higher Ed
This video provides an introduction to the State design pattern and helps find the state of the object. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design...
Instructional Video3:57
Curated Video

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

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

SQL Server Course for Beginners with 100+ examples - MAX() Function

Higher Ed
Learn how to implement the MAX() function in SQL. We will find the maximum of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video5:39
Curated Video

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

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

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

Higher Ed
This video demonstrates another approach—methods for state approach that can be implemented in the State design pattern. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on...
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 Video4:00
Curated Video

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

Higher Ed
This video explains how to use the parser to parse some expressions. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Instructional Video4:42
Curated Video

Behavioral Design Patterns in C++ - Boolean Interpreter - II

Higher Ed
This video builds on the previous video and helps design the Interpreter design pattern. Here, the terminal and non-terminal classes are converted into classes. This clip is from the chapter "Interpreter" of the series "Behavioral Design...