Instructional Video1:32
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - What Is Next.js and React.js

Higher Ed
In this video, you will learn about Next.js and React.js and their fundamental concepts in detail.
Instructional Video2:54
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Going Through the Final ChatGPT AI Model

Higher Ed
In this video, we will demonstrate the end results of building a ChatGPT AI with JavaScript using OpenAI, showcasing the chatbot in action.
Instructional Video1:43
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Introduction to the Course

Higher Ed
This video helps in providing an overview of what the course entails and what students can expect to learn.
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 - Block-Level Elements

Higher Ed
In this video, you will learn about block-level elements, which always start on a new line and take up the full horizontal width of their container. We will see how to set their vertical height and background color using the style...
Instructional Video12:18
Curated Video

The Art of Doing - Web Development for Beginners - Collectors Project - Part 2

Higher Ed
In this video, we will continue building our "Collectors" project and create the remaining pages featuring Bulbasaur, Charmander, and Squirtle. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web...
Instructional Video18:08
Curated Video

The Art of Doing - Web Development for Beginners - Collectors Project - Part 1

Higher Ed
In this video, we will start building our "Collectors" project and focus on creating the home and main pages. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In this...
Instructional Video5:47
Curated Video

The Art of Doing - Web Development for Beginners - Collectors Project Preview

Higher Ed
In this video, we will get a sneak peek at our next project, the "Collectors" web page, where we will showcase our collection of Pokémon. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web...
Instructional Video14:08
Curated Video

The Art of Doing - Web Development for Beginners - Forms

Higher Ed
In this video, you will learn how to create HTML forms using the form tag and add different input elements to them. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In...
Instructional Video16:45
Curated Video

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

Higher Ed
In this video, you will learn about interactive tags such as buttons, input fields, radio buttons, select menus, and checkboxes, and how to use them in web forms. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
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 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...