SciShow
Keeping Bananas Apeelin'
Bananas! They’ve got a long trip from harvest to table, and a lot of science goes into keeping them delicious. This episode was produced in collaboration with and sponsored by Emerson.
SciShow
Can Houseplants Improve Air Quality?
We all have that coworker who insists that the houseplants on their desks are improving the office air quality, but is there any truth to that? Hosted by: Olivia Gordon
SciShow
Keeping Bananas Apeelin'
Bananas! They've got a long trip from harvest to table, and a lot of science goes into keeping them delicious
SciShow
Can Houseplants Improve Air Quality?
We all have that coworker who insists that the houseplants on their desks are improving the office air quality, but is there any truth to that?
Curated Video
Fundamentals of Object-Oriented Programming - C++ - STL - VECTOR
In this video, you will learn about vector standard template library. 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
Fundamentals of Object-Oriented Programming - C++ - Module 3 Objectives
In this video, we will cover the learning objective of this module. 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
Heat Absorption
We use two cans, one painted black and the other painted white, to investigate heat absorption. The containers are placed in front of a heat source and the temperature change is recorded. This shows that the black container absorbs heat...
Curated Video
Heat Loss
We compare two cans, one painted black and the other painted white, to see how quickly they lose heat. The containers are placed in front of a heat source and heated to the same temperature. The temperature in each container is recorded...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Connect to Database with Azure Data Studio
This video explains how to connect to a database with Azure Data Studio. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Cloud Orchestration with Kubernetes
This video explains container orchestration is the process of automating application deployment, scaling, and management. In a nutshell, it is a way to manage sets of containers. Kubernetes was originally developed by Google and is often...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Containerization with Docker
This video explains containerization, which is a way of packaging the code up complete with libraries, files, and dependencies in an environment that is predictable and portable. Docker is a suite of technologies that accomplishes this....
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Programming Types
This video introduces you to different programming types such as numbers, strings, and Booleans. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Dockers
This video provides an introduction to Dockers. This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we explore...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Container Service (ECS)
At times, you might want to run some code in AWS without having to launch, configure, upgrade, and manage entire EC2 instances. You may be able to do this with the Elastic Container Service and this video explains how.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Services, Part 3
This video continues the AWS offerings tour and looks at the most recent additions to the AWS system.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - What's New on the SAA-C03 Exam?
What's new on the updated version of the AWS Solutions Architect - Associate (SAA-C03) exam? Tom discusses the additional tools and technologies you will need to know.
Curated Video
Behavioral Design Patterns in C++ - C++ Iterators - II
In this video, we will implement the iterator for the list class. 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
Behavioral Design Patterns in C++ - Containers - III (Issues)
This video explains the issue where the elements inside the container are accessed. 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
Behavioral Design Patterns in C++ - Pros and Cons-Iterator
This video talks about the pros and cons of the Iterator design pattern. 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
Behavioral Design Patterns in C++ - C++ Iterators - III (More Iterators)
In this video, we will add more iterators to use the container more efficiently. 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
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
CISSP Crash Course - Security in Systems Part 2
This video continues talking about security in systems, microservices, and containerization. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on...
Curated Video
Getting Started with HashiCorp Nomad - Working with Volumes
After learning more about networking, we will discuss working with volumes; for workloads that require storage for stateful workloads, Nomad provides access to host volumes or CSI volumes. This clip is from the chapter "Expanding on...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Run Our First Nomad Job
In this lesson, you will learn to submit our new job to our Nomad cluster and see it launch all of our containers. We will submit the configuration file we created in the previous lesson and successfully deploy our new container. This...