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.
Instructional Video14:31
Curated Video

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

Higher Ed
In this video, we will explore how to design and implement a FeedView in a mobile app.
Instructional Video12:54
Curated Video

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

Higher Ed
In this video, we will walk through the process of creating a custom TweetView for a mobile app.
Instructional Video11:57
Curated Video

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

Higher Ed
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
Instructional Video18:35
Curated Video

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

Higher Ed
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.
Instructional Video18:54
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create Notes with POST Requests

Higher Ed
In this video, we will demonstrate how to use POST requests to create and store new notes in an API and provide guidance on best practices for structuring and managing this data.
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.