Hi, what do you want to do?
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Benefits of Cloud Computing
This lecture will explain the various benefits of cloud computing, the core advantages, and cloud administration.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Cloud Computing
This video is a brief introduction to cloud computing concepts. It outlines what cloud computing comprises, virtual instances, and system and networking resources.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 3
After completing all the lessons in the section, and ultimately implementing the project and testing out the project, this video provides a detailed recapitulation of the concepts learned in this project for the React app.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 4
You will learn how to highlight the entry box for text using the Event() function to enable us to see where we are making entries into the form.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 3
Here, we will continue with the validation of information in the forms; we will also be looking at providing feedback to the user based on the information validation process with visuals.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 2
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 1
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
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Better Searching with Debouncing
You will learn tips and tricks for better searching using the debouncing technique, using up, down, and clear, and developing a clear search feature.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results
In this video, we will understand how to implement a search bar on the basket page. We will generate a couple of components that will aid us in inputting in a textbox and allow the page to search for the component based on the stored...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Local Storage
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Order Confirmation
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before going ahead with the last order for payment.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Checkout - Fixing the State
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Finishing the Checkout
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and so on.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Basket Total
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
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Basket Icons
In this video, you will learn to create basket icons, implement them one by one, and test them for functionality.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Basket
After creating a ledge for the basket page, we 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
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Basket Layout
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
AWS, JavaScript, React - Deploy Web Apps on the Cloud - UseContext Hook and UseReducer Hook in React
Let's understand UserContext Hook, which makes it easy to pass data throughout your app without manually passing props down the tree, and UseReducer Hook, which allows for a simpler, predictable, and organized way to update our component.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Context in React
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Homepage
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Layout
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Categories
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dangerously Set HTML (Yeah Really)
Let's learn about dangerouslySetInnerHTML, a property you can use on HTML elements in a React application to set their content programmatically.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styled Components - Product Description
In this lesson, we will understand the styled system, a collection of utility functions that adds style props to your React components and allows you to control styles based on criteria.