Instructional Video4:04
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 02 - Create JPA Entity Course

Higher Ed
In this video, we will create JPA entity course.
r/>
This clip is from the chapter "JPA and Hibernate in Depth" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn about Java...
Instructional Video9:36
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 75 - Hibernate Tips - Hibernate Soft Deletes - @SQLDelete and @Where

Higher Ed
In this video, we will cover Hibernate tips - Hibernate Soft Deletes - @SQLDelete and @Where.
r/>
This clip is from the chapter "Hibernate and JPA Tips" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In...
Instructional Video4:21
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 19 - JPA and Hibernate Annotations - @NamedQuery and @NamedQueries

Higher Ed
In this video, we will cover JPA and Hibernate annotations - @NamedQuery and @NamedQueries.
r/>
This clip is from the chapter "JPA and Hibernate in Depth" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video6:15
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 05 - Implement findAll persons Spring JDBC Query Method

Higher Ed
In this video, will implement findAll persons Spring JDBC query method.
r/>
This clip is from the chapter "Journey From Spring JDBC to JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section,...
Instructional Video6:15
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 17 - Tip - Grouping Tests with @Nested

Higher Ed
JUnit 5: Step 17 - Tip - Grouping Tests with @Nested
<
br/>
This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the course and gives you an...
Instructional Video5:22
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 07 - Setting up data for every test - @BeforeEach, @AfterEach

Higher Ed
JUnit 5: Step 07 - Setting up data for every test - @BeforeEach, @AfterEach
<
br/>
This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the...
Instructional Video3:24
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Organizing Unit Tests into Suites

Higher Ed
JUnit 4: Organizing Unit Tests into Suites<br<br/>/>

This clip is from the chapter "JUnit 4" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".In this section, you will learn about Junit 4.
Instructional Video12:40
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Importance of Extensible Markup Language (XML) File in TestNG Configuration

Higher Ed
This video explains the importance of an XML file in TestNG configuration.
r/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video1:39
Curated Video

Mastering Spring Framework Fundamentals - Constructor Dependency Injection with Annotations

Higher Ed
This video demonstrates how to de-structure arrays.
r/>
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use...
Instructional Video3:30
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 07: @BeforeClass @AfterClass

Higher Ed
Unit Testing with Junit: Step 07: @BeforeClass @AfterClass
r/>
This clip is from the chapter "Unit Testing with Junit" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into unit...
Instructional Video10:56
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 18 - Container and Dependency Injection (CDI) - @Named and @Inject

Higher Ed
This video highlights the concept of the container and dependency injection (CDI) through the @Named and @Inject annotations.
r/>
This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring...
Instructional Video3:04
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 19 - Tip - JUnit 4 vs JUnit 5

Higher Ed
JUnit 5: Step 19 - Tip - JUnit 4 vs JUnit 5
<
br/>
This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the course and gives you an overview...
Instructional Video1:56
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 10 - Tip - @DisplayName and test methods need not be public

Higher Ed
JUnit 5: Step 10 - Tip - @DisplayName and test methods need not be public
<
br/>
This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the...
Instructional Video3:32
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - Step 08 - Setting up database connections - @BeforeAll, @AfterAll

Higher Ed
JUnit 5: Step 08 - Setting up database connections - @BeforeAll, @AfterAll
<
br/>
This clip is from the chapter "JUnit 5" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".This section firstly introduces you to the...
Instructional Video3:30
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - @BeforeClass and @AfterClass

Higher Ed
JUnit 4: @BeforeClass and @AfterClass<br<br/>/>

This clip is from the chapter "JUnit 4" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".In this section, you will learn about Junit 4.
Instructional Video7:02
Curated Video

Learn Java Unit Testing with JUnit 5 in 20 Steps - @Before and @After

Higher Ed
JUnit 4: @Before and @After<br<br/>/>

This clip is from the chapter "JUnit 4" of the series "Learn Java Unit Testing with JUnit 5 in 20 Steps".In this section, you will learn about Junit 4.
Instructional Video12:42
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - TestNG Annotations Part - 2

Higher Ed
This video is the second part of the two-part lecture that discusses TestNG annotations.
r/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video12:32
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - TestNG Annotations Part - 1

Higher Ed
This video is the first part of the two-part lecture that discusses TestNG annotations.
r/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video8:54
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Running Test Cases in TestNG without Java Compiler

Higher Ed
This video explains how to run test cases in TestNG without a Java compiler.
r/>
This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video2:31
Curated Video

Alteryx for Beginners - Adding Annotation

Higher Ed
This video demonstrates how to add annotation in Alteryx.<br/<br/>>

This clip is from the chapter "Reporting Tab" of the series "Alteryx for Beginners".This section explores the Reporting tab.
Audio0:54
Lit2Go

The Donkey in the Lion’s Skin

5th - 8th Standards
Have you ever tried to be someone you're not? Aesop's "The Donkey in the Lion's Skin" features a donkey who dresses up as a frightening predator—but whose loud bray betrays his identity. Learners stop reading before they reach the ending...
Audio0:44
Lit2Go

The Farmer and the Snake

5th - 8th Standards
Slither into a stimulating lesson with Aesop's "The Farmer and the Snake." Class members explore the relationship between gratitude and generosity with the fable and practice making predictions with an accompanying reading activity.
Instructional Video
Sophia Learning

Sophia: Annotated Bibliographies: Lesson 1

9th - 10th Standards
This lesson introduces annotated bibliographies. It is 1 of 3 in the series titled "Annotated Bibliographies."