Curated Video
Behavioral Design Patterns in C++ - Help System - II
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...
Curated Video
Behavioral Design Patterns in C++ - Help System - I
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...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Command
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - ScrollToTop Component / 108
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Individual Product Component / 106
You will learn tips and tricks for better searching using the debouncing technique, up, down, and clear, and developing a clear search feature.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Rating Component / 105
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Home Page / 102
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Header Component - II / 101
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 095
This video provides a detailed introduction to the concepts covered in this course section, including JavaScript and its topics.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 091
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: Components / 082
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 073
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - UI Design (Tailwind and Flowbite) / 065
Now, we will focus on creating a basic user interface. We will define the page structure and how Cinemate, using Tailwind and Flowbite, works.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Tailwind Introduction / 063
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Setup-1
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Restructuring / 060
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 055
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Component Level Styling / 021
After exploring index.css, we will look at the component-level styling. We will understand the structure of a component that involves styling.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 086
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.
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 - Solution: Project Setup
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 - Solved: Netlify Error / 079
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Scroll Restoration: Scroll to Top / 075
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.