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...
Instructional Video3:55
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 1: What is JUnit and Unit Testing?

Higher Ed
In this video, we will cover what is JUnit and unit testing. 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 about...
Instructional Video1:33
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Master Hibernate and JPA with Spring Boot - Installing Basic Tools

Higher Ed
In this video, we'll be installing the basic tools and setting up the environment. This clip is from the chapter "Introduction" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".This section is the introductory...
Instructional Video1:33
Curated Video

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

Higher Ed
In this video, we'll be looking at an introduction to Spring Boot in 10 steps. 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 Video1:55
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 00 – Object-Oriented Programming - Level 2 - Section Introduction

Higher Ed
In this session, we will learn about object-oriented programming - level 2 - section introduction. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video4:46
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 9 - Spring Projects

Higher Ed
In this Appendix video, we'll cover Spring projects. 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 100 Steps".null
Instructional Video5:50
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 59 - Transaction Management - ACID Properties

Higher Ed
In this video, we will cover transaction management - ACID Properties. 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 about...
Instructional Video3:57
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 51 - JPQL - Courses with 2 Students and order by

Higher Ed
In this video, we will cover JPQL - courses with at least 2 students and order by. 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,...
Instructional Video6:28
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 5 - What is Happening in the Background?

Higher Ed
In this Appendix video, we'll cover what is happening in the background. 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 100 Steps".null
Instructional Video8:32
Curated Video

REST APIs with Flask and Python - Class Inheritance

Higher Ed
This video focuses on class inheritance. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
Instructional Video7:31
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 69 - Custom Queries Using Spring Data JPA Repository

Higher Ed
In this video, we will cover custom queries using Spring Data JPA repository. This clip is from the chapter "Spring Data JPA and Spring Data REST" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section,...
Instructional Video5:30
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 66 - Spring Data JPA Repository - CRUD Methods

Higher Ed
In this video, we will cover Spring Data JPA repository - CRUD methods. This clip is from the chapter "Spring Data JPA and Spring Data REST" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will...
Instructional Video5:31
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 45 - JPA Inheritance Hierarchies and Mappings - Single Table

Higher Ed
In this video, we will cover JPA inheritance hierarchies and mappings - single table. 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 Video5:12
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 44 - JPA Inheritance Hierarchies and Mappings - Setting Up a Repository

Higher Ed
In this video, we will cover JPA inheritance hierarchies and mappings - setting up a repository. This clip is from the chapter "Inheritance Hierarchies with JPA and Hibernate" of the series "Master Hibernate and JPA with Spring Boot in...
Instructional Video4:41
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 38 - ManyToMany Mapping - Insert Data and Write Join Query

Higher Ed
In this video, we will cover ManyToMany mapping - insert data and write join query. This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and JPA with...