Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Install Next.js with NPX - ChatGPT Project Setup
This video helps you with the installation of Next.js with NPX. Here, you will look at setting up the ChatGPT project.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Node.js and NPM - OpenAI Project Setup
This video demonstrates and explains the Node.js and NPM. Here, you will look at the project setup of OpenAI.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Next.js and React.js
In this video, you will learn about Next.js and React.js and their fundamental concepts in detail.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Going Through the Final ChatGPT AI Model
In this video, we will demonstrate the end results of building a ChatGPT AI with JavaScript using OpenAI, showcasing the chatbot in action.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Introduction to the Course
This video helps in providing an overview of what the course entails and what students can expect to learn.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Loops
This video talks about loops.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Switch Statement
This video explains the Switch statement.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic Operators and If Statements
This video explains basic operators and If statements.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Classes and Structs
This video talks about the classes and structs.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Functions
This video explains the functions.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Variables and Types
This video explains the variables and types in Swift programming.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Display
In this video, you will learn how to display notifications in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Fetch
In this video, we will be discussing how to fetch notifications for a user in our Twitter Clone app's backend.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Functions
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Creating Accounts
In this video, we will be covering the process of creating user accounts for our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Search Filter
This video helps implement the user search filter in the app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchViewCell
In this video, you will learn how to create a custom view cell that displays the results of a search in a list format.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchBar
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Refreshable ScrollView
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet UI
In this video, we will be implementing the functionality to like and unlike tweets in the UI of our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow UI
In this video, we will be implementing the follow and unfollow functionality on the user profile UI.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow Server-Side
In this video, you will learn about the process of following and unfollowing users on the server-side of our application.