Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedView
In this video, we will explore how to design and implement a FeedView in a mobile app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create TweetView
In this video, we will walk through the process of creating a custom TweetView for a mobile app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Advanced TabView
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create Notes with POST Requests
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Introduction to Express
This video provides an introduction to Express.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fixing Profile Pictures
In this video, you will learn how to fix the issue related to profile pictures in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Display Profile Image
In this video, you will learn how to display the user's profile image in our SwiftUI Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Upload Profile Image
In this video, we will cover how to upload a profile image for the user using SwiftUI and Node.js.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Update EditProfileView
In this video, we continue working on EditProfileView and implement the ability to update user profile information.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile Customization
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EnvironmentObject and Static AuthViewModel
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Routers
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Model
In this video, we will be creating a Notification model for our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch Specific Tweets
In this video, we continue building our Twitter Clone app by implementing the functionality to fetch specific tweets.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Check
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Unlike Tweet
This video is all about implementing a "Unlike" functionality in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Visualize
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch All Tweets
In this video, we will be implementing the functionality to fetch all tweets from the database using Mongoose and Express.js.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetching a Specific User
In this video, you will learn how to fetch a specific user using their ID, and send back only the necessary user data.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Delete User
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tokens
In this video, we will dive deeper into JWTs and learn how to use them for secure user authentication and authorization.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User and Tweet Relationship
In this video, we will establish a relationship between users and tweets, and demonstrate how to fetch all tweets by a specific user.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - toJSON
In this video, you will learn how to use the toJSON method in Mongoose to manipulate the user object before sending it as a JSON response.