Instructional Video11:53
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070

Higher Ed
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the following few lines of code, rectifying the code, and re-fetching the API.
Instructional Video6:51
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Global State Management

Higher Ed
After implementing the shopping basket and all the functions it needs, we will execute the tasks required to make the basket add up the totals of the prices of each product multiplied by the number of items and add other features such as...
Instructional Video14:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie List / 069

Higher Ed
In this video, we will learn to fetch specific movies on the Movie list API. We will create a default empty list. We will then learn to send fetch requests to the URLs.
Instructional Video7:07
Curated Video

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

Higher Ed
In this lecture, we will understand about the dark mode feature and use Tailwind CSS to style our site in dark mode, which is a first-class feature of many operating systems.
Instructional Video5:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Hover, Focus, and Other States

Higher Ed
In this lesson, you will learn to apply custom properties in special states, like when working with buttons, we will use "hover", "focus" properties for fonts, and other states that can be customized to our project requirements.
Instructional Video10:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Warning: Undefined Value / 048

Higher Ed
In this lecture, we will understand the "Warning: Undefined Value" error. We will understand what the warning means and how to rectify the error.
Instructional Video11:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - State: tasklist and setTasklist / 046

Higher Ed
We will create a state called tasklist to add tasks, delete tasks, and edit tasks inside the task list. You will learn to add local time and date strings.
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 Video6:34
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Loading State / 039

Higher Ed
Let's focus on the new loading feature, where we will create a state to show the loading of elements. Now that you have learned to fetch elements using a hook, you will now learn to load elements and display the loading image as we wait.
Instructional Video5:12
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React StrictMode

Higher Ed
Let's learn about an interesting feature, a common doubt that may occur in our minds, where we loaded the conole.log once, but the information is repetitive. You will learn how the useEffect hook works here.
Instructional Video12:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useEffect Hook / 032

Higher Ed
In this lecture, you will learn to call an API, access the information, and then create the user interface to display the information. We will understand the useEffect hook that accepts a function that contains imperative and possibly...
Instructional Video11:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Add New Task / 029

Higher Ed
After learning how to input data or tasks using forms and accepting the tasks or data using the submit button, we will now examine how to create new tasks, which will receive inputs from the tasks and add them to the task list we created...
Instructional Video3:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Controlled Inputs / 027

Higher Ed
In this lecture, you will learn to create a button on our app that will allow us to control the input by resetting the input value in the task name field.
Instructional Video4:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Prop Drilling / 019

Higher Ed
Here, we will understand the concept of prop drilling, which means we dig deep into the properties or props by passing the prop's components from one to another.
Instructional Video11:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Array State Value / 012

Higher Ed
Here, we will continue to understand the useState, but this time, we will not just use it with integers, we will use arrays. We will create a task list and experiment with using tasks.
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 Video12:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - State Introduction: useState / 010

Higher Ed
In this video, we will explore further about a state and then understand in detail the useState, a React hook that lets you add a state variable to a component.
Instructional Video10:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Why We Need States? / 009

Higher Ed
In this lesson, you will learn about a state, the current value of a variable, which can constantly change, increase or decrease based on the function called. The state defines how a variable behaves at any given point.
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 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 Video15:13
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Condition Check: Already in Cart / 127

Higher Ed
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before proceeding with the last payment order.
Instructional Video4:03
Healthcare Triage

Why Is Measles Making a Comeback?

Higher Ed
Measles is really contagious and can easily spread in pockets of unvaccinated people. In February 2024 a health advisory was issued by the Florida Department of Health in Broward County to warn the public about several confirmed cases of...
Instructional Video8:54
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - The Naive Forecast and the Importance of Baselines

Higher Ed
In this video, we will discuss baselines and naïve forecast. This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will talk about...
Instructional Video28:01
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pizza Order View

Higher Ed
This video explains the pizza order view. This clip is from the chapter "iOS 16.1 Live Activity Lifecycle Events" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains live activity lifecycle...