Hi, what do you want to do?
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Router - Detail Page
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Fetch API Call
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
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Binding the Products
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Displaying the Winner
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dynamic Styling
In this lecture, you will learn to create a dynamic style that we can apply globally to the React game project.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Inline Styling
This video focuses on how we can style some of the components of the project and create some inline styles for our React components.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Operators
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Parameters in Callback Functions
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Props in React
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Do-While Loop
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Multi-Factor Authentication (MFA)
This lesson will examine IAM multifactor authentication applicable to AWS and the AWS root account.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Activate MFA for the Root User Account
In this video, you will learn how to set up multifactor authentication for the root user we created for our project.
Rachel's English
9 Impossible Phrasal Verbs…EXPLAINED!
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....
Curated Video
Gary Gets the Grade by Brian Edwards
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.
Curated Video
Dinner on the Moon by Jordan Reid
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.
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Make Absolute Admin URLs Work
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...
<
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Exposing Projects with Public Routes
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...
<
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Dealing with Markdown Content
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...
<
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Reorganizing GraphQL Extension Code
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...
<
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Creating a Custom Resolver
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...
<
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Postman for Serverless Function Testing
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/>...
<
br/>...
Curated Video
Make Apps with ChatGPT and Generative AI - Body Modification for ChatGPT Backend
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...
<
br/>
This clip is from the chapter...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT Back-End Function Creation
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...