Instructional Video5:44
Curated Video

Learning Akka (Video 24)

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 Video5:53
Curated Video

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

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 Video6:43
Curated Video

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

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 Video11:32
Curated Video

RESTful Web API Design with Node.js (Video 14)

Higher Ed
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on...
Instructional Video26:15
Packt

How to Run Tests in Google Chrome

Higher Ed
This video explains how to run tests in Google Chrome
<
br/>
This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video6:46
Curated Video

API Testing with Postman - Validating APIs with Postman Requests

Higher Ed
Show how to check that an API is returning expected results.

• Set up a re
quest
• Add a check on the test tab of t
he request
• Demonstrate sharing tests between requests at the c
ol
lection level

This...
Instructional Video5:49
Curated Video

Apache Maven Beginner to Guru - Using Spock with JUnit 5

Higher Ed
This video explains how to use Spock with Junit 5. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Instructional Video7:54
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.5: Browser Automated Testing Made Easy

Higher Ed
In this video, we will learn how to test our web application with browser interactions. • Look at karma and nightwatch.js • Install nightwatch.js • Write a test with nightwatch.js
Instructional Video7:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.1: Using Spies in Your Tests

Higher Ed
In this video, we will learn how to work with spies in our unit tests. • Explain spyOn • Explain and.callThrough, and.callFake • Explain how to test call with parameters
Instructional Video8:49
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Standards of Writing Selenium Tests in Framework

Higher Ed
This video focuses on the standards of writing Selenium tests.
r/>
This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing from...
Instructional Video17:03
Curated Video

The Complete Java Developer Course: From Beginner to Master - Repetition Control Statements

Higher Ed
This video explains about the repetition control statements.
r/>
This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the...
Instructional Video10:50
Packt

Sample Application to Derive Test Cases

Higher Ed
This video explains how to develop an application to derive test cases. This clip is from the chapter "End-to-End Testing Activities - Defect Tracking Tool" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video13:49
Packt

Fixing the Problem of Inconsistent Locators and Making Tests Clean

Higher Ed
This video explains how to fix the problem of inconsistent locators and making tests clean.
<
br/>
This clip is from the chapter "Deep Dive into Functional Testing with Selenium" of the series "Selenium WebDriver with Java - Basics...
Instructional Video2:03
IDG TECHtalk

2-Minute Linux Tips: How to use the date command

Higher Ed
In this Linux tip, we’re going to look at using the date command to run tests. You can always use the date command to see what day it is, but you can also use it in scripts to test what time, day of the month or month of the year it is...
Instructional Video3:35
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Adding a Post-Commit Hook

Higher Ed
This video demonstrates how to add a post-commit hook.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It...
Instructional Video3:37
Brian McLogan

How to divide using synthetic division and write your remainder over your divisor

12th - Higher Ed
👉 Learn about dividing by synthetic division when the divisor is a fraction. Synthetic division is a method of dividing polynomials by linear expressions. To divide using synthetic division, we equate the divisor to 0 and then solve for...
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.
r/>
This clip is from the chapter "A Few More FAQs" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video7:50
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Reading and Writing Data from Excel to Python Tests

Higher Ed
This video demonstrates how to read and write data from Excel to Python.
r/>
This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation...
Instructional Video9:29
Maddie Moate

How do you test a spacecraft? | James Webb Space Telescope | Maddie Moate

K - 5th
The world’s largest, most powerful telescope was launched into space on Christmas Day - it’s called the 'James Webb Space Telescope' but how do you test a spacecraft to make sure it's ready for the journey into space? I went to the UK's...
Instructional Video3:31
Curated Video

Learning Akka (Video 37)

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 Video2:54
NASA

Going Interstellar with TESS and Kepler

3rd - 11th
For the longest time, space seemed like just a big, nearly empty place. However, as we learned more about the universe around us, we discovered other planets orbiting our Sun, and even planets that orbit other stars...
Instructional Video14:34
Packt

Parameterizing Selenium Tests with Cucumber

Higher Ed
This video explains how to parameterize Selenium tests with Cucumber.
<
br/>
This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video4:44
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Skipping All Git Hooks Using the --no-verify Option

Higher Ed
This video demonstrates how to skip all Git hooks using the --no-verify option.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains...
Instructional Video2:28
Curated Video

The Complete Java Developer Course: From Beginner to Master - Section Wrap-Up "Control Statements"

Higher Ed
This video summarizes the section's learnings.
r/>
This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...