Instructional Video8:29
Curated Video

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

Higher Ed
This video explains the stock view. 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 the custom configuration widget.
Instructional Video11:02
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Service

Higher Ed
This video explains the exchange rate service. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Instructional Video10:47
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Managed Object Context

Higher Ed
This video explains the managed object context. This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Instructional Video7:08
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Configuring USB

Higher Ed
Most USB devices work well fresh out-of-the-box. For those that don't, it's important to have a proper USB configuration process to make sure a USB device and all of its features work properly. This clip is from the chapter "Book Chapter...
Instructional Video8:05
Curated Video

PowerShell for Automating Administration - Learn PowerShell Logging Module

Higher Ed
This video explains automating systems and the application validation process. Here, you will be using the PowerShell Logging module, which helps automate complex operations that run error-free. This clip is from the chapter "PowerShell...
Instructional Video3:56
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Try and Except Block

Higher Ed
This video explains the try and except block in Python. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle...
Instructional Video1:10
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The With Statement

Higher Ed
This video explains the with statement. This clip is from the chapter "Saving the Results - Working with Files" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains working with files in Python.
Instructional Video2:32
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Finally Block

Higher Ed
This video explains the finally block. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in robust...
Instructional Video1:40
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - The Catch-All Block

Higher Ed
This video explains the catch-all block. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in robust...
Instructional Video1:48
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Robust Programs - Handling Errors

Higher Ed
This video explains error handling in Python. This clip is from the chapter "Robust Programs - Handling Errors" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to handle errors in...
Instructional Video3:20
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files - Maven

Higher Ed
In this video, you will learn how to generate Java AVRO records using AVRO Schema. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Project Part 3

Higher Ed
This video demonstrates the debugging process of any errors created during the code creation and finally executing the code to obtain the relevant information. This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video4:35
Curated Video

Social Media Automation using Python - Creating Email Body and Sending

Higher Ed
After learning how to connect to the SMTP server, we will understand how to create the email using the MIMEmultipart function. We will then look at creating the entire body of the email and then sending the email. This clip is from the...
Instructional Video5:20
Curated Video

Recommender Systems with Machine Learning - Error Metric Computation

Higher Ed
This video demonstrates error metric computation. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the basics of recommender systems.
Instructional Video12:16
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume CoffeeOrder UpdateEvent Using RecordNameStrategy

Higher Ed
In this video, we will code and implement the CoffeeUpdate event functionality into our Kafka Producer. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video4:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema

Higher Ed
Let's add a new field to the existing CoffeeOrder Schema and understand the behavior of the consumer app. This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for Developers - Data...
Instructional Video7:27
Curated Video

Getting Started with HashiCorp Nomad - Demo - Monitor the Nomad Environment

Higher Ed
In this demonstration, we will focus on monitoring, specifically at the host level. We will use the “systemctl status nomad" command. You will learn to view the journal logs and understand what happens in the Nomad environment. This clip...
Instructional Video14:51
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Matrices

Higher Ed
In this video, you will learn about matrices. 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 dive into the world of NumPy,...
Instructional Video1:58
Curated Video

The Complete Vue.js Course for Beginners - How to Create Components

Higher Ed
In this video, you will learn to create components, and make or add new components in your application. You will also learn how to import new components in your application. This clip is from the chapter "Getting Started with Basic Code"...
Instructional Video4:23
Curated Video

The Complete Vue.js Course for Beginners - Installing and Running Vue.js

Higher Ed
In this video, we will see how to install and run Vue.js, how to install Vue CLI, and how to install Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course for Beginners".This section...
Instructional Video6:37
Curated Video

The Complete Vue.js Course for Beginners - Using Vue.js without Installation

Higher Ed
In this video, we will see how we can use and make Vue.js files without any installation and how we can use Vue.js by having to use Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course...
Instructional Video4:14
Curated Video

The Complete Vue.js Course for Beginners - Props

Higher Ed
In this video, we will talk about props. It can be registered on a component to pass data from a parent component to one of its children components. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js...
Instructional Video3:24
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Arrays

Higher Ed
This video explains arrays where you can store more than one value under the same name. This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains arrays, loops,...
Instructional Video6:30
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Other Excel VBA Variable Types

Higher Ed
This video explains the other Excel VBA variable types such as As long, As Single, As Double, and As Currency. The difference between all these data types is how many digits they can hold. This clip is from the chapter "Mastering...