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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 1: What is JUnit and Unit Testing?
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Master Hibernate and JPA with Spring Boot - Installing Basic Tools
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Introduction to Spring Boot in 10 Steps
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 00 – Object-Oriented Programming - Level 2 - Section Introduction
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 9 - Spring Projects
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
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 59 - Transaction Management - ACID Properties
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 51 - JPQL - Courses with 2 Students and order by
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,...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 5 - What is Happening in the Background?
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
Curated Video
REST APIs with Flask and Python - Class Inheritance
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.
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 69 - Custom Queries Using Spring Data JPA Repository
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,...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 66 - Spring Data JPA Repository - CRUD Methods
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 45 - JPA Inheritance Hierarchies and Mappings - Single Table
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 44 - JPA Inheritance Hierarchies and Mappings - Setting Up a Repository
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 38 - ManyToMany Mapping - Insert Data and Write Join Query
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...