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.
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 - Fixing Profile User Data
In this video, we will be fixing the profile user data in our SwiftUI Twitter Clone App. We will be identifying the errors and issues causing the wrong data to be displayed and resolve them.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Update Server-Side EditProfileView
In this video, we will update the server-side code for EditProfileView, which we have been working on in the previous videos. We will modify the Node.js backend to allow users to edit their profile information and update it in the database.
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 - Connecting EditProfileView and UserProfile
In this video, we will be connecting EditProfileView with UserProfile so that the user can see the updated profile details after editing them.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView 2
Continuing from the previous video, we dive deeper into the EditProfileView to create a customizable user profile feature. By the end of this video, you will have a fully functional EditProfileView that allows users to update their...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView
In this video, we will be creating an EditProfileView where users can update their profile information. We will cover the creation of the view layout, adding form fields for user input, and creating a ViewModel to handle the logic behind...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - TweetCellViewModel
In this video, we will explore the TweetCellViewModel, which is a part of the Twitter Clone app we are building. You will learn how to represent a tweet in a view model and how to handle actions such as liking or retweeting a tweet.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedViewModel
In this video, we will cover the implementation of the FeedViewModel, which will handle the logic and data for displaying tweets in the 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 - CreateTweet
In this video, we will be implementing the functionality to create tweets in the full stack Twitter Clone app.
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 - Fetch User Function
This video focuses on the "Fetch User" function, which is a crucial part of any app that requires user authentication. In this video, you will learn how to retrieve user data from our backend database and use it in our application. We...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login Services
This video covers the login services for our full stack Twitter Clone app. You will learn how to authenticate a user and generate a JSON web token using Node.js and the JWT library.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Register Services
This video covers the process of setting up the registration services for the Twitter Clone app backend using Node.js.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Register User
This video will guide you through the process of implementing user registration functionality for your Twitter Clone app's backend.