Curated Video
Exploring the Fundamentals of Design: From Lines to Balance
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...
Curated Video
Mastering the Fundamentals of Design: From Lines to Balance
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,...
Curated Video
Mastering Layout and Composition: The Foundation of Design
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...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Visitor
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.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Iterator
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.
Curated Video
Matrices and Basic Operations
This video will explain matrices and give an overview of the basic operations of using them.
Mister Simplify
PRINCE2 Project Management Basics - Simplest Explanation Ever
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...
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Composite Design Pattern
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...
TED-Ed
TED-ED: The complex geometry of Islamic design - Eric Broug
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...
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 - 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 - 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
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Float Elements
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Box Model
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Introduction to CSS.
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,...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Basic HTML Document
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Position
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Fun with Hyperlinks
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,...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Divs and Spans
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Selection and Classes
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Overflow and MaxWidth
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - CSS Display Property
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,...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Website Project Part 3
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,...
Curated Video
Behavioral Design Patterns in C++ - Function Strategy - I
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...