Instructional Video8:18
Curated Video

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

Higher Ed
In this video, we will walk through the basics of implementing a TabView in a mobile app and provide examples of how to use this functionality to organize and display information in an intuitive and user-friendly way.
Instructional Video12:20
Curated Video

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

Higher Ed
DELETE requests are an essential part of any application that involves user-generated content; in this video, we will walk through how to structure and implement this functionality in your own projects, and offer guidance on how to...
Instructional Video10:56
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - GET Request in the App

Higher Ed
In this video, we will walk through how to implement GET requests in a mobile app, and provide examples of how to use this functionality to retrieve and display data from an API.
Instructional Video5:31
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Running the API

Higher Ed
This video demonstrates how to run an API required for frontend of the app development.
Instructional Video9:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Interface (UI)

Higher Ed
This video talks and demonstrates the User Interface (UI) part.
Instructional Video12:02
Curated Video

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

Higher Ed
UPDATE and DELETE requests are essential tools for managing data in web applications; in this video, we will walk through how to structure and implement these requests in your own projects.
Instructional Video8:20
Curated Video

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

Higher Ed
In this video, we will take a closer look at GET requests and how they function, as well as some best practices for implementing them in your web applications.
Instructional Video10:16
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Note Model and POST Request

Higher Ed
In this video, we will explore the Note model and POST request in depth, including how they work and how to use them effectively in your programming projects.
Instructional Video10:03
Instructional Video2:30
Curated Video

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

Higher Ed
This video demonstrates downloading MongoDB and setting it up on your machine.
Instructional Video13:05
Curated Video

The Art of Doing - Web Development for Beginners - Block-Level Elements

Higher Ed
In this video, you will learn about block-level elements, which always start on a new line and take up the full horizontal width of their container. We will see how to set their vertical height and background color using the style...
Instructional Video13:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Model and Validator

Higher Ed
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.
Instructional Video2:35
Curated Video

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

Higher Ed
This video helps in downloading and installing Robo3T.
Instructional Video4:13
Curated Video

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

Higher Ed
This video helps you with downloading and installing Node.js and NPM.
Instructional Video4:06
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Welcome to the Course

Higher Ed
This video helps you with the structure of the course and even talks about the approach one should follow while taking the course.
Instructional Video1:31
Curated Video

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

Higher Ed
This video provides an overview of the course.
Instructional Video10:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side

Higher Ed
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Instructional Video14:31
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fixing Profile User Data

Higher Ed
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.
Instructional Video19:01
Curated Video

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

Higher Ed
In this video, we will be discussing how to implement the ImageUploader in our SwiftUI Twitter Clone app.
Instructional Video22:08
Curated Video

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

Higher Ed
This video covers the process of setting up the registration services for the Twitter Clone app backend using Node.js.
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 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:22
Curated Video

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

Higher Ed
In this video, we will demonstrate how to design and implement a custom NotificationsView for your Twitter Clone app and provide examples of how to use this functionality to keep users up-to-date on the latest activity related to their...
Instructional Video8:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model

Higher Ed
In this video, we will explore how to populate a user interface with data from a Note model and offer tips for designing an intuitive and user-friendly UI that maximizes the value of this data.