Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Securing SSH with a Network Firewall
Here, you will learn about SSH best practices on firewall rules to only allow users who know the "secret knock" to enter the network through a particular port.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Installing LAMP Stack on Ubuntu Through Command Line
In this guide, we will install a LAMP stack on an Ubuntu server. There are a few different ways to do this from the command line.
Curated Video
Make Apps with ChatGPT and Generative AI - Visual Studio Code Installation
The next thing we need to set up in our system is the Visual Studio Code, an IDE available by Microsoft, to deploy functions on Azure. We will create a blank project on a folder of choice. This clip is from the chapter "Prework" of the...
Curated Video
Make Apps with ChatGPT and Generative AI - Python Installation
We will now download and install Python and set it up on our local system. We will download and install the Python 3. 9.13 version and add the path for the software. We will check the installation using the CMD command. This clip is from...
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Batch Apex and Its Test Class with 100% Code Coverage
In this video, we will use ChatGPT to create a Batch Apex class that creates tasks for all cases in the “new” status. You will also learn how to achieve 100% code coverage using ChatGPT to write the necessary test class. By the end of...
Curated Video
How to Use ChatGPT and Generative AI for Passive Income - Use Midjourney to Create Phone Backgrounds
In this video, you will learn how to use Midjourney to create unique and engaging phone backgrounds that you can use or sell. You will discover how to use Midjourney’s Generative AI platform to create custom backgrounds that meet your...
Curated Video
How to Use ChatGPT and Generative AI for Passive Income - Use Midjourney to Create Stock Photos
Midjourney is a Generative AI platform that can help you create unique and eye-catching stock photos for your digital art projects. In this video, you will learn how to use Midjourney to generate high-quality images that can be used for...
Curated Video
Oh My; My Left Eye by Dr. Bee
Andy is a little boy born with crossed eyes. The book outlines his journey to having his vision corrected and the setbacks he and his parents face along the way.
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Configure a Custom Domain
In this video, you will learn how to configure a custom domain. 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 will learn how to...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Install the Plugin as a Dependency (And Publish to the Strapi Market)
In this video, you will learn how to Install the plugin as a dependency and publish to the Strapi Market. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with...
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. 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 - Admin Panel: Plugin Icon and First Component
In this video, you will learn about the plugin icon and the first component in the admin panel. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Integrating the Third-Party GitHub API
In this video, you will learn how to integrate the third-party GitHub API. 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
How to Use ChatGPT and Generative AI to Help Create Content - Generating Text Content with ChatGPT
In this video, you will learn how to use ChatGPT, a state-of-the-art language model, to generate high-quality text content, including articles, blog posts, and more. This clip is from the chapter "Introduction to Generative AI" of the...
Curated Video
Make Apps with ChatGPT and Generative AI - Resolving CORS and Security Errors
This video is for those who were not able to connect the Outlook with the Azure function. We will discuss the CORS error or any other security errors that might pop up during the testing and resolve the errors. This clip is from the...
Curated Video
Make Apps with ChatGPT and Generative AI - Congratulations
This video provides a thank-you note from the author and also recapitulates the concepts we learned and the applications we built over the duration of the course. This clip is from the chapter "Conclusion" of the series "Make Apps with...
Curated Video
Make Apps with ChatGPT and Generative AI - Image API DALLE Use
We will work on using the Image API DALL-E and integrate it an app called SplashImages, which will create characters based on images in a photograph; we will use an HTTP trigger and an Azure Function. 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 - 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. 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 - Front-End Changes
After getting the basic setup up and running, we will begin with creating the frontend for our application. We will make a few changes to the task pane to display the name of the app, and other changes to how the frontend appears. This...
Curated Video
Make Apps with ChatGPT and Generative AI - Outlook Environment Setup
We will create an app, “PolitelySayNo”, which will reply to emails that you receive in your inbox. You will need to have Visual Studio up and running and also the Yo software available, and base it on the project where we linked Outlook...
Curated Video
Make Apps with ChatGPT and Generative AI - Running ChatGPT API from Outlook
After the Outlook add-in is working, we will now create API calls from our Outlook add-in to the ChatGPT API that we created. We will make post-requests and edit the model, prompt, body, and temperature of the Azure code. This clip is...
Curated Video
Make Apps with ChatGPT and Generative AI - Outlook Add-In Launch
After building our first Outlook add-in project and going through some of the code behind it, we will start it and look at it on Outlook. We will be creating a task pane and we will click a button and a pane will come up from the right...