Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: WordCount / 158
In this video, we will look at a demonstration to add an extra layer of security to the user and plain password authentication.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solved: Netlify Errors / 147
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Protected Routes / 129
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.
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Fit, Forecast, Plot
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...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - The Power Supply
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...
Curated Video
Recommender Systems with Machine Learning - Quiz Solution-2
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.
Curated Video
CISSP Crash Course - Engineering Processes and Secure Design
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.
Curated Video
CISSP Crash Course - Supply Chain Risk
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...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing the Section-2
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...
Curated Video
The Complete Vue.js Course for Beginners - How to Create Components
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"...
Curated Video
The Complete Vue.js Course for Beginners - Reuse Components
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...
Curated Video
The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js
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...
Curated Video
The Complete Vue.js Course for Beginners - Routing
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...
Curated Video
The Complete Vue.js Course for Beginners - beforeUnmount and unmounted
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...
Curated Video
The Complete Vue.js Course for Beginners - beforeCreate and created
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...
Curated Video
The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?
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"...
Curated Video
The Complete Vue.js Course for Beginners - Teleport Components
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...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Components
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...
Curated Video
The Complete Vue.js Course for Beginners - Multiple Slots
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,...
Curated Video
The Complete Vue.js Course for Beginners - Props and Non-Props Data
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Advantages and Disadvantages of GraphQL
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Helm Charts with Kubernetes for Microservices Deployments
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kubernetes Components
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kubernetes Architecture
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...