Curated Video
Bronfenbrenner's Ecological Systems: 5 Forces Impacting Our Lives
The video discusses Bronfenbrenner's ecological system theory, which proposes that a child's development is influenced by five ecological forces: micro, meso, exo, macro, and chrono systems. It explains how these systems shape a child's...
IDG TECHtalk
How to use the map variable type | Smart Go
Learn about Go's map type, used to store values in a structure that can be quickly accessed with a key -- the Go equivalent of Python's dictionary or Java's HashMap type.
The Business Professor
What is a Personal Brand Part 1
This Video Explains: What is a Personal Brand Part 1
Next Animation Studio
Amazon’s Bezos offers NASA billions to get Musk’s contract
Jeff Bezos is making an extraordinary offer to try to win back a contract that his company already lost to Elon Musk’s SpaceX company.
Curated Video
Apache Maven Beginner to Guru - Creating a Packagecloud Build Profile
This video demonstrates how to create a packagecloud build profile. This clip is from the chapter "Maven Build Profiles" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven build profiles.
Curated Video
Julia for Data Science (Video 6)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Next Animation Studio
Air Protein creates artificial meat from carbon dioxide
Air Protein says it has launched a meat substitute made of chemical compounds and other elements harvested from the air in a press release on Tuesday.
IDG TECHtalk
How to use the for loop construction for Go | Smart Go
Learn about Go's for loop construction, used to iterate through container objects, continue until a condition is met, or repeat something forever.
Math Fortress
Algebra I: Equations (Level 2 of 2)
This video goes over a couple of examples modeling the proper way to find the solution set of simple algebraic equations over a given domain. The video goes over equations that have one solution, many solutions and no solutions.
Curated Video
Mastering Swift 2 Programming (Video 3)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Brainwaves Video Anthology
Chester Higgins - Signature of the Spirit
The photography of Chester Higgins, Jr. can be found within the pages of The New York Times, where he has been a staff photographer since 1975. As one of the premiere African American photographers working today, he continues to exhibit...
Why U
Algebra 13 - Domain and Range of Binary Relations
Two sets which are of primary interest when studying binary relations are the domain and range of the relation.
Curated Video
CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Transforms - Part 2
Advanced CSS: Transforms - Part 2 This clip is from the chapter "Advanced CSS" of the series "CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox)".In this section, you will learn about Advanced CSS.
Curated Video
The Versatile Metal: Tungsten and Its Applications
Learn all about the element tungsten. This video explains its appearance, atomic number, and chemical symbol. It highlights tungsten's role in producing heavy metal alloys, particularly high-speed steel, which is used in cutting tools....
Curated Video
Learn and Master C Programming - How To Calculate Array Size in C/C++
Learn how to use the compiler with the help of 'sizeof' operator to calculate the size (number of elements) inside array without having to hard-code this value! This clip is from the chapter "Arrays" of the series "Learn and Master C...
Visual Learning Systems
Exploring the Building Blocks of Matter: Video Assessment
Upon viewing the Exploring the Building Blocks of Matter video series, students will be able to do the following: Understand that the quest to better understand the building blocks of matter has transpired over the past several thousand...
Curated Video
KS2 Primary English Age 9-13 - Writing: Writing to Describe Part 4 - Explained
SchoolOnline's Primary English videos are brilliant, bite-size tutorial videos delivered by examiners and skilled teachers. Ideal for ages 9-13, they cover every key skill in English Reading and Writing that students need to master in...
Curated Video
Learning CSS (Video 1)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
msvgo
Position of Hydrogen in the Periodic Table
This nugget justifies the position of Hydrogen in the modern periodic table and discusses the occurrence of isotopes of Hydrogen.
The Business Professor
Negotiable Instrument Accord and Satisfaction
Negotiable Instrument Accord and Satisfaction
Packt
Static versus Dynamic Array - Common Operations – Part 3
This is the third part of the three-part video that highlights the difference between static and dynamic array. This clip is from the chapter "Data Structure - Arrays" of the series "Data Structures and Algorithms: The Complete...
Curated Video
Describe an advanced data structure : Find the Given-Length Subarray with the Maximum Minimum
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Packt
Page Factory Annotations FindBy
This video discusses page factory annotations, such as FindBy. This clip is from the chapter "Framework Part 8 - Page Object Pattern and Page Factory" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...