Instructional Video1:57
Curated Video

Mast Cells: A Potential Breakthrough in Fighting Bacterial Infections

Pre-K - Higher Ed
Scientists have discovered that mast cells, known for causing allergic reactions, may have another use in fighting bacterial infections. Through genetic modification, mast cells were able to break down a poison called endothelin, which...
Instructional Video7:12
Curated Video

Rude van Nistelrooy: The Journey of a Star Striker

6th - Higher Ed
This video highlights the career of Rude van Nistelrooy, a star striker who played for both Manchester United and Real Madrid. It covers his successful seasons, impressive goal-scoring skills, and the controversies he faced during his...
Instructional Video7:13
Curated Video

What if? Top 10 Things to Build into Your Project Contingency Plan

10th - Higher Ed
A contingency plan is a valuable part of your risk management. Whilst it won’t stop risks happening, nor even make them less likely, it will give you a clear set of steps to follow if one should manifest. Here are 10 tactics you can put...
Instructional Video2:42
Curated Video

Can You Trust Your IQ?

6th - 12th
Is IQ the best measure of intelligence, or could an inbuilt mechanism for measuring quantitative values mean a bias against qualitative factors? Maths - Statistics And Probability A Twig Math Film. Reinforce and extend the learning...
Instructional Video7:08
Learn German with Herr Antrim

German Exam Preparation Tips: Part 1 - Researching the Exam | German A1 Exam Study Tips 2024

9th - 12th
German Exam Preparation Tips: Part 1 - Researching the Exam | German A1 Exam Study Tips 2024 Looking to excel in your German course exams or master German language proficiency tests like the TestDaF or Goethe Institute Exams? This video...
Instructional Video4:38
Wonderscape

The 15th Amendment: A Milestone in American Voting Rights

K - 5th
Explore the pivotal role of the 15th Amendment in shaping the democratic landscape of the United States. Enacted as the third of the Reconstruction Amendments post-Civil War, this amendment aimed to safeguard the voting rights of all...
Instructional Video15:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Has Duplicate IDs - jsdom

Higher Ed
In this video, we will write a unit test for a function that checks whether a webpage has any duplicate IDs. We will use jsdom to simulate a webpage and test our function. This clip is from the chapter "Unit Testing Algorithms" of the...
Instructional Video17:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom

Higher Ed
In this video, we will write a unit test for a function that gets all elements with a particular tag name in a web page. We will use jsdom, a JavaScript implementation of the DOM, to simulate a web page and test our function. This clip...
Instructional Video9:55
Curated Video

Modern JavaScript from the Beginning - Second Edition - Reverse String Algorithm

Higher Ed
In this video, we will write a unit test for a simple string reversal algorithm. We will use Jest to test our algorithm and make sure it works correctly. This clip is from the chapter "Unit Testing Algorithms" of the series "Modern...
Instructional Video10:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Grouping Tests Together

Higher Ed
In this video, you will learn how to group tests together using Jest. We will organize our tests into test suites and describe blocks, making our test code more readable and easier to maintain. This clip is from the chapter "Unit Testing...
Instructional Video3:28
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is Unit Testing?

Higher Ed
In this video, we will explain what unit testing is and why it's important. We will talk about the benefits of unit testing, the difference between unit testing and other types of testing, and the principles of good unit testing. This...
Instructional Video11:43
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Test and Deploy to Stage

Higher Ed
This video adds unit tests for the Python code, deploys the application to a staging environment, and tests the deployments with user acceptance tests.
Instructional Video12:54
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Testing Workflow

Higher Ed
This video explains the different types of tests and implements the testing part of the CI workflow.
Instructional Video8:12
Curated Video

Safety First: Rigorous Testing of Toys and Furniture Before Market

6th - Higher Ed
Uncover the thorough and stringent testing processes that toys and furniture undergo to ensure they are safe for everyday use. From stuffed animals enduring stress tests to ensure durability against child play, to furniture withstanding...
Instructional Video6:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part I

Higher Ed
In this video, we will discuss the solution to the exercise on writing testing units for model predictions with JavaScript. This is the first of the two-part solution and here, you will be writing the code lines until concat(). This clip...
Instructional Video8:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Debug and Problem-Solve Step-by-Step - Iterative Optimization Anagrams

Higher Ed
Debugging and problem-solving are crucial skills for any programmer. It is common to encounter issues while writing code, especially when working with complex problems. In this video, we will go through the process of debugging and...
Instructional Video9:09
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution III - Iterative Optimization Anagrams Problem in JavaScript

Higher Ed
In this video, we will continue to discuss the solution to the exercise on iterative optimization anagrams problem in JavaScript. This is the final part of the solution and by the end of this video, you will get the output as expected....
Instructional Video5:53
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Reverse Logic to Writing Testing Units for Model Predictions

Higher Ed
This video helps you with the reverse logic to writing testing units for model predictions. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero -...
Instructional Video2:12
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part II

Higher Ed
In this video, we will discuss the solution to the exercise on writing testing units for model predictions with JavaScript. This is the second of the two-part solution and here, you will be completing the code lines and successfully...
Instructional Video1:48
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Get Familiar with the Remix Ethereum IDE

Higher Ed
This is an exercise video to get familiar with the Remix Ethereum IDE. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video4:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Postman

Higher Ed
This video explains Postman, which is an application used for testing APIs. It is a client application that tests HTTP requests using a graphical interface. This clip is from the chapter "Web Developer Tools" of the series "Web...
Instructional Video13:37
Curated Video

Building Microservices API in Go - Unit Testing: State-Based Test

Higher Ed
In this video, we will cover the basics of unit testing and discuss state-based testing. You will learn what to test and how to write effective state-based tests. We will also discuss the importance of shorter feedback loops in the...
Instructional Video20:46
Curated Video

Supercharge Scala Future | FP-Tower - Console Exercises - retry and onError

Higher Ed
This video helps you learn the concept of retrying an operation with a single higher order function and reuse to refactor the code of readDataOfBirthRetry and readSubscribeToMailingListRetry. This clip is from the chapter "Actions with...