Instructional Video6:06
Curated Video

Exploring the Fundamentals of Design: From Lines to Balance

12th - Higher Ed
New ReviewIn this video, the fundamentals of design are explored, highlighting essential elements such as line, shape, form, texture, and balance. The importance of these elements in various visual mediums, from fine art to modern web design, is...
Instructional Video6:06
Curated Video

Mastering the Fundamentals of Design: From Lines to Balance

12th - Higher Ed
New ReviewThis video provides an in-depth exploration of the fundamentals of design, highlighting key elements such as line, shape, form, texture, and balance. The presenter explains how these basic elements are integral to various visual mediums,...
Instructional Video4:52
Curated Video

Mastering Layout and Composition: The Foundation of Design

12th - Higher Ed
New ReviewThis video provides an insightful overview of the fundamental principles of layout and composition in design. It emphasizes the importance of these elements in providing structure, clarity, and visual appeal to various forms of creative...
Instructional Video7:59
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Visitor

Higher Ed
This video explains the basic implementation of the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video6:41
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Iterator

Higher Ed
This video explains a basic implementation of the Iterator design pattern. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video4:34
Curated Video

Matrices and Basic Operations

K - Higher Ed
This video will explain matrices and give an overview of the basic operations of using them.
Instructional Video9:35
Mister Simplify

PRINCE2 Project Management Basics - Simplest Explanation Ever

12th - Higher Ed
PRINCE 2 is the leading Project Management framework used the world over to manage projects of various sizes and complexities. PRINCE 2 has 2 qualifications - The PRINCE 2 Foundation and the PRINCE 2 Practitioner. This video tries to...
Instructional Video9:37
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Composite Design Pattern

Higher Ed
This video presents a basic implementation example of the composite pattern. This clip is from the chapter "Composite Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the composite design...
Instructional Video5:06
TED-Ed

TED-ED: The complex geometry of Islamic design - Eric Broug

Pre-K - Higher Ed
In Islamic culture, geometric design is everywhere: you can find it in mosques, madrasas, palaces, and private homes. And despite the remarkable complexity of these designs, they can be created with just a compass to draw circles and a...
Instructional Video4:49
Curated Video

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

Higher Ed
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...
Instructional Video15:50
Curated Video

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

Higher Ed
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...
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 Video4:32
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Float Elements

Higher Ed
In this video, we'll cover CSS float elements. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS...
Instructional Video9:40
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Box Model

Higher Ed
In this video, we'll cover CSS box model. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS style...
Instructional Video2:30
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Introduction to CSS.

Higher Ed
In this video, we'll cover an introduction to CSS. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style,...
Instructional Video6:35
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Basic HTML Document

Higher Ed
HTML Crash Course: Basic HTML Document This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links and so...
Instructional Video9:47
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Position

Higher Ed
In this video, we'll cover CSS position. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS style...
Instructional Video6:02
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Fun with Hyperlinks

Higher Ed
In this video, we'll cover CSS fun with hyperlinks. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style,...
Instructional Video4:08
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Divs and Spans

Higher Ed
In this video, we'll cover CSS Divs and Spans. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style, CSS...
Instructional Video7:27
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Selection and Classes

Higher Ed
In this video, we'll cover CSS selection and classes. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline...
Instructional Video4:45
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Overflow and MaxWidth

Higher Ed
In this video, we'll cover CSS overflow and MaxWidth. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline...
Instructional Video5:12
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Display Property

Higher Ed
In this video, we'll cover CSS display property. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style,...
Instructional Video1:56
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Website Project Part 3

Higher Ed
In this video, we'll cover website project part 3. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline style,...
Instructional Video7:55
Curated Video

Behavioral Design Patterns in C++ - Function Strategy - I

Higher Ed
In this video, we explore the function strategy design pattern, which allows us to swap out different algorithms at runtime. We will cover the basics of the pattern and how to implement it in JavaScript, as well as some real-world use...