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 Video16:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Slice and Action / 092

Higher Ed
A "slice" is a collection of Redux reducer logic and actions for a single feature in your app, typically defined together in a single file.
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 Video15:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Redux Introduction

Higher Ed
Redux is an open-source JavaScript library used to manage application state. React uses Redux for building the user interface.
Instructional Video12:18
Curated Video

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

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 Video18:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Methods / 089

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 Video16:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Context / 087

Higher Ed
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
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 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 Video9:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Pages / 083

Higher Ed
In this video, you will learn how to use the React router and its components to create a single-page application as a detail page.
Instructional Video5:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Update Environment Variables / 145

Higher Ed
Let's discuss the arithmetic operators available in JavaScript to perform operations on constants and variables and look at the different operators available in JavaScript.
Instructional Video6:38
Curated Video

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

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 Video9:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dashboard: Condition 1 / 134

Higher Ed
In this video, we will explore the admin dashboard and look at the few available features on the dashboard.
Instructional Video16:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132

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

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

Higher Ed
This video demonstrates how we can refactor product listing categories based on certain specifics, update any changes made to the products, or take them off the listing.
Instructional Video7:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Protected Routes / 129

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

React JS Masterclass - Go From Zero To Job Ready - Out of Stock Products / 128

Higher Ed
Near the bottom of the "Show Results For" section, you can click the button for "Include Out of Stock".
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 Video12:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Add to Cart / 126

Higher Ed
This lesson will teach us about the local information stored in a basket. When we place items in a basket and refresh or reload the page, it should be able to retain the items placed in the list until the transaction is processed.
Instructional Video2:01
Curated Video

Design Microservices Architecture with Patterns and Principles - gRPC Usage in Microservices Communication

Higher Ed
In this video, we will understand how gRPC is utilized in microservices communication. You will learn about service contracts, service discovery, and the role of gRPC in enabling efficient and scalable communication between...
Instructional Video2:54
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with GraphQL API Design

Higher Ed
In this video, you will learn to design microservices architecture using GraphQL API design principles. We will understand the schema design, data fetching strategies, and architectural considerations when implementing GraphQL in a...
Instructional Video3:00
Curated Video

Design Microservices Architecture with Patterns and Principles - Identifying and Decomposing Microservices for E-Commerce Domain

Higher Ed
In this video, we apply the knowledge gained from the previous videos to identify and decompose microservices specifically for an e-commerce domain. We will understand the factors to consider creating a well-structured and cohesive...
Instructional Video13:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Local Storage

Higher Ed
In this lesson, you will learn about the local storage of information in a basket. When we place items in a basket and refresh or reload the page, it should be able to retain the items placed in the list until the transaction is processed.