Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Display
In this video, you will learn how to display notifications in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Search Filter
This video helps implement the user search filter in the app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchBar
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - EditProfileView 2
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Logout
In this video, you will learn how to implement the logout functionality in our SwiftUI Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweeting
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Model
In this video, we will demonstrate how to build a user model for our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | RegisterView
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile Bio
In this video, we will show you how to design and implement a custom Profile Bio that's both informative and engaging.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView
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.
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 - 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 - 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 - MessagesView
In this video, we will show you how to design and implement a custom MessagesView.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView 2
In this video, we will explore advanced techniques for implementing a SearchView in your Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic TabView
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.
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Overview of Key Legal Concepts (As They Apply to Creative Professionals)
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...
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Limitation 6: AI Works in a Vacuum
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...
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Limitation 4: AI Work Will Need to Be Modified
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...
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
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...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Part 6
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...
Curated Video
The Art of Doing - Web Development for Beginners - Getting Values From Forms
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...