Instructional Video19:28
Instructional Video9:45
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fixing Profile Pictures

Higher Ed
In this video, you will learn how to fix the issue related to profile pictures in our Twitter Clone app.
Instructional Video5:03
Curated Video

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

Higher Ed
In this video, you will learn how to display the user's profile image in our SwiftUI Twitter Clone app.
Instructional Video8:00
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Upload Profile Image

Higher Ed
In this video, we will cover how to upload a profile image for the user using SwiftUI and Node.js.
Instructional Video8:46
Curated Video

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

Higher Ed
In this video, we continue working on EditProfileView and implement the ability to update user profile information.
Instructional Video7:45
Curated Video

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

Higher Ed
In this video, you will learn how to customize the profile of our Twitter Clone app. You will learn how to design and implement user profile pictures, headers, and other UI elements using SwiftUI.
Instructional Video8:49
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EnvironmentObject and Static AuthViewModel

Higher Ed
In this video, we will discuss two important concepts in SwiftUI-EnvironmentObject and Static AuthViewModel. We will first understand what EnvironmentObject is and how it can be used to pass data between views without the need of passing...
Instructional Video7:52
Curated Video

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

Higher Ed
In this video, we will create the notification routers for our Twitter Clone app. By the end of this video, we will have fully functional notification routes in our Twitter Clone app.
Instructional Video6:31
Curated Video

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

Higher Ed
In this video, we will be creating a Notification model for our Twitter Clone app.
Instructional Video2:33
Curated Video

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

Higher Ed
In this video, we continue building our Twitter Clone app by implementing the functionality to fetch specific tweets.
Instructional Video2:53
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Check

Higher Ed
In this video, you will learn how to implement server-side validation to check whether uploaded images for tweets are in the correct format using the Jimp package in Node.js.
Instructional Video6:10
Curated Video

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

Higher Ed
This video is all about implementing a "Unlike" functionality in our Twitter Clone app.
Instructional Video5:50
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Visualize

Higher Ed
In this video, you will learn how to visualize tweet images in your Twitter Clone app. We will explore how to retrieve tweet images from the database and display them in the app's UI.
Instructional Video3:25
Curated Video

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

Higher Ed
In this video, we will be implementing the functionality to fetch all tweets from the database using Mongoose and Express.js.
Instructional Video5:57
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetching a Specific User

Higher Ed
In this video, you will learn how to fetch a specific user using their ID, and send back only the necessary user data.
Instructional Video6:27
Curated Video

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

Higher Ed
In this video, you will learn how to implement a secure endpoint for deleting a user, including verifying the user's identity, deleting all of the user's tweets, and using proper error handling.
Instructional Video7:49
Curated Video

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

Higher Ed
In this video, we will dive deeper into JWTs and learn how to use them for secure user authentication and authorization.
Instructional Video4:13
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User and Tweet Relationship

Higher Ed
In this video, we will establish a relationship between users and tweets, and demonstrate how to fetch all tweets by a specific user.
Instructional Video5:27
Curated Video

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

Higher Ed
In this video, you will learn how to use the toJSON method in Mongoose to manipulate the user object before sending it as a JSON response.
Instructional Video8:09
Curated Video

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

Higher Ed
In this video, we will go over how to fetch all users from the MongoDB database using Mongoose and Express, and display them in our app.
Instructional Video8:19
Curated Video

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

Higher Ed
In this video, we will show you how to use Mongoose, a popular Node.js library, to build and manage a MongoDB database.
Instructional Video5:48
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Express Server and Nodemon

Higher Ed
n this video, we will show you how to use Express.js to build a powerful and scalable server for your web applications.
Instructional Video5:50
Curated Video

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

Higher Ed
In this video, we will take a deep dive into the world of NPM and package dependencies. You will learn how to use NPM to install and manage packages and how to specify dependencies in your package.json file.
Instructional Video1:11
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Twitter API Welcome Video

Higher Ed
This video talks about the Twitter API welcome video.