Instructional Video9:17
Curated Video

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

Higher Ed
In this video, you will learn how to display notifications in our Twitter Clone app.
Instructional Video13:07
Curated Video

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

Higher Ed
In this video, you will learn how to set up notification sending in our app. We will create a NotificationSender class that takes in a user and a notification message, then sends the notification to the appropriate user.
Instructional Video9:19
Curated Video

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

Higher Ed
This video helps implement the user search filter in the app.
Instructional Video12:13
Curated Video

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

Higher Ed
In this video, you will learn how to implement a search bar in our Twitter Clone app using SwiftUI. We will create a custom search bar view and add it to our navigation bar.
Instructional Video17:06
Curated Video

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

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

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

Higher Ed
In this video, you will learn how to implement the logout functionality in our SwiftUI Twitter Clone app.
Instructional Video10:49
Curated Video

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

Higher Ed
In this video, you will learn how to create the API endpoint for posting tweets on our Twitter Clone app using Node.js, Express, and MongoDB.
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 Video13:50
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | RegisterView

Higher Ed
In this video, we will take you through the process of designing and implementing a RegisterView for your Twitter Clone app that collects user data, validates it, and stores it securely.
Instructional Video11:35
Curated Video

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

Higher Ed
In this video, we will show you how to design and implement a custom Profile Bio that's both informative and engaging.
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 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 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 Video7:07
Curated Video

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

Higher Ed
In this video, we will show you how to design and implement a custom MessagesView.
Instructional Video10:28
Curated Video

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

Higher Ed
In this video, we will explore advanced techniques for implementing a SearchView in your Twitter Clone app.
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 Video3:02
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Overview of Key Legal Concepts (As They Apply to Creative Professionals)

Higher Ed
In this video, we will provide an overview of the key legal concepts related to generative AI that creative professionals should be aware of. You will learn about copyright law, fair use, and how they apply to generative AI. This clip is...
Instructional Video3:32
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Limitation 6: AI Works in a Vacuum

Higher Ed
In this video, we will discuss the limitation that generative AI works in a vacuum and does not have an understanding of the broader cultural or social context in which it's used. This clip is from the chapter "When (And When Not) to Use...
Instructional Video2:27
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Limitation 4: AI Work Will Need to Be Modified

Higher Ed
In this video, we will look at the limitation that AI-generated content will often need to be modified or edited by humans. This clip is from the chapter "When (And When Not) to Use AI" of the series "ChatGPT and DALL-E: Sell Your...
Instructional Video3:06
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - GPT-3, GPT-3.5, and GPT-4: Meet the Deep Learning Models Behind the Scenes

Higher Ed
In this video, we will introduce you to the deep learning models that power many AI systems, including GPT-3, GPT-3.5, and GPT-4. We will discuss their capabilities and how they are used in various applications. This clip is from the...
Instructional Video20:02
Curated Video

The Art of Doing - Web Development for Beginners - Final Project Part 6

Higher Ed
In this final video of the series, we will work on the content page, which is the last piece of our project puzzle. We will wrap up our project, review our progress, and finalize our web application. Join us for the grand finale of our...
Instructional Video22:53
Curated Video

The Art of Doing - Web Development for Beginners - Getting Values From Forms

Higher Ed
In this video, you will learn how to add an event listener to a form and listen for a submit event. We will explore how to use the FormData object to access the data sent through the form, prevent the default form submission behavior...