Hi, what do you want to do?
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Quick Hook Advice / 015
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 073
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Movie List Structure / 068
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 160
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Page Component Wrapper / 156
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Queries, Type, Expect, and More / 154
This video will teach an important concept before moving on to JavaScript and jQuery, the document object model (DOM).
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Testing Structure / 151
This is a continuation of how to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Setup-2
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Testing Library and Jest / 149
In this video, we will continue to implement and test the operator functions by clicking the operator buttons we created on the calculator.
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.
<
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,...
<
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,...
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.
<
br/>
This clip is from the chapter "Book Chapter 7 - Power...
<
br/>
This clip is from the chapter "Book Chapter 7 - Power...
Curated Video
Recommender Systems with Machine Learning - Quiz Solution-2
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...
<
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...
Curated Video
CISSP Crash Course - Engineering Processes and Secure Design
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...
<
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...
Curated Video
CISSP Crash Course - Supply Chain Risk
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...
<
br/>
This clip is from the chapter "Security and Risk Management" of the series "CISSP Crash Course".This section explains domain 1, which...
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.
<
br/>
This clip is from the chapter "Database Architecture" of the series "Oracle Database...
<
br/>
This clip is from the chapter "Database Architecture" of the series "Oracle Database...
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.
<
br/>
This clip is from the chapter "Getting Started with...
<
br/>
This clip is from the chapter "Getting Started with...
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.
<
br/>
This...
<
br/>
This...
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.
<
br/>
This clip is from the chapter "Routing and...
<
br/>
This clip is from the chapter "Routing and...
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...