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 Video10:14
Instructional Video10:06
Instructional Video15:32
Instructional Video11:16
Instructional Video20:01
Instructional Video12:26
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Variables and Types

Higher Ed
This video explains the variables and types in Swift programming.
Instructional Video9:17
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Display

Higher Ed
In this video, you will learn how to display notifications in our Twitter Clone app.
Instructional Video11:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Fetch

Higher Ed
In this video, we will be discussing how to fetch notifications for a user in our Twitter Clone app's backend.
Instructional Video7:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Functions

Higher Ed
In this video, we will be creating notification functions for our full-stack Twitter Clone app. These functions will allow us to send notifications to users when certain events occur, such as when someone follows them or likes their tweet.
Instructional Video13:07
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender

Higher Ed
In this video, you will learn how to set up notification sending in our app. We will create a NotificationSender class that takes in a user and a notification message, then sends the notification to the appropriate user.
Instructional Video5:52
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Creating Accounts

Higher Ed
In this video, we will be covering the process of creating user accounts for our application.
Instructional Video9:19
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Search Filter

Higher Ed
This video helps implement the user search filter in the app.
Instructional Video11:33
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchViewCell

Higher Ed
In this video, you will learn how to create a custom view cell that displays the results of a search in a list format.
Instructional Video12:13
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchBar

Higher Ed
In this video, you will learn how to implement a search bar in our Twitter Clone app using SwiftUI. We will create a custom search bar view and add it to our navigation bar.
Instructional Video14:05
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Refreshable ScrollView

Higher Ed
In this video, we will be implementing a "Refreshable ScrollView" in our SwiftUI app, which will allow us to refresh the content of our view by pulling down on the scroll view.
Instructional Video10:04
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet UI

Higher Ed
In this video, we will be implementing the functionality to like and unlike tweets in the UI of our Twitter Clone app.
Instructional Video10:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side

Higher Ed
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Instructional Video11:31
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow UI

Higher Ed
In this video, we will be implementing the follow and unfollow functionality on the user profile UI.
Instructional Video13:02
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow Server-Side

Higher Ed
In this video, you will learn about the process of following and unfollowing users on the server-side of our application.