Instructional Video7:49
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tokens

Higher Ed
In this video, we will dive deeper into JWTs and learn how to use them for secure user authentication and authorization.
Instructional Video8:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model

Higher Ed
In this video, we will explore how to populate a user interface with data from a Note model and offer tips for designing an intuitive and user-friendly UI that maximizes the value of this data.
Instructional Video9:25
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Software RAID in Storage Spaces

Higher Ed
Microsoft's Storage Spaces feature provides a superb tool to configure many different RAID configurations on any Windows system. A good tech knows which types of RAID it supports and how to set them up.
<
br/>
This clip is from the...
Instructional Video15:34
Curated Video

The Art of Doing - Web Development for Beginners - For and While Loops

Higher Ed
In this video, you will learn how to use for loops and while loops in JavaScript for different scenarios. We will explore the syntax, usage, and differences between for loops and for-of loops, as well as understand how while loops can...
Instructional Video9:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Integrating Serilog for Web API Logging

Higher Ed
This video explains the steps for integrating Serilog for Web API logging.
<
br/>
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 Projects".This section explains...
Instructional Video10:32
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Finishing the Torch Models

Higher Ed
In this lesson, we will be finishing the torch models.
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Non-Member Strategy Pointer

Higher Ed
In this video, we will see one more alternative to the strategy pattern, where the pointer is passed as an argument into the function, instead of being a member of the class.
<
br/>
This clip is from the chapter "Strategy" of the...
Instructional Video7:55
Curated Video

Behavioral Design Patterns in C++ - Function Strategy - I

Higher Ed
In this video, we explore the function strategy design pattern, which allows us to swap out different algorithms at runtime. We will cover the basics of the pattern and how to implement it in JavaScript, as well as some real-world use...
Instructional Video5:13
Curated Video

Behavioral Design Patterns in C++ - Null Object Pattern

Higher Ed
This video explores the null object pattern, a behavioral design pattern that allows for the handling of null values in a program in a more efficient and safe way. It is also an alternative to null check condition.
<
br/>
This clip...
Instructional Video6:22
Curated Video

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

Higher Ed
This video explains how to use the dynamic strategy to decide the thread-safety for the array class.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn...
Instructional Video9:22
Curated Video

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

Higher Ed
In this video, we will introduce a dynamic array that may be used in both single-threaded and multi-threaded applications.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video16:55
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Destructuring

Higher Ed
This video explains destructuring assignment syntax.
<
br/>
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 Video13:29
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Prototypal-Chains

Higher Ed
This video explains prototypal-chains.
<
br/>
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 enhancements...
Instructional Video8:31
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators - 2

Higher Ed
This video is a continuation of spread operators in JavaScript.
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video6:19
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Rest Parameters

Higher Ed
This video explains the rest parameters.
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments,...
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.
<
br/>
This clip is from the chapter "Iterator" of the series "Behavioral Design...
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.<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 Video3:02
Curated Video

Behavioral Design Patterns in C++ - Containers - III (Issues)

Higher Ed
This video explains the issue where the elements inside the container are accessed.<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:55
Curated Video

Behavioral Design Patterns in C++ - Organization - III (Iterator)

Higher Ed
This video explains one more variation of the Iterator design pattern; here, you will move the traversal algorithm out of the class and put it inside the iterator.
<
br/>
This clip is from the chapter "Iterator" of the series...
Instructional Video4:20
Curated Video

Behavioral Design Patterns in C++ - Organization - II (Cursor)

Higher Ed
In this video, we will demonstrate another variation of the Iterator pattern in which the Iterator is called a cursor.
<
br/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section...
Instructional Video6:41
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Iterator

Higher Ed
This video explains a basic implementation of the Iterator design pattern.<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 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.<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: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 Video2:26
Curated Video

Behavioral Design Patterns in C++ - Containers - IV (ArrayIterator)

Higher Ed
This video demonstrates the support for the iterator for both array and list operators.
<
br/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design...