Instructional Video3:54
Curated Video

Behavioral Design Patterns in C++ - TextPad - II

Higher Ed
This video starts with the creation of the application class and implementation of its important methods. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video3:26
Curated Video

Behavioral Design Patterns in C++ - Introduction-Command

Higher Ed
This video provides an introduction to command patterns. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which encapsulates requests...
Instructional Video7:32
Curated Video

Behavioral Design Patterns in C++ - Template Method - I

Higher Ed
In this video, we will implement the template method design pattern in the document framework. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template...
Instructional Video7:48
Curated Video

Learn Azure Serverless Functions in a Weekend - Binding Expression and Function Monitoring

Higher Ed
This video explains binding expression and function monitoring in detail. This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This...
Instructional Video15:57
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Boilerplate / 005

Higher Ed
In this video, we will start our coding journey from the basics. We will understand the required functional folders for our React coding operations in detail.
Instructional Video13:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart: Provider / 125

Higher Ed
The context API simplifies sharing of cart data between components. Create a new function called CartProvider and add the reducer.
Instructional Video14:10
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Login and Registration Page / 118

Higher Ed
Let's get acquainted with registering an account so we can explore many relevant services to become a user of the application.
Instructional Video5:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Clear Filter / 114

Higher Ed
This lesson demonstrates how to cover key concepts required to filter successfully and concisely.
Instructional Video11:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Filter: Initial Product List / 112

Higher Ed
We will create a checkout page, which will require us to handle the items in the product list, make final calculations, and add any other info if needed; reloading the page should allow us to make changes in the total by adding or...
Instructional Video17:22
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Product Search / 109

Higher Ed
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Instructional Video3:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - ScrollToTop Component / 108

Higher Ed
This video describes how to use elastic load balancing with your auto scaling group to distribute traffic across the instances in your auto scaling group.
Instructional Video19:12
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API: Product List / 104

Higher Ed
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Instructional Video15:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Reducers: Add and Remove / 093

Higher Ed
This lesson creates a new reducer method called removeFromCart, which accepts a value and removes an item from the basket. We will then add an handler to our remove button.
Instructional Video13:29
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 076

Higher Ed
In this lecture, the next step is to start building the homepage of the eCommerce site. We will use components to tell React what we want to see on the screen.
Instructional Video10:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Navigation Structure

Higher Ed
In this video, we will complete the header section of the Cinemate project and increase font sizes, change logo appearance, activate the navigation link, adding dynamic classes and add hidden variables.
Instructional Video4:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Infinite Loops / 042

Higher Ed
In this lecture, we will discuss passing primitive values and passing a function using a callback. We will use the useRef hook to create a reference for the elements and values.
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 Video10:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook (useFetch) / 038

Higher Ed
In this lecture, you will learn how to create a custom hook, which are functions that perform a task or fetches the information. You will learn to create a custom hook and call that hook in the code whenever we need information.
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 Video7:14
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Event / 036

Higher Ed
In this lecture, you will learn how to utilize a URL and how to use Async Await, and the functions we will use for the process. You will learn to segregate data based on specified conditions.
Instructional Video13:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Event / 028

Higher Ed
Let's learn to create submit buttons, enabling us to accept the input values through forms or input tabs. We can make the submit buttons and get inputs through data storage functions.
Instructional Video5:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Event / 026

Higher Ed
In this video, we will examine the listener that we will work with, which calls a function that will execute a task every time there is a change in the input, an anonymous function, or create a function based on our requirement.
Instructional Video6:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017

Higher Ed
After learning about components and component trees in this video, we will focus on props in detail. We will understand what props are and how they are used in codes and properties with dynamic values.
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.