Instructional Video5:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: WordCount / 158

Higher Ed
In this video, we will look at a demonstration to add an extra layer of security to the user and plain password authentication.
Instructional Video3:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solved: Netlify Errors / 147

Higher Ed
In this lesson, you will learn to deploy Netlify, which helps accelerate the time to deploy website and app integrations and APIs on one powerful serverless platform.
Instructional Video7:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Protected Routes / 129

Higher Ed
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Instructional Video8:41
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Fit, Forecast, Plot

Higher Ed
In this video, you will learn how to fit, forecast, and plot our data. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Instructional Video8:16
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - The Power Supply

Higher Ed
A PC power supply takes AC power from the grid and transforms it into DC voltage the system needs to run. This episode explores modular and non-modular power supplies. This clip is from the chapter "Book Chapter 7 - Power Supplies" of...
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:17
Curated Video

CISSP Crash Course - Engineering Processes and Secure Design

Higher Ed
This video explains engineering processes and secure design. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on architecture and engineering.
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 Video0:27
Curated Video

Oracle Database Administration from Zero to Hero - Introducing the Section-2

Higher Ed
In this video, we will take a sneak peek into the section learning objectives and give an overview of the topics we will be covering. This clip is from the chapter "Database Architecture" of the series "Oracle Database Administration...
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 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 Video5:11
Curated Video

The Complete Vue.js Course for Beginners - beforeUnmount and unmounted

Higher Ed
Called right before a component instance is to be unmounted. When this hook is called, the component instance is still fully functional. This hook is not called during server-side rendering. This clip is from the chapter "Understanding...
Instructional Video3:10
Curated Video

The Complete Vue.js Course for Beginners - beforeCreate and created

Higher Ed
In this video, we will look at beforeCreate and created, where beforeCreated hook is before an instance has been fully initialized whereas the created hook is after an instance is created. This clip is from the chapter "Understanding the...
Instructional Video6:09
Curated Video

The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?

Higher Ed
In this video, we will talk about lifecycle hooks in Vue.js and how we can use them, and in which label we will work to instruct which method will be run first. This clip is from the chapter "Understanding the Lifecycle Hooks in Vue.js"...
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 Video6:28
Curated Video

The Complete Vue.js Course for Beginners - Multiple Slots

Higher Ed
In this video, we will look at multiple slots, study different slots, why we make them, and where they are used. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this section,...
Instructional Video3:54
Curated Video

The Complete Vue.js Course for Beginners - Props and Non-Props Data

Higher Ed
A component non-prop attribute is an attribute or event listener that is passed to a component but does not have a corresponding property defined in props or emits. This clip is from the chapter "Advanced Concepts" of the series "The...
Instructional Video2:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Advantages and Disadvantages of GraphQL

Higher Ed
In this video, we will assess the advantages and disadvantages of using GraphQL in microservices architectures. We will understand the benefits of increased flexibility and reduced network traffic, as well as the challenges of caching,...
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. This...
Instructional Video4:33
Curated Video

Design Microservices Architecture with Patterns and Principles - Kubernetes Components

Higher Ed
In this video, the various components of Kubernetes are explored, components such as the Kubernetes API server, kubelet, kube-proxy, and etcd. The video explains the role of each component in managing and maintaining the desired state of...
Instructional Video4:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Kubernetes Architecture

Higher Ed
This video provides an overview of the architecture of Kubernetes, the key components of Kubernetes, such as the control plane and worker nodes, and how they work together to manage and schedule containers. This clip is from the chapter...