Curated Video
React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Global State Management
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie List / 069
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dark Mode
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Hover, Focus, and Other States
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Warning: Undefined Value / 048
In this lecture, we will understand the "Warning: Undefined Value" error. We will understand what the warning means and how to rectify the error.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - State: tasklist and setTasklist / 046
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Handling Errors (try/catch) / 040
In this video, we will discuss handling errors, which include server errors, wrong URLs, and so on.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Loading State / 039
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React StrictMode
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useEffect Hook / 032
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Add New Task / 029
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Controlled Inputs / 027
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Prop Drilling / 019
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useState: Array State Value / 012
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useState: Multiple Updates / 011
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - State Introduction: useState / 010
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Why We Need States? / 009
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.
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 - Order Page / 133
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Condition Check: Already in Cart / 127
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.
Healthcare Triage
Why Is Measles Making a Comeback?
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...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - The Naive Forecast and the Importance of Baselines
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pizza Order View
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...