SciShow
5 Devastating Security Flaws You've Never Heard Of
Devastating vulnerabilities are hiding in the technology in programs, protocols, and hardware all around us. Most of the time, you can find ways to protect yourself.
Crash Course
3D Graphics: Crash Course Computer Science
Today we’re going to discuss how 3D graphics are created and then rendered for a 2D screen. From polygon count and meshes, to lighting and texturing, there are a lot of considerations in building the 3D objects we see in our movies and...
TED Talks
TED: How racism harms pregnant women -- and what can help | Miriam Zoila Perez
Racism is making people sick -- especially black women and babies, says Miriam Zoila Perez. The doula turned journalist explores the relationship between race, class and illness and tells us about a radically compassionate prenatal care...
Crash Course
Buffers, the Acid Rain Slayer: Crash Course Chemistry
In this episode, Hank talks about how nutty our world is via Buffers! He defines buffers and their compositions, talks about carbonate buffering systems in nature, acid rain, pH of buffers, and titration. Plus, a really cool experiment...
SciShow
5 Devastating Security Flaws You've Never Heard Of
Devastating vulnerabilities are hiding in the technology in programs, protocols, and hardware all around us. Most of the time, you can find ways to protect yourself.
Curated Video
What is a Critical Chain? Project Management in Under 5
The Critical Path Method is well known. But, what is a Critical Chain?
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Files - BUFFER
In this video, you will learn about file I/O readd Buffer class. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Curated Video
What is Biodiversity?
Biodiversity is vital to life on Earth. What is it and why is it important and how is it changing? Biology - Ecosystems - Learning Points. Biodiversity is the number of different species and the variety within species. High biodiversity...
Curated Video
Buffer
A substance that maintains a solution in a narrow range of pH. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce...
Curated Video
Type-Safe Interfaces with Modern C++ - std::string_view – Basic Interface
Learn about the most important member functions and operations provided with `std::string_view`.
Curated Video
Type-Safe Interfaces with Modern C++ - std::string_view – Introduction
Learn about `std::string_view`, introduced in C++17.
Curated Video
Type-Safe Interfaces with Modern C++ - std::string
Learn about the idea of an "owning wrapper" by understanding how `std::string` works internally and what its semantics are.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile Image Upload
In this video, you will learn how to implement profile image upload functionality in your Twitter Clone app using Node.js and Express framework.
Curated Video
Behavioral Design Patterns in C++ - Containers - I (Array)
In this video, you will implement an array class as a dynamic array. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
Oracle Database Administration from Zero to Hero - Database Memory Concepts (Part 1 of 2)
In this video, we will delve into the database memory concepts. You will learn about the database buffer cache and its significance in optimizing database performance. This clip is from the chapter "Managing Oracle Database Components"...
Curated Video
Mastering C++ Standard Library Features [Video] - constexpr' in the Standard Library
Learn about `constexpr` features in the Standard Library introduced throughout C++11/14/17, and upcoming C++20 features
Curated Video
Mastering C++ Standard Library Features [Video] - Example: Implemeting std::vector
Step-by-step implementation of an `std::vector` clone that uses move semantics and is move-aware
Curated Video
Design Microservices Architecture with Patterns and Principles - Topic-Queue Chaining and Load Balancing Pattern
This video explores the pattern of chaining topics and queues for load balancing in microservices communication. It demonstrates how this pattern can distribute the processing load among multiple service instances while maintaining the...
Curated Video
Is Your Stomach Acid (Gastric Acid) Diluted When You Drink Water?
Short answer: Yes, drinking a lot of water will certainly change the pH of the stomach, but this amount is trivial. However, since your stomach is very acidic, to begin with, drinking water will not dilute it significantly. Also, there...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Architecture Implementation
We have already discussed the project architecture in our previous session. We will now go ahead and implement the project architecture. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with...
Curated Video
Structural Design Patterns in Modern C++ - Implementing Virtual Proxy
This video demonstrates how to implement virtual proxy. This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Creating String Class
This video demonstrates how to create the String class. This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to the flyweight design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Adding the BufferedStream Class
This video explains how to add the BufferedStream class. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Adding StringInfo for Sharing Internal Strings
This video explains how to add StringInfo for sharing internal strings. This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to the flyweight design...