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.
<
br/>
This clip is from the chapter "Book Chapter 23 -...
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.
<
br/>
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...
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.
<
br/>
This clip is from the chapter "Security and Risk Management" of the series "CISSP Crash Course".This section explains domain 1, which...
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.
<
br/>
This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which...
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.
<
br/>
This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which...
Instructional Video8:40
Curated Video

CISSP Crash Course - Personnel Security Policies and Procedures

Higher Ed
This video explains personnel security policies and procedures.
<
br/>
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...
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.
<
br/>
This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp...
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
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets...
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.
<
br/>
This clip is from the chapter "Getting Started with...
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.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete...
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.
<
br/>
This...
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.
<
br/>
This clip is from the chapter "Routing and...
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.
<
br/>
This clip is from the chapter "Advanced Concepts" of the series...
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.
<
br/>
This clip is from the chapter "Advanced Concepts" of the series "The...
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.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" 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...
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...
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,...
Instructional Video5:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Elastic Stack for Microservices Observability with Distributed Logging

Higher Ed
In this video, we will discover the Elastic Stack, a popular open-source solution for log management and analysis, and see how you can use tools such as Elasticsearch, Logstash, and Kibana to collect, process, and visualize log data...
Instructional Video3:39
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Resiliency Patterns

Higher Ed
In this video, we will explore various resiliency patterns specifically designed for microservices architectures and discuss patterns such as Circuit Breaker, Bulkhead, Timeout, and Fallback, which help enhance the fault-tolerance and...
Instructional Video4:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Resilience, Observability, and Monitoring

Higher Ed
This video is an overview of the key concepts and importance of resilience, observability, and monitoring in microservices architectures and sets the stage for understanding the challenges and solutions associated with ensuring the...
Instructional Video3:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Fault Tolerance Microservices Able to Remain Operational for Any Fail

Higher Ed
In this video, the problem of ensuring fault tolerance in microservices deployments is addressed. It discusses strategies and techniques for building resilient microservices architectures that can withstand failures at various levels,...
Instructional Video2:10
Curated Video

Design Microservices Architecture with Patterns and Principles - Helm Charts with Kubernetes for Microservices Deployments

Higher Ed
This video focuses on Helm, a package manager for Kubernetes, and its usage in microservices deployments. It explains how Helm charts can be used to define, install, and manage microservices applications in a Kubernetes cluster.
<
br/>...