Instructional Video5:32
Curated Video

API Testing with Postman - Find the 500 Solution

Higher Ed
Walk through the solution of the testing challenge. • Explain the purpose of this exercise • Show the first example of a 500 error • Show the second 500 error This clip is from the chapter "Testing Your API Calls" of the series "API...
Instructional Video15:31
Curated Video

C++ Programming By Example - Painting User Input on Screen

Higher Ed
How can we paint user input on the screen? • Introduce the QPainterPath class along with QPainter • Update the list of paths in the widget and draw them • Update the current path as the user uses the widget This clip is from the chapter...
Instructional Video6:28
Curated Video

Excel VBA Programming The Complete Guide - Boolean Expressions

Higher Ed
A Boolean is a special data type whose value can only be True or False. In this lesson, we explore the concept of truthiness and falsiness with the help of common mathematical operations and string comparisons. This clip is from the...
Instructional Video5:17
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Running Logstash

Higher Ed
This video demonstrates how to run Logstash. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to import data...
Instructional Video11:45
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Logstash Input Plug-ins -Part 2: Generator Input and Dead Letter Queue

Higher Ed
This is the second part of the four-part video that explains the “Generator Input and Dead Letter Queue†input plug-in in Logstash. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series...
Instructional Video6:54
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Bellman Ford Algorithm

Higher Ed
Learn to implement the Bellman Ford Algorithm. This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we are introduced to unweighted graph. We...
Instructional Video3:53
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 07 - Best Practice-Using Common Pointcut Configuration

Higher Ed
This video demonstrates how to use the common pointcut configuration. This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section presents an...
Instructional Video11:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Creating a Maven Project and Importing into Eclipse

Higher Ed
This video demonstrates how to create a Maven project and import it into Eclipse. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video5:03
Curated Video

Learning Akka (Video 10)

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 these...
Instructional Video2:13
Seven Dimensions

PLAN to Succeed

Higher Ed
PLAN to Succeed helps us enjoy a plan coming together. Psychologist Eve Ash shows how when you PLAN, you have every chance of succeeding. Once this video is completed you will have learned that a PLAN consists of picturing the problem or...
Instructional Video6:54
Curated Video

Django3- Another Set of URLs

Higher Ed
In this video, we will look at another set of URLs. This clip is from the chapter "Site 2 - Personal Portfolio" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project...
Instructional Video7:34
Packt

Implementing React Router

Higher Ed
This video explains how to implement React Router. This clip is from the chapter "Starting the Front-end" of the series "MERN E-commerce from Scratch".This section explains the concept of front-end.
Instructional Video12:49
Packt

Steps to Complete the Flow to Download a File from an Application with Selenium

Higher Ed
This video presents the steps to complete the flow to download a file from your application with Selenium. This clip is from the chapter "File Uploading (AUTO IT) and Downloading with Selenium" of the series "Selenium WebDriver with Java...
Instructional Video6:41
Curated Video

.NET Core Microservices - Ocelot Setup for Products API

Higher Ed
This video explains Ocelot setup for products API. This clip is from the chapter "Ocelot" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Ocelot and how to add Ocelot to the...
Instructional Video8:11
Curated Video

.NET Core Microservices - Use Ocelot to Retrieve All Products

Higher Ed
This video explains how to use Ocelot to retrieve all products. This clip is from the chapter "Ocelot" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Ocelot and how to add...
Instructional Video5:32
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What is HEAD in Git?

Higher Ed
This video explains the concept of HEAD in Git. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git operations. It also...
Instructional Video6:33
Curated Video

The Complete Practical Docker Guide - Executing Additional Commands Inside of the Find Operation

Higher Ed
This video demonstrates executing additional commands inside of the Find operation. This clip is from the chapter "Search Operations in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the search...
Instructional Video13:21
Curated Video

The Modern JavaScript Bootcamp (2019) - Setting up Webpack

Higher Ed
In this video, you’re going to set up webpack. This will allow us to take advantage of JavaScript modules. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the series "The Modern JavaScript Bootcamp...
Instructional Video6:20
Curated Video

Take the IELTS Road Less Traveled - IELTS Energy Bonus

9th - Higher Ed
We share two proverbs today that will boost your IELTS Speaking and Writing vocabulary scores. We also invite you to take advantage of a special deal on our Connected Communicator course!
Instructional Video6:19
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Shortest Path In An Unweighted Graph

Higher Ed
Shortest path implementation in Java. This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we are introduced to unweighted graph. We implement...
Instructional Video9:45
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Integrating Selenium Python Framework into Jenkins

Higher Ed
This video explains how to integrate Selenium Python framework into Jenkins. This clip is from the chapter "Part IV-Integrating Framework to Jenkins" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
Instructional Video15:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Strategy to Access Excel Data

Higher Ed
This video explains the strategy to access Excel data. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section explains the...
Instructional Video13:33
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Building Test Runner and Step Definition Files to Test the Add Place API Feature

Higher Ed
This video demonstrates how to build the test runner and step definition files to test the Add Place API feature. This clip is from the chapter "Cucumber BDD API Framework Development from Scratch - 1" of the series "REST API Automation...
Instructional Video4:24
Curated Video

Plotting Paths in a Coordinate Plane

3rd - 5th
Represent real-world problems by graphing and interpreting points on a coordinate plane.