Instructional Video3:24
SciShow

Keeping Bananas Apeelin'

12th - Higher Ed
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.
Instructional Video2:27
SciShow

Can Houseplants Improve Air Quality?

12th - Higher Ed
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
Instructional Video3:36
SciShow

Keeping Bananas Apeelin'

12th - Higher Ed
Bananas! They've got a long trip from harvest to table, and a lot of science goes into keeping them delicious
Instructional Video2:31
SciShow

Can Houseplants Improve Air Quality?

12th - Higher Ed
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?
Instructional Video5:58
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - VECTOR

Higher Ed
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...
Instructional Video5:29
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Module 3 Objectives

Higher Ed
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...
Instructional Video7:16
Curated Video

Heat Absorption

6th - 12th
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...
Instructional Video6:43
Curated Video

Heat Loss

6th - 12th
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...
Instructional Video4:49
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Connect to Database with Azure Data Studio

Higher Ed
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.
Instructional Video4:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Orchestration with Kubernetes

Higher Ed
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...
Instructional Video8:35
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Containerization with Docker

Higher Ed
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....
Instructional Video4:51
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Programming Types

Higher Ed
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...
Instructional Video2:21
Curated Video

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

Higher Ed
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...
Instructional Video8:23
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Container Service (ECS)

Higher Ed
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.
Instructional Video16:13
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Services, Part 3

Higher Ed
This video continues the AWS offerings tour and looks at the most recent additions to the AWS system.
Instructional Video9:38
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - What's New on the SAA-C03 Exam?

Higher Ed
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.
Instructional Video4:18
Curated Video

Behavioral Design Patterns in C++ - C++ Iterators - II

Higher Ed
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.
Instructional Video3:02
Curated Video

Behavioral Design Patterns in C++ - Containers - III (Issues)

Higher Ed
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.
Instructional Video5:39
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Iterator

Higher Ed
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.
Instructional Video4:56
Curated Video

Behavioral Design Patterns in C++ - C++ Iterators - III (More Iterators)

Higher Ed
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.
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Containers - I (Array)

Higher Ed
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.
Instructional Video7:19
Curated Video

CISSP Crash Course - Security in Systems Part 2

Higher Ed
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...
Instructional Video13:58
Curated Video

Getting Started with HashiCorp Nomad - Working with Volumes

Higher Ed
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...
Instructional Video5:09
Curated Video

Getting Started with HashiCorp Nomad - Demo - Run Our First Nomad Job

Higher Ed
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...