Curated Video
The Theory of Evolution and Natural Selection Explained
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...
Curated Video
Creational Design Patterns in Modern C++ - CRTP Idiom
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Digging Into Prototypical Inheritance
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...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Using Inheritance in JAVA
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 6: Spring Boot Versus Spring Versus Spring MVC
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 6 - Dynamic auto wiring and Troubleshooting - @Primary
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 42 - Introduction to Inheritance Hierarchies and Mappings
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 2: Developing Spring Applications before Spring Boot
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...
Curated Video
TypeScript for Beginners - Introduction - Interfaces
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.
Curated Video
The Complete Java Developer Course: From Beginner to Master - Basics of OOP (Object-Oriented Programming)
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 1: Introduction to Spring Boot - Goals and Important Features
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - FAQ 6 - Approach to Design Great Applications with JPA?
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 82 - Performance Tuning - Measure Before Tuning
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 49 - JPA Inheritance Hierarchies and Mappings - How to Choose?
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - FAQ 7 - Good Practices for Developing JPA Applications
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Introduction to Spring Framework in 10 Steps
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...
Curated Video
Eleanor of Aquitaine part 7: Eleanor and Her Sons Rebel Against Henry II
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...
Institute for New Economic Thinking
Wealth Inequality in the US and Beyond
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Copy and Move
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Setting up the Prototype Object
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"...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 63 - Implementing Transaction Management - 3 Things to Decide
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 50 - JPQL - Courses Without Students
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 3: First Code and First Unit Test
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 3 - Making the Binary Search Algorithm Example Loosely Coupled
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...