Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the factory method
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...
Neuro Transmissions
Why Is 280 Characters So Long?
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...
Curated Video
Core Java Programming Course- Interface
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces
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...
Science360
Harvard University researcher wants to fix faulty learning
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...
Institute for New Economic Thinking
Perry Mehrling: The New Lombard Street
The complete INET interview with Perry Mehrling, author of the book "The New Lombard Street."
Healthcare Triage
Nutrition Studies Are Just Terrible
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...
Schooling Online
English Essentials - Venturing into Visuals - Visual Text Construction & Element Arrangement (Stage 5, Years/Grades 9-10)
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,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2
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...
Curated Video
Learning Dart (Video 9)
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...
Curated Video
Apache Maven Beginner to Guru - Maven Wagon
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.
Catalyst University
Specificity & Sensitivity EXPLAINED [+Examples]
In this video, we differentiate the parameters, specificity and sensitivity with some real-life examples.
Curated Video
Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 1
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...
Englishing
ESL - Concrete or abstract nouns
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...
Let's Tute
Introduction to Gouache: Tips and Techniques for Beginners
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...
Curated Video
New York: Great Art Cities Explained
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...
Sprouts Learning
Bruner’s Theory of Learning: 3 Steps to a World Class Education
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...
Curated Video
Serverless JavaScript Projects 1.2: Welcome
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
Curated Video
Complete Java SE 8 Developer Bootcamp - Interface: Part 3
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 2
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.
Packt
What are Abstract Classes and how Different are they from Interfaces?
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Interfaces: Part 1
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...
IDG TECHtalk
How to use a database ORM in Python
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...