Instructional Video4:45
Curated Video

The Theory of Evolution and Natural Selection Explained

Higher Ed
This video explains the theory of evolution by natural selection as proposed by Charles Darwin and published in his book on the Origin of Species in 1859. It describes how all species of living things have evolved from simple life forms...
Instructional Video4:40
Curated Video

Creational Design Patterns in Modern C++ - CRTP Idiom

Higher Ed
This video demonstrates how to use the CRTP idiom to implement a singleton class through inheritance. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Instructional Video9:51
Curated Video

The Modern JavaScript Bootcamp (2019) - Digging Into Prototypical Inheritance

Higher Ed
In this presentation, you’re going to explore how prototypal inheritance works behind the scenes. This will explain why we’re able to add our shared methods onto the constructor’s prototype and then access them on each instance. This...
Instructional Video10:59
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Using Inheritance in JAVA

Higher Ed
The video demonstrates the use of inheritance in Java. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as...
Instructional Video5:55
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 6: Spring Boot Versus Spring Versus Spring MVC

Higher Ed
In this video, we'll be looking at Spring Boot versus Spring versus Spring MVC. This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".This section...
Instructional Video4:47
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 6 - Dynamic auto wiring and Troubleshooting - @Primary

Higher Ed
In this Appendix video, we'll cover dynamic auto wiring and troubleshooting - @Primary. This clip is from the chapter "Appendix - Introduction to Spring Framework in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in...
Instructional Video2:34
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 42 - Introduction to Inheritance Hierarchies and Mappings

Higher Ed
In this video, we will cover an introduction to inheritance hierarchies and mappings. This clip is from the chapter "Inheritance Hierarchies with JPA and Hibernate" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video3:46
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 2: Developing Spring Applications before Spring Boot

Higher Ed
In this video, we'll be looking at developing Spring applications before Spring Boot. This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".This...
Instructional Video2:24
Curated Video

TypeScript for Beginners - Introduction - Interfaces

Higher Ed
This video provides an overview of what you will learn in this section. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Instructional Video3:20
Curated Video

The Complete Java Developer Course: From Beginner to Master - Basics of OOP (Object-Oriented Programming)

Higher Ed
This video focuses on the fundamental principles of OOP, that is, Encapsulation, Inheritance, and Polymorphism. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete Java Developer Course: From...
Instructional Video6:11
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 1: Introduction to Spring Boot - Goals and Important Features

Higher Ed
In this video, we'll be looking at the introduction to Spring Boot - goals and important features. This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video2:26
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - FAQ 6 - Approach to Design Great Applications with JPA?

Higher Ed
In this video, we will understand the answer for FAQ 6 - approach to design great applications with JPA. This clip is from the chapter "A Few More FAQs" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this...
Instructional Video1:56
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 82 - Performance Tuning - Measure Before Tuning

Higher Ed
In this video, we will cover performance tuning - measure before tuning. This clip is from the chapter "Performance Tuning Tips with Hibernate and JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this...
Instructional Video4:37
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 49 - JPA Inheritance Hierarchies and Mappings - How to Choose?

Higher Ed
In this video, we will cover JPA inheritance hierarchies and mappings - how to choose. This clip is from the chapter "Inheritance Hierarchies with JPA and Hibernate" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video4:39
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - FAQ 7 - Good Practices for Developing JPA Applications

Higher Ed
In this video, we will understand the answer for FAQ 7 - good practices for developing JPA Applications. This clip is from the chapter "A Few More FAQs" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this...
Instructional Video1:10
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Introduction to Spring Framework in 10 Steps

Higher Ed
In this Appendix video, let's take a quick look on what we'll be covering in this section. This clip is from the chapter "Appendix - Introduction to Spring Framework in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot...
Instructional Video9:05
Curated Video

Eleanor of Aquitaine part 7: Eleanor and Her Sons Rebel Against Henry II

12th - Higher Ed
As Henry, the eldest son of Eleanor and Henry II reaches his late teen years, he becomes increasingly incensed that his father is not allowing him to rule the lands of his inheritance. When Henry II promises castles in Anjou to his...
Instructional Video16:06
Institute for New Economic Thinking

Wealth Inequality in the US and Beyond

Higher Ed
It’s no secret that wealth inequality has grown, both in the US and abroad over the past several decades (after moderating somewhat in the post-WWII era). What has been particularly notable about the work of Emmanuel Saez, Professor of...
Instructional Video7:20
Curated Video

Multi-Paradigm Programming with Modern C++ - Copy and Move

Higher Ed
Copy creates a duplicate of an object. Move transfers ownership of resources. We can control the behaviors of copy and move by writing copy and move constructors (and operators). • Rules for implementing copy constructors and assignment...
Instructional Video13:46
Curated Video

The Modern JavaScript Bootcamp (2019) - Setting up the Prototype Object

Higher Ed
In this video, you’re going to learn about the prototype property. The prototype property gives you a way to define a shared set of properties/methods for all your instances. This clip is from the chapter "Advanced Objects and Functions"...
Instructional Video4:38
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 63 - Implementing Transaction Management - 3 Things to Decide

Higher Ed
In this video, we will implement transaction management - 3 things to decide. This clip is from the chapter "Transaction Management" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn...
Instructional Video5:54
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 50 - JPQL - Courses Without Students

Higher Ed
In this video, we will cover JPQL - courses without students. This clip is from the chapter "Queries with Entities using JPQL" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, the author discusses...
Instructional Video5:07
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 3: First Code and First Unit Test

Higher Ed
In this video, we will cover the first code and first unit test. This clip is from the chapter "Introduction to JUnit in 5 Steps" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn...
Instructional Video5:22
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 3 - Making the Binary Search Algorithm Example Loosely Coupled

Higher Ed
In this Appendix video, we'll make the binary search algorithm example loosely coupled. This clip is from the chapter "Appendix - Introduction to Spring Framework in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in...