Instructional Video6:30
Curated Video

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

Higher Ed
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.
Instructional Video4:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dangerously Set HTML (Yeah Really)

Higher Ed
Let's learn about dangerouslySetInnerHTML, a property you can use on HTML elements in a React application to set their content programmatically.
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 Video11:17
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Game Board - Header and Footer

Higher Ed
We will take the styling of the game board further, and instead of just the 16 circles, we will add a header and footer to the game board and improve its overall appearance.
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 Video1:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Object Output

Higher Ed
In this video, you will learn how to output multiple object property values in a single line of text.
Instructional Video4:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Variables Introduction

Higher Ed
This video explains variables and important concepts to learn about in any programming language, including JavaScript.
Instructional Video5:42
Curated Video

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

Higher Ed
This video provides a detailed introduction to the concepts covered in this course section, including JavaScript and its topics.
Instructional Video1:18
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - DOM Manipulation

Higher Ed
This video demonstrates an example of a document object model manipulation using JavaScript.
Instructional Video8:57
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploying an EC2 Instance

Higher Ed
After exploring the basics of the EC2 dashboard, we will now learn to create our EC2 instance, launch an instance, and deploy a Linux-based AMI.
Instructional Video13:33
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Showing Buttons for Bulk Actions

Higher Ed
In this video, you will learn how to show buttons for bulk actions. 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 section, we...
Instructional Video9:52
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Creating a Single Content Type

Higher Ed
In this video, you will learn how to create a single content type. This clip is from the chapter "Designing Strapi Content Types" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will learn...
Instructional Video3:07
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - SEO and Page Challenge

Higher Ed
In this video, we will work with SEOConfig. This clip is from the chapter "Designing Strapi Content Types" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will learn how to design Strapi...
Instructional Video4:55
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Data Fields

Higher Ed
In this video, we will understand different data fields such as text, rich text, number, date, Boolean, relation, email, password, and more. This clip is from the chapter "Designing Strapi Content Types" of the series "The Complete...
Instructional Video4:23
Curated Video

How to Use ChatGPT and Generative AI to Help Create Content - Generating Code with ChatGPT

Higher Ed
This video will teach you how to use ChatGPT to generate code snippets and automate programming tasks. This clip is from the chapter "Introduction to Generative AI" of the series "How to Use ChatGPT and Generative AI to Help Create...
Instructional Video4:08
Curated Video

How to Use ChatGPT and Generative AI to Help Create Content - Fundaments of Using Generative AI

Higher Ed
In this video, you will learn about the basic principles of using Generative AI, including how to choose the right model for your needs and some common use cases. This clip is from the chapter "Introduction to Generative AI" of the...
Instructional Video1:12
Curated Video

How to Use ChatGPT and Generative AI to Help Create Content - What Is Generative AI

Higher Ed
This video provides an introduction to the concept of Generative AI and explains what it is. This clip is from the chapter "Introduction to Generative AI" of the series "How to Use ChatGPT and Generative AI to Help Create Content".In...
Instructional Video3:53
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT API and Power Automate Integration

Higher Ed
We will now create the Power Automate script and create a new flow. We will integrate it with ChatGPT. We will create an HTTP request and the URL from Postman and Azure Function created as ImageAI. This clip is from the chapter...
Instructional Video7:17
Curated Video

Make Apps with ChatGPT and Generative AI - Cover Letter Screen Creation

Higher Ed
In this video, you will learn to create cover letters for the JobApplicationCreator app, which will create a cover letter based on the post of the job applying for, which can be mailed to the employer. This clip is from the chapter...
Instructional Video3:03
Curated Video

Make Apps with ChatGPT and Generative AI - Adding Reply Box

Higher Ed
In this video, you will learn to create a reply box, which will read the mail received and generate a response or reply that can be used to email back the sender as a reply for the mail received from them. 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 a...
Instructional Video1:35
Curated Video

Make Apps with ChatGPT and Generative AI - Text and Photo Testing for ChatGPT App

Higher Ed
In this video, we will test our photo and images when providing a destination in the TravelPlan page. This will call the Completion API and ImageAI, which will produce not only the text itinerary but also interesting images of the...
Instructional Video4:54
Curated Video

Make Apps with ChatGPT and Generative AI - ImageAI and OpenAI Photo Integration

Higher Ed
In this video, you will learn to integrate ImageAI and OpenAI into the TravelPlan project. It will generate images and photos based on the location provided in the TravelPlan and make the itinerary page appear more interesting. This clip...
Instructional Video4:15
Curated Video

Make Apps with ChatGPT and Generative AI - ChatGPT Workflow Creation

Higher Ed
Here, we will begin with creating the API called the Completion API as an action and the datatype to return as text. We will add the prompt, body, and URL parameters for the workflow. This clip is from the chapter "Itinerary - ChatGPT...