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
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Overflow
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...
Curated Video
Type-Safe Interfaces with Modern C++ - The Problem with std::visit
Understand why std::visit is not optimal and what pattern matching is.
Curated Video
Sweat and Odor: Managing Body's Unwanted Outputs
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...
Curated Video
The Future of Fashion: 3D Technology Tailors Perfect Fit
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...
Curated Video
Skin Defenses: Understanding Warts and Mosquito Bites
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...
Curated Video
Mastering Food Preservation: Canning and Freezing at Home
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...
Curated Video
The Science Behind Weight Loss: How Our Bodies Burn Fat
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...
Curated Video
Battling Acne: Insights and Innovations
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is a Smart Contract - Solidity
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Convert an Exponential Solution to a Linear Solution
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...
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 - Escape Sequences in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Why Comments Are Important in Programming - In-Line and Multi-Line Comments
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Smart Contracts - Points of Failure
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Functions in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Continuous Monitoring
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database
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.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to ML Model Lifecycle
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Break Down Multiplication Table Challenge
This video talks about breaking down the multiplication table challenge.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Introduction to Multiplication Table Challenge
This video talks about the multiplication table challenge.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 – Step-By-Step Problem Solving with Programming
We have successfully installed Java. Let's take a look at the next step, which is problem solving.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Troubleshooting Java Installation
In this video, we will troubleshoot the Java installation.
Curated Video
Fundamentals of Neural Networks - Bi-Directional RNN
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...