Instructional Video12:59
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Buttons, Buttons, Buttons

Higher Ed
In this video, we will create a SwiftUI view, “ButtonsExampleViewâ€, and learn to create buttons, add features, and test their functionality. You will learn to add spacers, paddings, and colors, and make them more presentable. This...
Instructional Video6:32
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - The Image Section

Higher Ed
In this continuation video from the previous lesson, we will examine the image section in more detail. You will learn to resize the image and add aspect ratios and other features to the images. This clip is from the chapter "Beyond the...
Instructional Video5:08
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Structure

Higher Ed
This video will discuss the structure of forms, buttons, pickers, sliders, toggles, images, and overlays. We will create a basic form and create different sections and views. This clip is from the chapter "Beyond the Basics" of the...
Instructional Video9:25
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Lists and Sheets

Higher Ed
This lesson will create a quick UI view and understand lists with examples. You will learn to create a list of images by resizing the images in the frames and adding shadows. You will learn to create a sheet. This clip is from the...
Instructional Video4:56
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Writing a Form in React with Next.js for ChatGPT OpenAI

Higher Ed
This video covers the process of writing a form in React with Next.js for integrating ChatGPT OpenAI into a web application.
Instructional Video5:12
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Cleaning Up the Index File for ChatGPT OpenAI API

Higher Ed
In this video, we will clean up the index file for our ChatGPT OpenAI API by removing redundant code and adding comments to make it easier to understand.
Instructional Video7:32
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Block Store (EBS)

Higher Ed
While S3 and Glacier can be used to store files, what do you do when you need storage for a virtual machine (an instance) in Amazon Web Services (AWS)? The answer is in the AWS Elastic Block Store (EBS) service. This video introduces the...
Instructional Video5:09
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - What's in a Name?

Higher Ed
This video will look at some of the cloud design components and terminology related to the AWS platform. You will learn about virtual private clouds, instances, services, and storage.
Instructional Video14:38
Curated Video

The Art of Doing - Web Development for Beginners - Inline Elements

Higher Ed
In this video, we will explore inline elements, which don't start on a new line and only take up as much horizontal and vertical space as needed. We will also discuss how to set their background color using the style attribute. This clip...
Instructional Video13:05
Curated Video

The Art of Doing - Web Development for Beginners - Image Tags

Higher Ed
In this video, you will learn how to add images to our web pages using the image tag and adjust their attributes. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In this...
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 Video11:33
Curated Video

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

Higher Ed
In this video, you will learn how to create a custom view cell that displays the results of a search in a list format.
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 Video19:41
Curated Video

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

Higher Ed
In this video, we will be creating an EditProfileView where users can update their profile information. We will cover the creation of the view layout, adding form fields for user input, and creating a ViewModel to handle the logic behind...
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 Video11:21
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Using ImagePicker in Create Tweet

Higher Ed
In this video, we will be using the ImagePicker to enable users to select and upload images along with their tweets in the full stack Twitter Clone app.
Instructional Video10:50
Curated Video

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

Higher Ed
In this video, we will be implementing an ImagePicker in our iOS Twitter Clone app, which will allow the user to select an image from their device's photo library or take a picture using their camera.
Instructional Video12:47
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Upload

Higher Ed
In this video, you will learn how to add the ability to upload images to tweets in our Twitter Clone app.
Instructional Video8:39
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Presenting User Profile Images

Higher Ed
In this video, the presenter shows how to present the user profile images in the app UI by creating a route to serve the static files.
Instructional Video13:46
Curated Video

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

Higher Ed
In this video, you will learn how to implement profile image upload functionality in your Twitter Clone app using Node.js and Express framework.
Instructional Video16:36
Curated Video

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

Higher Ed
The WelcomeView is the first thing your users will see when they sign up for your Twitter Clone app, so it's important to make it welcoming, informative, and easy to use; in this video, we will show you how to design and implement a...
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 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 Video11:57
Curated Video

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

Higher Ed
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.