Instructional Video4:24
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Four Key Components

Higher Ed
This video explains the four key components that make up a widget, which are timeline provider, timeline entry, timeline entry view, and widget configuration. This clip is from the chapter "Understanding Widgets in WidgetKit" of the...
Instructional Video1:54
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Getting to Know the Widget Components

Higher Ed
This video explains the components that make up a Widget. This clip is from the chapter "Understanding Widgets in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains each of the...
Instructional Video10:21
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet: Multiplicative Seasonality, Outliers, Non-Daily Data

Higher Ed
In this video, we will work on multiplicative seasonality, outliers, and non-daily data with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Instructional Video6:12
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Touring a PC

Higher Ed
Learn the basic parts of a PC in this episode. This clip is from the chapter "Book Chapter 2 - The Visible Computer" of the series "CompTIA A+ Certification Core 1 (220-1101)".In this section, we will focus on Core 1: 3.0—hardware—and...
Instructional Video4:39
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Primary PC Components

Higher Ed
Mike takes you on a tour of the primary PC components including the computer case, monitor, and various peripherals including the keyboard, mouse, speakers, and more. This clip is from the chapter "Book Chapter 2 - The Visible Computer"...
Instructional Video4:42
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Laptop Hardware Troubleshooting - The Tools

Higher Ed
Laptops have many technician-replaceable parts. Check for online documentation before starting and proceed with caution. Mike explores laptop dissection in this episode. This clip is from the chapter "Book Chapter 23 - Portable...
Instructional Video1:45
Curated Video

Recommender Systems with Machine Learning - Quiz Solution-2

Higher Ed
This is a solution video of the quiz for this module/section. 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 Video7:04
Curated Video

CISSP Crash Course - Supply Chain Risk

Higher Ed
This video explains supply chain risk management and the minimum-security requirements. This clip is from the chapter "Security and Risk Management" of the series "CISSP Crash Course".This section explains domain 1, which focuses on...
Instructional Video7:19
Curated Video

CISSP Crash Course - Security in Systems Part 2

Higher Ed
This video continues talking about security in systems, microservices, and containerization. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on...
Instructional Video3:36
Curated Video

CISSP Crash Course - Architecture and Design

Higher Ed
This video explains architecture and design and takes us through what’s inside a system. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on...
Instructional Video8:40
Curated Video

CISSP Crash Course - Personnel Security Policies and Procedures

Higher Ed
This video explains personnel security policies and procedures. This clip is from the chapter "Security and Risk Management" of the series "CISSP Crash Course".This section explains domain 1, which focuses on security and risk management.
Instructional Video4:24
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Architecture and Pathing Structure

Higher Ed
This video will walk you through the basic architecture of Vault and help you understand the pathing structure that Vault uses. This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp Certified - Vault...
Instructional Video11:18
Curated Video

Oracle Database Administration from Zero to Hero - Creating an Oracle Database (Part 3 of 3)

Higher Ed
In this video, we will continue the process of creating an Oracle database by exploring topics such as responding to the DBCA window, working with sample schemas, dropping Oracle databases, and following guidelines for creating Oracle...
Instructional Video4:02
Curated Video

The Complete Vue.js Course for Beginners - Two-Way Binding in Vue.js

Higher Ed
In this video, you will learn about two-way binding; we will get an overview of it and This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started...
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: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 Video5:09
Curated Video

The Complete Vue.js Course for Beginners - Reuse Components

Higher Ed
In this video, we will discuss the reuse of components. You will learn to build a reusable component in Vue, which will be used to reuse it in Create or Edit or anywhere that requires the same code and functionality. This clip is from...
Instructional Video6:31
Curated Video

The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js

Higher Ed
In this video, we will create a child component and we will also discuss how we can pass data in between child components. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...
Instructional Video8:12
Curated Video

The Complete Vue.js Course for Beginners - Routing

Higher Ed
This video talks about what routing is. Routing is one of the many features provided by Vue.js to allow users to switch between pages without refreshing everytime a page is loaded. This clip is from the chapter "Routing and API" of the...
Instructional Video3:55
Curated Video

The Complete Vue.js Course for Beginners - Teleport Components

Higher Ed
is a built-in component that allows us to "teleport" a part of a component's template into a DOM node that exists outside the DOM hierarchy of that component. This clip is from the chapter "Advanced Concepts" of the series "The Complete...
Instructional Video7:06
Curated Video

The Complete Vue.js Course for Beginners - Dynamic Components

Higher Ed
Dynamic components is a Vue.js feature that enables users to dynamically render different components based on certain conditions or user interactions. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js...
Instructional Video2:23
Curated Video

Design Microservices Architecture with Patterns and Principles - RabbitMQ Components - Producer, Queue, Consumer, Message, Exchange, Binding

Higher Ed
This video dives into the key components of RabbitMQ. It explains how producers send messages to queues, consumers retrieve messages from queues, exchanges route messages to queues based on bindings, and messages contain the actual data...
Instructional Video3:39
Curated Video

Design Microservices Architecture with Patterns and Principles - Layered (N-Layer) Architecture

Higher Ed
This video explores the layered (N-layer) architecture pattern, which provides a structured approach to organizing software systems. We will discuss the benefits and characteristics of this architecture and how it promotes modularity and...
Instructional Video3:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Health Monitoring with Kubernetes, Prometheus, and Grafana

Higher Ed
In this video, we will discover how Kubernetes, Prometheus, and Grafana can be combined to monitor the health and performance of microservices deployed in a containerized environment, how Kubernetes can provide health metrics, Prometheus...