Instructional Video5:31
Curated Video

Behavioral Design Patterns in C++ - Help System - II

Higher Ed
In this video, we will use the CoR pattern to implement the help system of an application. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video2:38
Curated Video

Behavioral Design Patterns in C++ - Help System - I

Higher Ed
In this video, we will use the example of a help system to understand the CoR pattern. It will also give you an overview of the example. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in...
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 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 Video16:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Individual Product Component / 106

Higher Ed
You will learn tips and tricks for better searching using the debouncing technique, up, down, and clear, and developing a clear search feature.
Instructional Video9:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105

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 Video22:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Home Page / 102

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Instructional Video10:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header Component - II / 101

Higher Ed
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Instructional Video19:45
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099

Higher Ed
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.
Instructional Video9:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 095

Higher Ed
This video provides a detailed introduction to the concepts covered in this course section, including JavaScript and its topics.
Instructional Video9:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 091

Higher Ed
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Instructional Video16:32
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Components / 082

Higher Ed
After creating a ledge for the basket page, you will now learn to add functionality to the basket and start receiving items from the product list and the function buttons to work.
Instructional Video15:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 073

Higher Ed
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.
Instructional Video14:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - UI Design (Tailwind and Flowbite) / 065

Higher Ed
Now, we will focus on creating a basic user interface. We will define the page structure and how Cinemate, using Tailwind and Flowbite, works.
Instructional Video20:15
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Tailwind Introduction / 063

Higher Ed
This video will explain Tailwind and its functional components to load the style components into our React project, the Cinemate, and add the required dependencies for the project.
Instructional Video17:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Setup-1

Higher Ed
This video explores the components of the project. We will import the index.js file from the previous project and we will create all the required folder structures for the Cinemate project.
Instructional Video14:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Restructuring / 060

Higher Ed
In this lecture, we will examine how to improve the folder structure and how to import and export elements or components from different folder structures.
Instructional Video15:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 055

Higher Ed
In this video, we will learn how to improve the structure of our project. We will learn to create proper header and footer components and import them from the components folder. This will be the base structure on which the project will...
Instructional Video17:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Component Level Styling / 021

Higher Ed
After exploring index.css, we will look at the component-level styling. We will understand the structure of a component that involves styling.
Instructional Video6:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 086

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: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 Video6:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Project Setup

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:17
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solved: Netlify Error / 079

Higher Ed
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.
Instructional Video4:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Scroll Restoration: Scroll to Top / 075

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.