Instructional Video15:18
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie Search / 071

Higher Ed
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Instructional Video14:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dark Mode Integration / 067

Higher Ed
The dark appearance, known as Dark Mode, implements an interface style that many apps already adopt. We will learn to integrate the dark mode into the Cinemate project.
Instructional Video10:01
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Handling Errors (try/catch) / 040

Higher Ed
In this video, we will discuss handling errors, which include server errors, wrong URLs, and so on.
Instructional Video11:15
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useCallback Hook / 037

Higher Ed
In this video, you will learn about the useCallback hook, as the useEffect hook requires dependencies within the function. In contrast, the useCallback hook does not require a dependency within it and can call dependencies from outside...
Instructional Video4:33
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Level Styling / 023

Higher Ed
In this lecture, you will learn about dynamic class names and dynamic CSS styling, which involves conditional arguments passed as True or False values and then performing a task assigned to it.
Instructional Video7:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Conditional Templates / 014

Higher Ed
This video discusses a conditional template, which allows us to compare multiple elements with True or False return values and apply certain changes. These are templates by which we set up a condition, and it executes a code after...
Instructional Video6:30
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Array setState Value / 013

Higher Ed
We will continue the lessons on useState; here, you will learn more about setTask. The lesson will show you how to delete the tasks we created in the previous lecture.
Instructional Video4:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Multiple Updates / 011

Higher Ed
In this video, we will discuss the problems we face when using the setCount. The value of the Count remains constant; hence, when using multiple iterations of a setCount function, the value of the variables does not change either.
Instructional Video10:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Error: Object Fetch / 168

Higher Ed
While creating our blog post in the last video, we encountered an error. In this video, we will focus on how to fix the error and understand creating and fetching objects for the project.
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
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 Video10:23
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Fire Events and User Events / 153

Higher Ed
In this video, we will look at different events such as mouse clicks, mouse overs, mouse out, key down, and document load.
Instructional Video9:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dashboard: Condition 1 / 134

Higher Ed
In this video, we will explore the admin dashboard and look at the few available features on the dashboard.
Instructional Video14:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Order Page / 133

Higher Ed
In this video, you will learn how to create the basket layout for storing the chosen products and increase or decrease the quantity of the items or delete the items from the list.
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 Video6:45
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Out of Stock Products / 128

Higher Ed
Near the bottom of the "Show Results For" section, you can click the button for "Include Out of Stock".
Instructional Video5:53
Healthcare Triage

How Do Drugs Get Invented?

Higher Ed
With support from the National Institute for Health Care Management, we’re spending the next three episodes talking about how drugs get approved in the United States. In this first episode, we discuss the drug approval process from the...
Instructional Video3:06
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Utility

Higher Ed
This video explains how to create a new helper function/weather utility. This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the widget...
Instructional Video6:28
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Weather Service

Higher Ed
This video explains how to create the weather service. This clip is from the chapter "Widget Size Family" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the widget family, which is an...
Instructional Video5:43
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Slicing Pandas Dataframe

Higher Ed
In this video, we will understand how we can return the required elements from our dataframe using the concept of slicing. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep...
Instructional Video6:08
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Conditional Statements in Python - While

Higher Ed
In this video, you will learn about the "While" conditional statement and how to implement it. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video11:17
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Conditional Statements in Python - if

Higher Ed
In this video, you will learn about the "If" conditional statement and how to implement it. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video6:57
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Widget Deep Link Through OpenURL

Higher Ed
This video explains the widget deep link through OpenURL. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Instructional Video20:35
Curated Video

PowerShell for Automating Administration - CSV File Handling with PowerShell

Higher Ed
This video will help you with the handling or actually doing some sort of operations on the CSV file using PowerShell. Here, you will use the live structured data in a CSV file and perform various operations on it. This clip is from the...