Instructional Video7:23
TED Talks

TED: The hidden power of smiling | Ron Gutman

12th - Higher Ed
Ron Gutman reviews a raft of studies about smiling, and reveals some surprising results. Did you know your smile can be a predictor of how long you'll live -- and that a simple smile has a measurable effect on your overall well-being?...
Instructional Video4:40
SciShow

Helping Build the Internet: Valerie Thomas | Great Minds

12th - Higher Ed
Despite computers barely being a thing when she was born, Valerie Thomas knew that she was cut out for the tech world, pushed until she got there, and contributed to some hugely important technologies that many of us could not live without.
Instructional Video9:58
3Blue1Brown

Linear combinations, span, and basis vectors: Essence of Linear Algebra - Part 2 of 15

12th - Higher Ed
Some foundational ideas in linear algebra: Span, linear combinations, and linear dependence.
Instructional Video9:59
3Blue1Brown

Linear combinations, span, and basis vectors | Essence of linear algebra, chapter 2

12th - Higher Ed
Some foundational ideas in linear algebra: Span, linear combinations, and linear dependence.
Instructional Video1:55
The Business Professor

Organizing Function of Management

Higher Ed
Dr. Kyle Huff explains what is the organizing function of management.
Instructional Video3:03
The Business Professor

Organizational Structure

Higher Ed
Dr. Kyle Huff explains what is organizational structure.
Instructional Video3:05
The Business Professor

Freudian Motivation Theory

Higher Ed
What is Freudian Motivation Theory?
Instructional Video3:24
The Business Professor

Span of Control

Higher Ed
Dr. Kyle Huff explains what is Span of Control
Instructional Video1:16
The Business Professor

Authority of a Manager

Higher Ed
Dr. Kyle Huff explains what is the Authority of a Manager
Instructional Video2:58
Curated Video

Echolocation: Dolphins

6th - 12th
Dolphins use of sound as a navigational tool is essential to their survival. Discover how they produce these sounds and use them to learn about their environment. Physics - Waves - Learning Points. Dolphins, like most marine species, use...
Instructional Video17:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom

Higher Ed
In this video, we will write a unit test for a function that gets all elements with a particular tag name in a web page. We will use jsdom, a JavaScript implementation of the DOM, to simulate a web page and test our function.
<
br/>...
Instructional Video6:30
Curated Video

Type-Safe Interfaces with Modern C++ - Other Examples of Owning/View Classes

Higher Ed
Find a pattern similar to `std::string`/`std::string_view` in other classes, and understand the importance of having both owning/non-owning wrappers.
Instructional Video8:24
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Dynamic Disks

Higher Ed
Dynamic disks are unique to the Windows operating system. Make sure you understand why Microsoft uses dynamic disks and how to configure spanning, striping, and more.
<
br/>
This clip is from the chapter "Implementing Mass Storage"...
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 Video17:02
Curated Video

The Art of Doing - Web Development for Beginners - The Display Property: Inline Values

Higher Ed
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...
Instructional Video16:12
Curated Video

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

Higher Ed
In this video, we will begin organizing the index and main pages of our "Collectors" project. To do so, we will use proper HTML structure and create divs with specific names such as "header" and "main". You will decide what content...
Instructional Video5:31
Curated Video

The Art of Doing - Web Development for Beginners - Search Engine Project Part 3

Higher Ed
In this video, we will give style to our search engine name "Eramoogle", just like Google. You will learn how to add custom styles to text elements and align them according to the desired layout.
<
br/>
This clip is from the...
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...
Instructional Video14:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Components / 045

Higher Ed
We will work on building the user interface for our TaskMate application. We will create a components folder in the source and develop components, header, Addtask, and Showtask. We will create the input box and basic CSS styles.
Instructional Video3:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Controlled Inputs / 027

Higher Ed
In this lecture, you will learn to create a button on our app that will allow us to control the input by resetting the input value in the task name field.
Instructional Video8:34
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Styling / 161

Higher Ed
In this video, we will understand how to begin with the designing part of this project. We will create the header, footer, logo, and other components required for WriteNode.
Instructional Video11:08
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152

Higher Ed
In this lesson, we will look at a term to describe the ability to render different user interface (UI) markup if a condition is true or false, the conditional rendering.
Instructional Video13:41
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 303

Higher Ed
This video explains the structure for the project.
<
br/>
This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the project on...
Instructional Video14:30
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 271

Higher Ed
This video explains the HTML template for the project.
<
br/>
This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new...