Instructional Video12:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Router - Detail Page

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 Video8:57
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Fetch API Call

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 Video8:12
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Binding the Products

Higher Ed
In this video, we will explore binding products, which are articles that can be used as a graphical finishing or as an assembly item for other products.
Instructional Video14:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Displaying the Winner

Higher Ed
After defining the moves in the game and being able to calculate the winner, we will now create a display effect on the game board to display the winner after the game is completed.
Instructional Video4:00
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dynamic Styling

Higher Ed
In this lecture, you will learn to create a dynamic style that we can apply globally to the React game project.
Instructional Video5:47
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Inline Styling

Higher Ed
This video focuses on how we can style some of the components of the project and create some inline styles for our React components.
Instructional Video10:18
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Operators

Higher Ed
In this video, we will continue to implement the calculator and test the operator functions by clicking on the operator buttons that we have created on the calculator.
Instructional Video4:36
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Parameters in Callback Functions

Higher Ed
After learning how to use callback functions in the previous lesson, we will now use the callback functions we created in the parent component of our code and pass them on to the instances of the child component.
Instructional Video11:09
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals

Higher Ed
This video demonstrates how to build the visuals of our elementary calculator project. We are going to develop a very basic component called a calculator.
Instructional Video3:59
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Props in React

Higher Ed
In this lesson, you will learn more about props or properties used in React. Here, the properties are transferred from the parent component to the child component.
Instructional Video1:58
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Do-While Loop

Higher Ed
Here, we will look at a variation of the while loop, the do-while loop, which will execute the entire code block once before checking that the condition is met and then allows the execution as long as the condition remains true.
Instructional Video4:09
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Multi-Factor Authentication (MFA)

Higher Ed
This lesson will examine IAM multifactor authentication applicable to AWS and the AWS root account.
Instructional Video4:02
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Activate MFA for the Root User Account

Higher Ed
In this video, you will learn how to set up multifactor authentication for the root user we created for our project.
Instructional Video13:26
Rachel's English

9 Impossible Phrasal Verbs…EXPLAINED!

6th - Higher Ed
As you learn English you begin to realize how important grammar is. These 9 phrasal verbs are used often in English but they’re a bit tricky. I’ll help you build your vocabulary and speak fast by walking you through each of these words....
Instructional Video6:29
Curated Video

Gary Gets the Grade by Brian Edwards

Pre-K - 5th
Gary can't seem to pass his math test and is on a mission to do better. This book helps children understand that asking for academic help is not a negative but can help overcome academic barriers.
Instructional Video4:00
Curated Video

Dinner on the Moon by Jordan Reid

Pre-K - 5th
In this short story, we are introduced to a boy who has dinner with his friends. However, this meal does not take place in the dining room. Come along for a wild ride as they shoot past the stars.
Instructional Video8:34
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Make Absolute Admin URLs Work

Higher Ed
In this video, you will learn how to make absolute admin URLs work.
<
br/>
This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you...
Instructional Video8:32
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Exposing Projects with Public Routes

Higher Ed
In this video, you will learn how to expose projects with public routes.
<
br/>
This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In...
Instructional Video3:22
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Dealing with Markdown Content

Higher Ed
In this video, you will learn how to deal with markdown content.
<
br/>
This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this...
Instructional Video5:09
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Reorganizing GraphQL Extension Code

Higher Ed
In this video, you will learn how to reorganize GraphQL extension code.
<
br/>
This clip is from the chapter "Extending the GraphQL API" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you...
Instructional Video9:03
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Creating a Custom Resolver

Higher Ed
In this video, you will learn how to create a custom resolver.
<
br/>
This clip is from the chapter "Extending the GraphQL API" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will...
Instructional Video3:08
Curated Video

Make Apps with ChatGPT and Generative AI - Postman for Serverless Function Testing

Higher Ed
Now, we will create our Postman account and sign-in to our Postman account to deploy our Azure function. We will create a new collection called APIs and create a new request with an API. We will test the API using Postman.
<
br/>...
Instructional Video5:51
Curated Video

Make Apps with ChatGPT and Generative AI - Body Modification for ChatGPT Backend

Higher Ed
After testing the functions of the backend we created in the previous lesson, we will now learn to make modifications to the body that will alter the response for the mail generated in the pane.
<
br/>
This clip is from the chapter...
Instructional Video9:10
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Back-End Function Creation

Higher Ed
We will now create the backend for our application. We will create a button that, when clicked, reads the email and then uses the Completion API and generates a professional email, and sends the response back to the pane on the mail as...