Curated Video
Mast Cells: A Potential Breakthrough in Fighting Bacterial Infections
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...
Curated Video
Rude van Nistelrooy: The Journey of a Star Striker
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...
Curated Video
What if? Top 10 Things to Build into Your Project Contingency Plan
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...
Curated Video
Can You Trust Your IQ?
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...
Learn German with Herr Antrim
German Exam Preparation Tips: Part 1 - Researching the Exam | German A1 Exam Study Tips 2024
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...
Wonderscape
The 15th Amendment: A Milestone in American Voting Rights
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Has Duplicate IDs - jsdom
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Get Elements by Tag - jsdom
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Reverse String Algorithm
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Grouping Tests Together
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is Unit Testing?
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...
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Test and Deploy to Stage
This video adds unit tests for the Python code, deploys the application to a staging environment, and tests the deployments with user acceptance tests.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Testing Workflow
This video explains the different types of tests and implements the testing part of the CI workflow.
Curated Video
Safety First: Rigorous Testing of Toys and Furniture Before Market
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part I
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Debug and Problem-Solve Step-by-Step - Iterative Optimization Anagrams
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution III - Iterative Optimization Anagrams Problem in JavaScript
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....
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Reverse Logic to Writing Testing Units for Model Predictions
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 -...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part II
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Get Familiar with the Remix Ethereum IDE
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Postman
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...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Continuous Quality, Integration, and Delivery
Continuous Quality, Integration, and Delivery
Curated Video
Building Microservices API in Go - Unit Testing: State-Based Test
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...
Curated Video
Supercharge Scala Future | FP-Tower - Console Exercises - retry and onError
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...