Instructional Video7:16
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 3-Maven Build Life Cycle

Higher Ed
This video highlights the concept of the Maven build life cycle.
r/>
This clip is from the chapter "Basic Tools and Framework - Maven in 5 Steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Instructional Video10:16
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Grouping Tests with Pytest Marks to Run Selected Groups

Higher Ed
This video explains how to group tests with pytests.
r/>
This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores...
Instructional Video8:29
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Running Selected Pytests from a Set of Tests

Higher Ed
This video demonstrates how to run selected pytests.
r/>
This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores...
Instructional Video4:03
Curated Video

Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 10: Testing Performance in JUnit Tests

Higher Ed
Unit Testing with Junit: Step 10: Testing Performance in JUnit Tests
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...
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.
r/>
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...
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.
r/>
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...
Instructional Video3:23
Science360

Pioneering effort to detect Ebola

12th - Higher Ed
According to the World Health Organization, the Ebola outbreak that started in West Africa in 2014 has sickened nearly 30,000 people, killing about one third of them. Detection of the Ebola virus is currently the only way to keep the...
Instructional Video2:47
Science360

Engineering a more efficient way to diagnose prostate cancer

12th - Higher Ed
To diagnose prostate cancer, urologists, such as John Wei, and pathologists, such as Scott Tomlins, at the University of Michigan Medical Center, use biomarkers, which are biochemical signatures in blood, urine, and tissue that suggest...
Instructional Video6:59
Sir Linkalot

A Susie Story about anxious

K - 5th
A Susie Story about the origin of the word: anxious.
Instructional Video3:26
Healthcare Triage

At-Home Testing for Covid

Higher Ed
Experts have long been calling for quicker, cheaper, and more accessible ways of testing for Covid-19. Though such tests would be less accurate than the predominant PCR test, speed matters more than accuracy when it comes to curbing a...
Instructional Video3:11
Curated Video

Learning Dart (Video 17)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build...
Instructional Video6:31
Curated Video

Learning Akka (Video 27)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Instructional Video4:17
Curated Video

Web Development with Node.JS and MongoDB (Video 34)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video3:56
FuseSchool

What Is The Bronsted Lowry Theory

6th - Higher Ed
Have you ever head of the Bronsted Lowry Theory of acids and bases, an essential theory of Chemistry? It helps you fill the gaps in the Arrhenius theory. This education video by the Virtual School will teach you about: - Testing acids -...
Instructional Video1:00
The March of Time

1909: FORT MEYER TO ALEXANDRIA DEMONSTRATION: VS Specatators, men getting 'Wright Flyer' ready, out of hangar. PHOTO: Lieutenant Benjamin Foulois (1879-1967) w/ Orville Wright. WS Lt Foulois & Orville in biplane. [VO Retired US Army General Foulois]

12th - Higher Ed
MOT 1909: FORT MEYER TO ALEXANDRIA DEMONSTRATION: VS Specatators, men getting 'Wright Flyer' ready, out of hangar. PHOTO: Lieutenant Benjamin Foulois (1879-1967) w/ Orville Wright. WS Lt Foulois & Orville in biplane. [VO Retired US Army...
Instructional Video4:18
Curated Video

Serverless JavaScript Projects 5.2: Configure Amazon CloudFront

Higher Ed
In this video, we need to create a place to transcode and store videos to use in out front end.<br/>
• Use template to create<br/> a workflow
• Wait fo<br/>r Lambda to be created
Instructional Video2:14
IDG TECHtalk

How to use the && (AND) and || (OR) operators

Higher Ed
In this Linux tip, we’re going to look at the && (AND) and || (OR) operators and how they can be used.
Instructional Video1:05
IDG TECHtalk

How to use speedtest: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the tool called speedtest. It allows you to check the speed of your connection to your Internet provider. The tool is not installed on Linux systems by default, but is easy to find and install.
Instructional Video4:33
Curated Video

Identifying Metal and Non-Metal Ions: Tests and Outcomes

Higher Ed
This is a tutorial video on the required practical activities for identifying positive metal ions or negative non-metal ions in a solution in chemistry. The video explains the tests that need to be carried out and the expected outcomes...
Instructional Video2:33
NASA

Highlights From TESS's First Year

3rd - 11th
NASA's Transiting Exoplanet Survey Satellite (TESS) has discovered 21 planets outside our solar system and captured data on other interesting events occurring in the southern sky during its first year of...
Instructional Video8:52
Packt

CompTIA Network+ Certification N10-007: The Total Course - Testing Cable

Higher Ed
This video focuses on cable testing, covering wiremaps, continuity, and TDRs. This clip is from the chapter "Installing a Physical Network" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you...
Instructional Video6:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Introducing a Lint-Staged Package to Check only Staged Files

Higher Ed
This video demonstrates how to use a lint-staged package to check only staged files.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video13:31
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Parameterizing Tests with Multiple Datasets Using Fixtures

Higher Ed
This video demonstrates how to parameterize tests with multiple datasets using fixtures.
r/>
This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video9:46
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Implementing Page Objects Mechanism into Framework Tests

Higher Ed
This video explains how to implement page objects mechanism into framework tests.
r/>
This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python...