Instructional Video1:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Quick Hook Advice / 015

Higher Ed
In this lesson, we will explore a few quick tips while using hooks in our coding. We will go through the do's and don'ts while using hooks and other exceptions while using hooks.
Instructional Video19:45
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099

Higher Ed
In this lesson, we will understand the styled system, a collection of utility functions that add style props to your React components and allow you to control styles based on criteria.
Instructional Video15:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 073

Higher Ed
In this video, you will learn how to effectively handle the chaining of fetch calls to avoid nesting them together, clean up our component code, and abstract those details away from our component code.
Instructional Video10:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Movie List Structure / 068

Higher Ed
In this video, we will create the homepage for the Cinemate project and we will define the appearance of the movie list structure on the project.
Instructional Video11:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160

Higher Ed
In this video, we will work on the structuring part of the project WriteNode. We will create the requisite folder structures and importing the required libraries.
Instructional Video9:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Page Component Wrapper / 156

Higher Ed
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Instructional Video9:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Queries, Type, Expect, and More / 154

Higher Ed
This video will teach an important concept before moving on to JavaScript and jQuery, the document object model (DOM).
Instructional Video11:08
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152

Higher Ed
In this lesson, we will look at a term to describe the ability to render different user interface (UI) markup if a condition is true or false, the conditional rendering.
Instructional Video14:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Testing Structure / 151

Higher Ed
This is a continuation of how to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Instructional Video7:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Setup-2

Higher Ed
This video focuses on the concepts of cloud computing, the advantages and disadvantages of cloud computing, and the different types of service models in cloud computing.
Instructional Video6:56
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Testing Library and Jest / 149

Higher Ed
In this video, we will continue to implement and test the operator functions by clicking the operator buttons we created on the calculator.
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.
<
br/>
This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section,...
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.
<
br/>
This clip is from the chapter "Book Chapter 7 - Power...
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:17
Curated Video

CISSP Crash Course - Engineering Processes and Secure Design

Higher Ed
This video explains engineering processes and secure design.
<
br/>
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...
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 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.
<
br/>
This clip is from the chapter "Database Architecture" of the series "Oracle Database...
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 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 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.
<
br/>
This clip is from the chapter...