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 Video18:14
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Update Server-Side EditProfileView

Higher Ed
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.
Instructional Video10:07
Curated Video

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

Higher Ed
In this video, we will cover the process of saving edited profile information in our Twitter Clone app.
Instructional Video16:55
Curated Video

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

Higher Ed
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.
Instructional Video17:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch User Function

Higher Ed
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...
Instructional Video17:03
Curated Video

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

Higher Ed
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.
Instructional Video12:55
Curated Video

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

Higher Ed
This video will cover the creation of server and user models for the backend part of our full stack Twitter Clone app.
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 Video8:44
Curated Video

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

Higher Ed
In this video, we will demonstrate how to build a user model for our application.
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 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 Video7:49
Curated Video

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

Higher Ed
In this video, we will dive deeper into JWTs and learn how to use them for secure user authentication and authorization.
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 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.
Instructional Video16:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer Action Methods

Higher Ed
This video is about creating the GET and POST action methods for updating a customer. You will learn the code with a thorough explanation of the methods. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video13:32
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create AddCustomer Action Methods

Higher Ed
On the Customer Controller side, AddCustomer (GET and POST) action methods are coded in this video with an explanation. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of...
Instructional Video7:28
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer and Order Classes

Higher Ed
In this video, you will learn the creation of the model classes: Customer and Order that map to the corresponding database tables. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC...
Instructional Video10:59
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Home Controller

Higher Ed
At the end of this video, you will be able to customize a home controller that indicates the state of the API. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video20:28
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Completing Order Repository CRUD Methods

Higher Ed
All the rest of the CRUD methods using ADO.NET for the order repository are completed in this video. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This...
Instructional Video16:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create an Order Repository

Higher Ed
An Order Repository class is created and initialized with the connection string and the logger object. GetAllOrders() method is created to list all orders from the Orders table in the SQL database. This clip is from the chapter "Coding...
Instructional Video21:30
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Completing Customer Repository CRUD Methods

Higher Ed
All the rest of the CRUD methods using ADO.NET for the customer repository are completed in this video. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This...
Instructional Video3:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Model Class

Higher Ed
The Customer model is created in this video. The model is mapped to the corresponding Customer table in the database. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video8:13
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Query Strings for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate state management with query strings. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On...