Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Server and User Model
This video will cover the creation of server and user models for the backend part of our full stack Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like Tweet
This video is all about implementing a "like" functionality in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Upload
In this video, you will learn how to add the ability to upload images to tweets in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweeting
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Update User
In this video, you will learn how to update a user in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Unfollowing
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Following
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Presenting User Profile Images
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth Middleware
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).
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile Image Upload
In this video, you will learn how to implement profile image upload functionality in your Twitter Clone app using Node.js and Express framework.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login
In this video, we will implement the user login functionality using Passport.js authentication.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Password Hashing with Bcrypt
In this video, we will explore how to securely hash and store user passwords using Bcrypt.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create User
In this video, you will learn how to create a user and store it in our MongoDB database using Mongoose and Express.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Model and Validator
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Model
In this video, we will demonstrate how to build a user model for our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | LoginView
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | RegisterView
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | WelcomeView
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UserProfile Feed
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile TabButtons
In this video, we will walk you through the process of designing and implementing custom Profile TabButtons.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile Bio
In this video, we will show you how to design and implement a custom Profile Bio that's both informative and engaging.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MainView
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,...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SlideMenu
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView
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.