Instructional Video12:55
Curated Video

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

Higher Ed
This video will cover the creation of server and user models for the backend part of our full stack Twitter Clone app.
Instructional Video8:23
Curated Video

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

Higher Ed
This video is all about implementing a "like" functionality in our Twitter Clone app.
Instructional Video12:47
Curated Video

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

Higher Ed
In this video, you will learn how to add the ability to upload images to tweets in our Twitter Clone app.
Instructional Video10:49
Curated Video

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

Higher Ed
In this video, you will learn how to create the API endpoint for posting tweets on our Twitter Clone app using Node.js, Express, and MongoDB.
Instructional Video20:09
Curated Video

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

Higher Ed
In this video, you will learn how to update a user in our Twitter Clone app.
Instructional Video12:19
Curated Video

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

Higher Ed
In this video, you will learn how to implement the "Unfollow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Instructional Video14:03
Curated Video

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

Higher Ed
In this video, you will learn how to implement the "Follow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Instructional Video8:39
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Presenting User Profile Images

Higher Ed
In this video, the presenter shows how to present the user profile images in the app UI by creating a route to serve the static files.
Instructional Video17:22
Curated Video

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

Higher Ed
In this video, we will implement an authentication middleware that checks whether a user is authorized to access certain routes by verifying their JSON Web Token (JWT).
Instructional Video13:46
Curated Video

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

Higher Ed
In this video, you will learn how to implement profile image upload functionality in your Twitter Clone app using Node.js and Express framework.
Instructional Video13:21
Curated Video

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

Higher Ed
In this video, we will implement the user login functionality using Passport.js authentication.
Instructional Video8:44
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Password Hashing with Bcrypt

Higher Ed
In this video, we will explore how to securely hash and store user passwords using Bcrypt.
Instructional Video11:34
Curated Video

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

Higher Ed
In this video, you will learn how to create a user and store it in our MongoDB database using Mongoose and Express.
Instructional Video13:36
Curated Video

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

Higher Ed
In this video, we will explore how to create a user model and use a validator to ensure that the user data meets certain requirements.
Instructional Video8:44
Curated Video

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

Higher Ed
In this video, we will demonstrate how to build a user model for our application.
Instructional Video17:25
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | LoginView

Higher Ed
In this video, we will show you how to build a LoginView for your Twitter Clone app that authenticates users, stores their login credentials securely, and handles common login-related scenarios such as forgotten passwords and password...
Instructional Video13:50
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | RegisterView

Higher Ed
In this video, we will take you through the process of designing and implementing a RegisterView for your Twitter Clone app that collects user data, validates it, and stores it securely.
Instructional Video16:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | WelcomeView

Higher Ed
The WelcomeView is the first thing your users will see when they sign up for your Twitter Clone app, so it's important to make it welcoming, informative, and easy to use; in this video, we will show you how to design and implement a...
Instructional Video18:04
Curated Video

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

Higher Ed
The UserProfile Feed is the heart of any Twitter Clone app's user profile page, showcasing the user's latest tweets, retweets, and other activities; in this video, we will show you how to create a responsive, dynamic UserProfile feed.
Instructional Video17:45
Curated Video

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

Higher Ed
In this video, we will walk you through the process of designing and implementing custom Profile TabButtons.
Instructional Video11:35
Curated Video

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

Higher Ed
In this video, we will show you how to design and implement a custom Profile Bio that's both informative and engaging.
Instructional Video22:46
Curated Video

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

Higher Ed
The MainView is the central hub of any Twitter Clone app, and in this video, we will guide you through the process of designing and implementing a custom MainView that showcases all the essential elements of your app, including the feed,...
Instructional Video30:59
Curated Video

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

Higher Ed
In this video, we will show you how to build a custom SlideMenu that's both beautiful and functional, using the latest tools and techniques in mobile app development.
Instructional Video12:02
Curated Video

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

Higher Ed
In this video, we will walk you through the process of building a custom SearchView for your Twitter Clone app, and offer tips for optimizing the performance and usability of this feature.