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 Video15:28
Curated Video

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

Higher Ed
In this video, you will learn how to use anchor tags to create links within our web pages. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In this section, we will dive...
Instructional Video11:00
Curated Video

The Art of Doing - Web Development for Beginners - Understanding Attributes

Higher Ed
In this video, we will explore the different attributes available in HTML, such as id, class, and style, and how they can be used to customize web page elements. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video13:41
Curated Video

The Art of Doing - Web Development for Beginners - About Me Project

Higher Ed
In this video, we will walk through my version of the "About Me" project and learn how to apply the HTML tags we covered in the previous videos to build a simple and basic web page. This clip is from the chapter "Basic HTML Tags" of the...
Instructional Video2:53
Curated Video

The Art of Doing - Web Development for Beginners - About Me Project Preview

Higher Ed
In this video, we will take a sneak peek at the "About Me" project, our first project where we will create a simple web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development for...
Instructional Video10:06
Curated Video

The Art of Doing - Web Development for Beginners - Organizing Text with Tables

Higher Ed
In this video, you will learn how to use tags such as table, tr, th, td, caption, details, and summary to create tables of elements on a web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web...
Instructional Video9:11
Curated Video

The Art of Doing - Web Development for Beginners - Organizing Text with Lists

Higher Ed
In this video, we will cover tags that can be used to create lists of elements on a web page, including ordered and unordered lists. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development for...
Instructional Video11:09
Curated Video

The Art of Doing - Web Development for Beginners - Formatting Text with Tags

Higher Ed
In this video, we will explore tags such as bold, italic, underline, br, and ASCII that can be used to format and space text on a web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development...
Instructional Video3:08
Curated Video

The Art of Doing - Web Development for Beginners - Attribution for All Resources

Higher Ed
In this video, we will provide attribution for all the resources used in this course, including the ones we shared in the previous video. This clip is from the chapter "Introduction" of the series "The Art of Doing - Web Development for...
Instructional Video2:49
Curated Video

The Art of Doing - Web Development for Beginners - Helpful Resources

Higher Ed
In this video, we will share some useful resources that you can use to enhance your learning experience and develop your skills. This clip is from the chapter "Introduction" of the series "The Art of Doing - Web Development for...
Instructional Video3:01
Curated Video

The Art of Doing - Web Development for Beginners - Installing VS Code

Higher Ed
In this video, we will walk you through the process of installing VS Code IDE (Integrated Development Environment) on your Windows machine, which will be your primary development environment throughout the course. This clip is from the...
Instructional Video11:41
Curated Video

The Art of Doing - Web Development for Beginners - Course Introduction

Higher Ed
In this video, we will provide an overview of the course and what you can expect to learn. This clip is from the chapter "Introduction" of the series "The Art of Doing - Web Development for Beginners".In this section, we will introduce...
Instructional Video2:21
Curated Video

The Art of Doing - Web Development for Beginners - Downloading the Course Materials

Higher Ed
In this video, we will guide you through the process of downloading the course materials, including the starter, and completed files, from the GitHub repository. These files will be essential for completing the assignments and practicing...
Instructional Video10:14
Instructional Video10:06
Instructional Video15:32
Instructional Video11:16
Instructional Video20:01
Instructional Video12:26
Curated Video

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

Higher Ed
This video explains the variables and types in Swift programming.
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:30
Curated Video

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

Higher Ed
In this video, we will be discussing how to fetch notifications for a user in our Twitter Clone app's backend.
Instructional Video7:34
Curated Video

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

Higher Ed
In this video, we will be creating notification functions for our full-stack Twitter Clone app. These functions will allow us to send notifications to users when certain events occur, such as when someone follows them or likes their tweet.
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 Video5:52
Curated Video

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

Higher Ed
In this video, we will be covering the process of creating user accounts for our application.