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 - 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 - 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 - Styling the Game Board - Header and Footer
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.
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 - JavaScript Object Output
In this video, you will learn how to output multiple object property values in a single line of text.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - JavaScript Variables Introduction
This video explains variables and important concepts to learn about in any programming language, including JavaScript.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction-JavaScript
This video provides a detailed introduction to the concepts covered in this course section, including JavaScript and its topics.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - DOM Manipulation
This video demonstrates an example of a document object model manipulation using JavaScript.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploying an EC2 Instance
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.
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Showing Buttons for Bulk Actions
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Creating a Single Content Type
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - SEO and Page Challenge
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Data Fields
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...
Curated Video
How to Use ChatGPT and Generative AI to Help Create Content - Generating Code with ChatGPT
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...
Curated Video
How to Use ChatGPT and Generative AI to Help Create Content - Fundaments of Using Generative AI
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...
Curated Video
How to Use ChatGPT and Generative AI to Help Create Content - What Is Generative AI
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT API and Power Automate Integration
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Cover Letter Screen Creation
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...
Curated Video
Make Apps with ChatGPT and Generative AI - Adding Reply Box
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...
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 a...
Curated Video
Make Apps with ChatGPT and Generative AI - Text and Photo Testing for ChatGPT App
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ImageAI and OpenAI Photo Integration
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...
Curated Video
Make Apps with ChatGPT and Generative AI - ChatGPT Workflow Creation
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...