Instructional Video11:19
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout View

Higher Ed
This video explains the workout view.<br<br/>/>

This clip is from the chapter "Charts Framework in Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the charts framework in widget.
Instructional Video1:19
Great Big Story

Pinball's outlaw years in New York City

12th - Higher Ed
Explore the intriguing history of pinball in New York City, from its ban in 1940 due to alleged mafia connections to its legalization in 1976 as a game of skill.<br/>
Instructional Video2:41
The Slow Mo Guys

Droplet Collisions at 5000fps - The Slow Mo Guys

Pre-K - Higher Ed
In the slowest slow mo video yet, Gav shows us the classic colliding droplets shot in liquid. Using a mixture of coloured water and milk shot at 5000 frames per second (200 times slower than real-time.)
Instructional Video0:51
Curated Video

Earth: The Third Planet in Our Solar System

6th - 12th
The planet we live on is the third of the four rocky planets in our Solar System.
<

br/>

A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual...
Instructional Video4:12
TED Talks

TED: 4 ways to make hybrid work better for everyone | Tsedal Neeley

12th - Higher Ed
How can we rethink hybrid work so it brings out the best in both in-person and distributed employees? Leadership expert Tsedal Neeley shares the changes that we need to make in order to create workplaces that actually work -- no matter...
Instructional Video1:39
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT DISTINCT Statement in SQL

Higher Ed
Learn how to select and return only distinct values from a table using the SQL SELECT DISTINCT statement.
<
br/>
This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+...
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:49
Curated Video

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

Higher Ed
This video provides a basic implementation of the Observer pattern.<br<br/>/>

This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video7:32
Curated Video

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

Higher Ed
In this video, we will implement the template method design pattern in the document framework.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Instructional Video12:40
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Hidden Fields for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate state management with hidden fields.
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Instructional Video12:13
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating the Ale Mug Handles

Higher Ed
This lesson will focus on creating handles for our ale mug. This is a characteristic asset that we would expect to see in a dungeon for the guards to drink out of. Wouldn't you?
Instructional Video13:53
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Introduction

Higher Ed
This clip is from the chapter "Introduction" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the course and the topics covered in the course.
Instructional Video4:06
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Widget

Higher Ed
This video explains the pedometer widget configuration.
<
br/>
This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock...
Instructional Video2:23
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Entry

Higher Ed
This video explains the pedometer entry.<br<br/>/>

This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
Instructional Video1:28
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Model

Higher Ed
This video explains the pedometer model.<br<br/>/>

This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
Instructional Video2:11
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Stock Symbol Entry

Higher Ed
This video explains the stock symbol entry or the timeline entry.
<
br/>
This clip is from the chapter "Custom Configuration Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains...
Instructional Video3:22
Curated Video

SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint

Higher Ed
Learn how to work with the PRIMARY KEY constraint in SQL. A PRIMARY KEY uniquely identifies each record. Not a Primary Key column can never have NULL values.
<
br/>
This clip is from the chapter "Constraints in SQL" of the series...
Instructional Video3:08
Curated Video

Behavioral Design Patterns in C++ - Organization - I

Higher Ed
This video shows another example that explains the Iterator design pattern. We will create a class that represents an organization, and the organization class contains the employees.
<
br/>
This clip is from the chapter "Iterator"...
Instructional Video6:20
Curated Video

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

Higher Ed
This video helps in the implementation of the Boolean Interpreter design 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 Video2:49
Curated Video

Behavioral Design Patterns in C++ - Shapes Example - IV

Higher Ed
This video explains the single and double dispatch concepts.<br<br/>/>

This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video5:52
Curated Video

Behavioral Design Patterns in C++ - Introduction-Mediator

Higher Ed
This video is an introduction to the Mediator pattern.<br<br/>/>

This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Instructional Video7:48
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - IV

Higher Ed
In this video, we will see how only a particular slide should be displayed in the output, which is recently added or modified.
<
br/>
This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This...
Instructional Video2:55
Curated Video

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

Higher Ed
In this video, we continue to explore the final details of the template method design pattern, which allows us to define the skeleton of an algorithm in a base class and let subclasses implement specific steps of the algorithm.
<
br/>...
Instructional Video9:07
Curated Video

Learn Azure Serverless Functions in a Weekend - Introduction to Azure Service Bus

Higher Ed
This video provides an introduction to Azure Service Bus.<br<br/>/>

This clip is from the chapter "Azure Service Bus" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on Azure Service Bus.