Instructional Video5:53
Curated Video

Behavioral Design Patterns in C++ - TextPad - IX

Higher Ed
This video builds upon the previous implementation and moves the functionality of many application methods of their own classes. This will be later useful to implement the undo/redo functionality. This clip is from the chapter "Command"...
Instructional Video6:13
Curated Video

Behavioral Design Patterns in C++ - FindDialog - II

Higher Ed
In this video, you will see how the dialog box handles the event from the button using the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video2:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Footer / 209

Higher Ed
In this lesson, we will learn to create our footer for the SoundMate project. We will define parameters to alter its appearance at the bottom of the page to our requirements.
Instructional Video1:57
Curated Video

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

Higher Ed
This video explains the timeline entry of the widget. This clip is from the chapter "Understanding Configurable Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the configurable...
Instructional Video5:29
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Photo Widget Timeline Provider

Higher Ed
This video explains the photo widget timeline provider. This clip is from the chapter "Photo-Based Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the photo-based widget.
Instructional Video3:52
Curated Video

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

Higher Ed
This video explains the photo widget view. This clip is from the chapter "Photo-Based Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the photo-based widget.
Instructional Video5:03
Curated Video

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

Higher Ed
This video explains the quote widget view. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to build a network-enabled widget,...
Instructional Video6:40
Curated Video

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

Higher Ed
This video explains the today widget entry view. This clip is from the chapter "Today Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the today widget, which will display the date.
Instructional Video4:46
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Hello Widget Timeline Entry

Higher Ed
This video explains how to create the hello widget timeline entry. This clip is from the chapter "Build Your First Widget from Scratch" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains...
Instructional Video6:50
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Making Predictions

Higher Ed
In this video, we will be talking about another important part of creating a model, which is making predictions. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video2:06
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Adding Comments in Python Programming Language

Higher Ed
In this video, you will learn how to add comments to our programs. 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...
Instructional Video11:47
Curated Video

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

Higher Ed
This video explains the activity configuration in the pizza delivery widget. This clip is from the chapter "iOS 16.1 Live Activity Lifecycle Events" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This...
Instructional Video7:06
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout Widget Timeline Provider

Higher Ed
This video explains the workout widget timeline provider. 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...
Instructional Video3:27
Curated Video

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

Higher Ed
This video introduces you to live activities, which was released in iOS 16.1. This clip is from the chapter "iOS 16.1 Live Activity Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
Instructional Video10:11
Curated Video

PowerShell for Automating Administration - Code Enhancements - Logging

Higher Ed
This video demonstrates code enhancements. Here, you will be using the logging module using PowerShell. This clip is from the chapter "Report Consolidation and Code Enhancement" of the series "PowerShell for Automating...
Instructional Video12:10
Curated Video

PowerShell for Automating Administration - Report Consolidation – Script Overview

Higher Ed
This video explains the report consolidation script. Here, you will be looking at implementing the script using PowerShell. This clip is from the chapter "Report Consolidation and Code Enhancement" of the series "PowerShell for...
Instructional Video13:38
Curated Video

PowerShell for Automating Administration - Overview of Server Validation Script

Higher Ed
This video provides an Overview of Server Validation Script. This clip is from the chapter "Server Validation Script" of the series "PowerShell for Automating Administration".This section focuses on the Server Validation Script.
Instructional Video2:49
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Changing User Permissions

Higher Ed
In this video, you will learn how to change user permissions by adding or removing the permission. This clip is from the chapter "System and Utility Commands" of the series "Linux Operating System: A Complete Linux Guide for...
Instructional Video6:07
Curated Video

Master SQL for Data Analysis - Creating Tables - Constraints

Higher Ed
Here, we will look at the different constraints that can be added to update or limit data stored in a specific column in a table. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for...
Instructional Video4:42
Curated Video

HashiCorp Certified - Vault Associate Course - Lab - Okta Auth Method

Higher Ed
This is a lab video on Okta Auth Method. Learn how to enable, configure, and use the Okta auth method in this lab video. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate...
Instructional Video7:40
Curated Video

The Complete Vue.js Course for Beginners - Vue.js Interpolation

Higher Ed
Vue.js interpolation is simply the process of displaying a string that's defined within your component logic. In this video, we will see how we can use interpolation and its role in Vue.js This clip is from the chapter "Getting Started...
Instructional Video7:25
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - The Art of Follow-Up Prompts

Higher Ed
This video focuses on the art of follow-up prompts, designed to elicit additional information or clarification from ChatGPT. You will learn about the benefits of using follow-up prompts and strategies for creating effective follow-up...
Instructional Video12:47
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Event Bubbling and Delegation / 055

Higher Ed
This video explains event bubbling and delegation in DOM. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document object...
Instructional Video8:19
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Methods / 039

Higher Ed
This video explains methods in JavaScript along with an example. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals and...