Instructional Video5:36
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Dataset Discussion

Higher Ed
In this video, we will look at the various libraries we would need to import for this project, including os, math, NumPy, time, and Pandas.
Instructional Video5:43
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Hatching

Higher Ed
In this video, we will focus on hatching techniques for the section view, including different types of hatching patterns, line weights, and spacing, to provide clear and accurate representation of different materials and elements in the...
Instructional Video4:38
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Hatching in Lawn and Patches

Higher Ed
In this video, we will discuss hatching techniques for lawns and patches in architectural drawings. You will learn how to accurately represent grass, shrubs, and other landscape elements using hatching patterns.
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 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 Video5:50
Curated Video

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

Higher Ed
In this video, you will learn how to visualize tweet images in your Twitter Clone app. We will explore how to retrieve tweet images from the database and display them in the app's UI.
Instructional Video2:37
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Ethics and Legalities of Style References

Higher Ed
In this video, we will explore the ethics and legalities surrounding the use of style references in generative AI. You will learn about the importance of citing sources and how to avoid potential legal issues. This clip is from the...
Instructional Video3:16
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Tip #2: Reference a Style

Higher Ed
In this video, we will explore the second tip for prompt engineering, which is to reference a style in your prompts. We will discuss the importance of referencing a particular style and provide some examples of prompts that reference a...
Instructional Video5:14
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Strength 1: Creating Content in Mass, Quickly

Higher Ed
In this video, we will explore how generative AI can be used to create large amounts of content in a short amount of time. This clip is from the chapter "When (And When Not) to Use AI" of the series "ChatGPT and DALL-E: Sell Your...
Instructional Video7:10
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - DALL-E 2 Demo (Optional)

Higher Ed
In this video, we will provide a demo of DALL-E 2, a deep learning model used for generating images from text descriptions. This video is optional for those who are already familiar with DALL-E 2. This clip is from the chapter...
Instructional Video16:34
Curated Video

The Art of Doing - Web Development for Beginners - CSS Transforms

Higher Ed
In this video, we will dive into CSS Transforms, which allow you to apply 2D or 3D transformations to elements. You will learn about rotation, scaling, translation, skewing, and how to use nth-of-type pseudo-classes to select elements....
Instructional Video22:26
Curated Video

The Art of Doing - Web Development for Beginners - Grid Basics

Higher Ed
In this video, we will introduce Grid, a powerful CSS layout system that allows you to create two-dimensional layouts with rows and columns. You will learn how to set up the Grid containers and use Grid properties to define rows,...
Instructional Video5:07
Curated Video

The Art of Doing - Web Development for Beginners - Store Front Two Preview

Higher Ed
In this video, we will have a quick preview of our next project. You will learn how to design a multi-page site for a new "˜made-up company'. The site will include pages such as Home, About, Contact, Pricing, and Pictures, and you are...
Instructional Video21:36
Curated Video

The Art of Doing - Web Development for Beginners - The Box Model

Higher Ed
In this video, we will dive into the concept of the box model, which is fundamental to web design and layout. You will learn about margins, borders, padding, and content, and how they affect the sizing and spacing of HTML elements. This...
Instructional Video15:08
Curated Video

The Art of Doing - Web Development for Beginners - Using querySelector()

Higher Ed
In this video, we will explore the querySelector method, which allows us to select elements using CSS selectors. You will learn how to use more complex selection options using querySelector and how it differs from getElementById. This...
Instructional Video13:14
Curated Video

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

Higher Ed
In this video, we will dive into coding our index page and adding styles using the welcome_style.css file. Learn how to create a visually appealing layout and apply CSS styles to your web pages. This clip is from the chapter "CSS...
Instructional Video13:55
Curated Video

The Art of Doing - Web Development for Beginners - CSS Animations

Higher Ed
In this video, we will delve into CSS animations, which are more complex and versatile than transitions. You will learn how to define animations using keyframes and bind them to elements. We will explore the differences between...
Instructional Video14:18
Curated Video

The Art of Doing - Web Development for Beginners - Styling Text

Higher Ed
In this video, we will explore different CSS properties that can be used to style text, such as changing the font family, font size, font style, and text color. We will also cover text alignment, text decoration, and text capitalization....
Instructional Video11:38
Curated Video

The Art of Doing - Web Development for Beginners - Defining Color

Higher Ed
In this video, we will explore the concept of color and how it is defined. We will start by discussing the different components of color, including hue, saturation, and brightness. Next, we will delve into the color wheel and how it can...
Instructional Video14:26
Curated Video

The Art of Doing - Web Development for Beginners - Defining Font Size

Higher Ed
In this video, you will learn how to define font sizes using different units such as pixels, ems, and rems. We will also understand the difference between absolute and relative font sizes and how to change the font size of child elements...
Instructional Video14:33
Curated Video

The Art of Doing - Web Development for Beginners - Defining Element Width

Higher Ed
In this video, you will learn how to define the element's width using pixel values, percentage values, and viewport units. You will also learn how to define classes for styling different-sized images. This clip is from the chapter "CSS...
Instructional Video4:17
Curated Video

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

Higher Ed
In this video, we will apply the concepts we have learned about organized HTML to our "Collectors" project. Specifically, we will be working on a Pokémon trading web page and restructuring it to improve its organization and appearance....
Instructional Video7:59
Curated Video

The Art of Doing - Web Development for Beginners - Inline Containers with span Tags

Higher Ed
In this video, we will explore the span tag, which is an inline container element that can be used to format specific sections of text with a class or id attribute. We will see how to use the span tag to create visually distinct sections...
Instructional Video9:53
Curated Video

The Art of Doing - Web Development for Beginners - Container Elements with div Tags

Higher Ed
In this video, you will learn about the div tag, which is a powerful container element that can group content together and be targeted later with CSS. We will see how to add class and id attributes to divs to make styling specific...