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 - 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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Edit Profile and Follow Buttons
In this video, we will be working on the Edit Profile and Follow buttons of the Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Save EditProfileView
In this video, we will cover the process of saving edited profile information in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - ImageUploader
In this video, we will be discussing how to implement the ImageUploader in our SwiftUI Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Using ImagePicker in Create Tweet
In this video, we will be using the ImagePicker to enable users to select and upload images along with their tweets in the full stack Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - ImagePicker
In this video, we will be implementing an ImagePicker in our iOS Twitter Clone app, which will allow the user to select an image from their device's photo library or take a picture using their camera.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login Bug Fixes
In this video, we will be discussing the different bug fixes for the login functionality in our full stack Twitter Clone app. We will be exploring issues related to authentication and working through solutions to fix these bugs. By the...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Logout
In this video, you will learn how to implement the logout functionality in our SwiftUI 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 - 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 - 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 - 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 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 - UPDATE Notes
In this video, we will dive into how to use UPDATE requests to modify existing notes in an API and provide examples of how to structure and manage this data to ensure consistency and security.