Instructional Video6:28
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern

Higher Ed
This video demonstrates the use of async/await and fetch to send a post request to the OpenAI API, allowing ChatGPT to respond to user input in real time.
Instructional Video5:53
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT

Higher Ed
In this video, you will learn how to add onSubmit functionality for OpenAI API connection with ChatGPT, enabling your application to query the OpenAI API and display responses based on user input.
Instructional Video4:19
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Animal Input State Update for Open AI Queries

Higher Ed
In this video, we will demonstrate how to implement an animal input state update for OpenAI queries, allowing your chatbot to provide more personalized and engaging responses for animal-related topics.
Instructional Video10:35
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What are Hooks and How to Manage State in React

Higher Ed
This video covers an introduction to React hooks and how to manage state in React, which is essential for building complex applications like the ChatGPT OpenAI.
Instructional Video4:56
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Writing a Form in React with Next.js for ChatGPT OpenAI

Higher Ed
This video covers the process of writing a form in React with Next.js for integrating ChatGPT OpenAI into a web application.
Instructional Video5:12
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Cleaning Up the Index File for ChatGPT OpenAI API

Higher Ed
In this video, we will clean up the index file for our ChatGPT OpenAI API by removing redundant code and adding comments to make it easier to understand.
Instructional Video7:08
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Overview of Next.js Key Index and Starter Coding Files for the ChatGPT OpenAI

Higher Ed
In this video, we will provide an overview of the key index and starter coding files for the ChatGPT OpenAI application built with Next.js.
Instructional Video3:36
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Complete File Structure Review of the OpenAI ChatGPT

Higher Ed
In this video, we will do a complete file structure review of the OpenAI ChatGPT project and discuss the purpose of each file and directory.
Instructional Video4:21
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - How Does NPM Run Dev Work in Next.js

Higher Ed
In this video, we will explore the process of running the "npm run dev" command in Next.js and how it helps facilitate a smooth development experience for building ChatGPT OpenAI projects.
Instructional Video2:14
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Download and Install a Text Editor - Visual Studio Code for OpenAI ChatGPT

Higher Ed
In this video, we will guide you through the process of downloading and installing Visual Studio Code, a popular text editor, to use with the OpenAI ChatGPT project.
Instructional Video2:08
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Install Next.js with NPX - ChatGPT Project Setup

Higher Ed
This video helps you with the installation of Next.js with NPX. Here, you will look at setting up the ChatGPT project.
Instructional Video1:57
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Node.js and NPM - OpenAI Project Setup

Higher Ed
This video demonstrates and explains the Node.js and NPM. Here, you will look at the project setup of OpenAI.
Instructional Video1:32
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Next.js and React.js

Higher Ed
In this video, you will learn about Next.js and React.js and their fundamental concepts in detail.
Instructional Video2:54
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Going Through the Final ChatGPT AI Model

Higher Ed
In this video, we will demonstrate the end results of building a ChatGPT AI with JavaScript using OpenAI, showcasing the chatbot in action.
Instructional Video1:43
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Introduction to the Course

Higher Ed
This video helps in providing an overview of what the course entails and what students can expect to learn.
Instructional Video8:55
Curated Video

Fundamentals of Secure Software - API Security

Higher Ed
This video explains API security.
Instructional Video7:53
Curated Video

A Detailed Guide to the OWASP Top 10 - #3 Cross-Site Scripting Attacks

Higher Ed
This video explains another important client-side based attack, which is called the cross-site scripting attack.
Instructional Video14:38
Curated Video

The Art of Doing - Web Development for Beginners - Inline Elements

Higher Ed
In this video, we will explore inline elements, which don't start on a new line and only take up as much horizontal and vertical space as needed. We will also discuss how to set their background color using the style attribute. This clip...
Instructional Video13:05
Curated Video

The Art of Doing - Web Development for Beginners - Block-Level Elements

Higher Ed
In this video, you will learn about block-level elements, which always start on a new line and take up the full horizontal width of their container. We will see how to set their vertical height and background color using the style...
Instructional Video12:18
Curated Video

The Art of Doing - Web Development for Beginners - Collectors Project - Part 2

Higher Ed
In this video, we will continue building our "Collectors" project and create the remaining pages featuring Bulbasaur, Charmander, and Squirtle. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web...
Instructional Video18:08
Curated Video

The Art of Doing - Web Development for Beginners - Collectors Project - Part 1

Higher Ed
In this video, we will start building our "Collectors" project and focus on creating the home and main pages. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In this...
Instructional Video5:47
Curated Video

The Art of Doing - Web Development for Beginners - Collectors Project Preview

Higher Ed
In this video, we will get a sneak peek at our next project, the "Collectors" web page, where we will showcase our collection of Pokémon. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web...
Instructional Video14:08
Curated Video

The Art of Doing - Web Development for Beginners - Forms

Higher Ed
In this video, you will learn how to create HTML forms using the form tag and add different input elements to them. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In...
Instructional Video16:45
Curated Video

The Art of Doing - Web Development for Beginners - Interactive Tags

Higher Ed
In this video, you will learn about interactive tags such as buttons, input fields, radio buttons, select menus, and checkboxes, and how to use them in web forms. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...