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 Video2:47
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Overflow

Higher Ed
In this video, we will master the art of handling overflow in CSS3 and learn to control the behavior of content when it exceeds the dimensions of its container. We will discover how to handle overflow with properties such as overflow-x...
Instructional Video4:06
Curated Video

Type-Safe Interfaces with Modern C++ - The Problem with std::visit

Higher Ed
Understand why std::visit is not optimal and what pattern matching is.
Instructional Video7:56
Curated Video

Sweat and Odor: Managing Body's Unwanted Outputs

6th - Higher Ed
Explore the physiological reasons behind excessive sweating and body odor, including conditions like hyperhidrosis. This segment explains the role of sweat glands and the interaction of sweat with bacteria on the skin, which leads to...
Instructional Video8:06
Curated Video

The Future of Fashion: 3D Technology Tailors Perfect Fit

6th - Higher Ed
Discover how 3D technology is revolutionizing the fashion and footwear industries, making custom-tailored clothing and shoes accessible to everyone. Follow the journey of Karine and Paola as they experience a body scanning process that...
Instructional Video8:40
Curated Video

Skin Defenses: Understanding Warts and Mosquito Bites

6th - Higher Ed
Discover how our skin responds to common irritants like warts and mosquito bites, featuring expert insights into the HPV virus behind warts and the biological factors that attract mosquitoes. Learn about innovative treatments for...
Instructional Video7:58
Curated Video

Mastering Food Preservation: Canning and Freezing at Home

6th - Higher Ed
Explore the science behind preserving food through canning and freezing. This segment explains the sterilization process involved in canning, which ensures food safety by killing harmful microorganisms at high temperatures. It also...
Instructional Video8:12
Curated Video

The Science Behind Weight Loss: How Our Bodies Burn Fat

6th - Higher Ed
Explore how the body metabolizes food and uses stored fat during periods of caloric deficit. This video discusses the physiological processes involved in weight loss, including the role of liver glycogen stores and the shift to fat...
Instructional Video8:37
Curated Video

Battling Acne: Insights and Innovations

6th - Higher Ed
This segment dives into the common issue of acne, exploring its causes and the science behind treatments. Discover how hormonal changes trigger sebum overproduction, leading to clogged pores and breakouts. Learn from experts about the...
Instructional Video3:59
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is a Smart Contract - Solidity

Higher Ed
In this video, we will dive into the concept of smart contracts and how they work in the context of the Solidity programming language. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The...
Instructional Video11:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Convert an Exponential Solution to a Linear Solution

Higher Ed
In this video, we will discuss the solution to the exercise on converting an exponential solution to a linear solution from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of...
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 Video4:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Escape Sequences in JavaScript

Higher Ed
In this video, you will learn about escape sequences in JavaScript, which are special characters that are used to represent certain values in a string. You will explore how escape sequences work and learn about some of the most common...
Instructional Video2:46
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Why Comments Are Important in Programming - In-Line and Multi-Line Comments

Higher Ed
This video will explain the importance of comments in programming and cover two types of comments—in-line and multi-line—that you can use to provide context, explanations, and other helpful information in your code. This clip is from...
Instructional Video7:59
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Smart Contracts - Points of Failure

Higher Ed
In this video, we will discuss the different points of failure that can occur in a smart contract. We will go through some examples of how contracts can be exploited by attackers and discuss some best practices for avoiding common...
Instructional Video5:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Functions in Solidity

Higher Ed
This video will introduce you to the concept of functions in Solidity. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Instructional Video2:04
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Continuous Monitoring

Higher Ed
This video explains continuous monitoring, which is the process and technology used to detect compliance and risk issues associated with an operational environment. This clip is from the chapter "DevOps" of the series "Web Development...
Instructional Video6:17
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database

Higher Ed
This video explains Heroku with a database. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting with Heroku.
Instructional Video3:42
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to ML Model Lifecycle

Higher Ed
This video provides an introduction to the ML model lifecycle. This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section focuses on...
Instructional Video1:55
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Break Down Multiplication Table Challenge

Higher Ed
This video talks about breaking down the multiplication table challenge.
Instructional Video1:29
Instructional Video2:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 00 – Step-By-Step Problem Solving with Programming

Higher Ed
We have successfully installed Java. Let's take a look at the next step, which is problem solving.
Instructional Video3:20
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Troubleshooting Java Installation

Higher Ed
In this video, we will troubleshoot the Java installation.
Instructional Video6:02
Curated Video

Fundamentals of Neural Networks - Bi-Directional RNN

Higher Ed
Bidirectional recurrent neural networks (BRNN) connect two hidden layers of opposite directions to the same output. BRNNs are especially useful when the context of the input is needed. For example, in handwriting recognition, the...