Curated Video
Principles of Design
A video entitled "Principles of Design," which explores the principles of design.
Curated Video
The Art of Doing - Web Development for Beginners - Using Flexbox with HTML Elements
In this video, we will dive deeper into using Flexbox with HTML elements. We will create Flex containers with row and column layouts, and even nest Flex containers inside each other. We will also explore how to center elements using...
Curated Video
The Art of Doing - Web Development for Beginners - Inline Elements
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...
Curated Video
The Art of Doing - Web Development for Beginners - Block-Level Elements
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...
Curated Video
The Art of Doing - Web Development for Beginners - Store Front Preview
In this video, we will create a three-page website for a made-up company. We will design a home page, an about page, and a contact page, all with proper HTML structure and semantic HTML elements. Additionally, we will ensure that each...
Curated Video
The Art of Doing - Web Development for Beginners - Defining Element Width
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...
Curated Video
The Art of Doing - Web Development for Beginners - Using Grid with HTML Elements
In this video, we will dive deeper into using Grid with HTML elements. We will create Grid containers and style Grid items with specific width and height. We will also explore how to center elements within Grid items and adjust the...
Curated Video
The Art of Doing - Web Development for Beginners - Store Front Two Preview
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...
Curated Video
The Art of Doing - Web Development for Beginners - Container Elements with div Tags
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Clean Architecture?
In this video, we will delve deeper into the principles and components of Clean Architecture. We will explore the Dependency Rule, which governs the direction of dependencies within the system, and understand how it helps achieve...
Curated Video
The Art of Doing - Web Development for Beginners - CSS Selectors
In this video, you will learn about different CSS selectors such as Universal selector, Element selector, Selector list, Class selector, ID selector, and Descendant selector. We will also understand how CSS properties are inherited from...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Preview
In this video, we will have a quick preview of our final course project where you will be building a fully functional HTML/CSS/JS site with interactive JavaScript tools. We will discuss the requirements of the final project, including...
Curated Video
The Art of Doing - Web Development for Beginners - Defining Font Size
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...
Curated Video
The Art of Doing - Web Development for Beginners - The Box Model
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...
Curated Video
The Art of Doing - Web Development for Beginners - Using querySelector()
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...
Curated Video
The Art of Doing - Web Development for Beginners - The Display Property: Block Values
In this video, we will delve into the display property in CSS and its block values. You will learn how block-level elements behave in terms of layout and spacing and how we can override their default behavior to create custom layouts...
Curated Video
The Art of Doing - Web Development for Beginners - Understanding Attributes
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...
Curated Video
Why Do Airplane Wings Bend Upward?
The curved shape of an aircraft wing, known as a winglet, helps to reduce the amount of drag created by the wingtip vortices. Since the 1980s, winglets have been a major part of future aircraft designs. For some old aircraft, winglets...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Are Microservices?
Here, let's explore the definition and key elements of microservices. Understand how microservices are self-contained, independently deployable components that communicate with each other through well-defined APIs and learn about the...
TED-Ed
TED-Ed: Can you solve the feeding frenzy riddle? | Henri Picciotto
As Numberland's best detective, you thought you'd seen it all. But the desiccated corpses of prominent natural numbers have been showing up all over the city. A lockdown is ordered from sundown to sunrise, and it's still not enough to...
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Part 3
Join us in this video as we dive into styling each individual element of the homepage and also working on the design.html page. Learn how to fine-tune the appearance of your web pages and create a cohesive design for your project. This...
Curated Video
The Art of Doing - Web Development for Beginners - The Display Property: Inline Values
In this video, we will explore the display property in CSS and its inline values. You will learn how inline-level elements behave in terms of layout and spacing and how we can override their default behavior using CSS to create unique...
Curated Video
The Art of Doing - Web Development for Beginners - Using getElementById()
In this video, you will learn how to access elements of an HTML document using the getElementById method. We will explore how to give HTML elements unique IDs and use them to access and manipulate elements using JavaScript. This clip is...
Curated Video
The Art of Doing - Web Development for Beginners - Organized Collectors Project - Part 2
In this video, we will continue our work on the "Collectors" project by organizing the three item pages. Using the same principles of organized HTML, we will improve the structure and appearance of these pages, making them easier to...