Instructional Video5:04
Curated Video

Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the factory method

Higher Ed
This video highlights the pros and cons of the factory method and explains when to apply it. This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This section highlights the factory...
Instructional Video5:20
Neuro Transmissions

Why Is 280 Characters So Long?

12th - Higher Ed
Twitter recently rolled out a longer tweet length. 280 characters! So much room for activities! A friend of mine asked a good question about why such a small expansion feels like SO MUCH. I thought it was an interesting idea and decided...
Instructional Video16:41
Curated Video

Core Java Programming Course- Interface

Higher Ed
This video explains interface. This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and abstraction in Java.
Instructional Video3:44
Curated Video

Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces

Higher Ed
A marker interface has no methods, and a functional interface has only one abstract method. The latter is used with lambda expressions. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE...
Instructional Video3:42
Science360

Harvard University researcher wants to fix faulty learning

12th - Higher Ed
Susan Carey discusses her interest in studying abstract knowledge. Under a National Science Foundation-funded INSPIRE project, Harvard University psychologists Susan Carey and Deborah Zaitchik are studying how executive function...
Instructional Video16:28
Institute for New Economic Thinking

Perry Mehrling: The New Lombard Street

Higher Ed
The complete INET interview with Perry Mehrling, author of the book "The New Lombard Street."
Instructional Video4:50
Healthcare Triage

Nutrition Studies Are Just Terrible

Higher Ed
Nutrition studies are really, really bad a lot of the time. Sometimes researchers don't do careful work, and the systems in place don't always prevent weak research from being published. Add that to the fact that media outlets tend to...
Instructional Video13:45
Schooling Online

English Essentials - Venturing into Visuals - Visual Text Construction & Element Arrangement (Stage 5, Years/Grades 9-10)

3rd - Higher Ed
Welcome back to Venturing Into Visuals! Get ready for an easy and enjoyable lesson on key elements of visual analysis: context, purpose, modality, lighting and perspective. We’ll also look at more sophisticated aspects of composition,...
Instructional Video11:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2

Higher Ed
Examples of using interfaces for polymorphism and demonstrations of new interface features that were added to Java SE 8. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer...
Instructional Video3:11
Curated Video

Learning Dart (Video 9)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video3:13
Curated Video

Apache Maven Beginner to Guru - Maven Wagon

Higher Ed
This video explains about Maven wagon. This clip is from the chapter "Maven Basics" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven basics, such as Maven coordinates, Maven repositories, and so on.
Instructional Video14:20
Catalyst University

Specificity & Sensitivity EXPLAINED [+Examples]

Higher Ed
In this video, we differentiate the parameters, specificity and sensitivity with some real-life examples.
Instructional Video7:19
Curated Video

Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 1

Higher Ed
Abstract classes are constructs that allow subtypes to share common state and behavior definitions, all while enabling polymorphism. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8...
Instructional Video6:50
Journey to the Microcosmos

Creepy Crawly Close-Ups

9th - Higher Ed
Creepy Crawly Close-Ups
Instructional Video6:19
Englishing

ESL - Concrete or abstract nouns

9th - Higher Ed
Mr. P. will start off by asking the following questions; what are they? what kind of nouns are there? are they countable or uncountable? He will then answer all those questions and give examples of each. He will proceed with the...
Instructional Video13:29
Let's Tute

Introduction to Gouache: Tips and Techniques for Beginners

9th - Higher Ed
In this video, the teacher introduces the viewers to the world of gouache paint and provides tips and techniques for getting started with gouache. The video covers blending techniques, reactivating dried paint, creating different...
Instructional Video15:21
Curated Video

New York: Great Art Cities Explained

9th - Higher Ed
Abstract Expressionism would emerge from a post-war mood of anxiety and trauma. These were artists who, like the surrealists before them had a profound interest in the unconscious mind. They produced work that may have been abstract but...
Instructional Video4:35
Sprouts Learning

Bruner’s Theory of Learning: 3 Steps to a World Class Education

Higher Ed
In the 1980s, the Singaporean government decided to stop importing foreign textbooks and, instead, build the world's best math curriculum from scratch. Since that time, Singaporeans study fewer concepts with greater detail, following...
Instructional Video3:09
Curated Video

Serverless JavaScript Projects 1.2: Welcome

Higher Ed
This video is an introduction to serverless JavaScript • Recognize that servers can block development • Show how serverless architecture can solve the server problem • Start showing how to utilize serverless
Instructional Video6:27
Curated Video

Complete Java SE 8 Developer Bootcamp - Interface: Part 3

Higher Ed
Learn benefits of using interfaces. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video5:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 2

Higher Ed
More examples of using abstract classes. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video18:12
Packt

What are Abstract Classes and how Different are they from Interfaces?

Higher Ed
This video explains abstract classes and discusses how different they are from interfaces. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with...
Instructional Video6:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Interfaces: Part 1

Higher Ed
Learn more about interfaces, which define a role that a class can fulfill. Like abstract classes, an interface enables objects to be treated polymorphically. This clip is from the chapter "Abstract Classes and Interfaces" of the series...
Instructional Video6:39
IDG TECHtalk

How to use a database ORM in Python

Higher Ed
ORMs let you work with databases by way of a programming language's native metaphors, instead of by constructing raw database commands as strings. In this video we'll look at a simple ORM for Python, Peewee, and how it uses Python...