Instructional Video6:30
Be Smart

Are Dinosaurs Extinct?

12th - Higher Ed
Most people are taught that dinosaurs went extinct 66 million years ago when a giant meteor crashed into the Yucatan peninsula. I'm here to tell you that's wrong. Dinosaurs are alive and well today, and you don't have to go to Jurassic...
Instructional Video2:06
MinuteEarth

Five Crazy Bridges for Animals

12th - Higher Ed
Five Crazy Bridges for Animals
Instructional Video5:16
TED Talks

TED: The renewable heating system right below your feet | Kathy Hannun

12th - Higher Ed
Of all the mundane yet astonishing marvels of human ingenuity, knowing what it takes to heat a room to a comfortable temperature is TED Fellow Kathy Hannun's favorite. She takes us on a journey across the planet and under the sea to...
Instructional Video5:35
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - What Is Blue Ocean?

Higher Ed
This video explains what Blue Ocean is, which advantages it brings, and its main features.
Instructional Video6:29
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - What Is Pipeline as Code?

Higher Ed
This video explains what Pipeline as Code means, how pipelines are implemented in Jenkins 2, and what are the benefits of using Pipelines.
Instructional Video4:06
Curated Video

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

Higher Ed
This video provides an introduction to Kubeflow. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we will explore Vertex AI....
Instructional Video1:56
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Overview – Vertex AI UI

Higher Ed
This video provides an overview of the UI of Vertex AI. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we will explore...
Instructional Video6:30
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Building Images in Multiple Regions

Higher Ed
In this hands-on demonstration lab, we will build upon some of the concepts we have been learning to extend our Packer-built images into multiple regions within the same cloud environment. This clip is from the chapter "Builders" of the...
Instructional Video11:24
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building VMware Templates with Packer

Higher Ed
In this demonstration lab, we will understand VMware and showcase how to utilize HashiCorp Packer to build images within a VMware environment. You will learn to create templates using VMware. This clip is from the chapter "Builders" of...
Instructional Video11:06
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building Google Compute Machine Images with Packer

Higher Ed
This demonstration lab will demonstrate how to utilize Packer to build machine images in the Google cloud platform. We will use the Google Compute Engine to build the images for this demo. This clip is from the chapter "Builders" of the...
Instructional Video8:58
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building Azure Machine Images with Packer

Higher Ed
In this lab demonstration video, we will look at a demonstration of how to use Packer to build images in the Packer cloud. We will be working on the Azure-Arm builder as the use case for the lesson. This clip is from the chapter...
Instructional Video17:20
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building AWS AMIs with Packer

Higher Ed
In this lab demonstration, we will walk through building the AWS AMI with Packer. Based on our use case, we will create an EBS-backed AMI and an instance store on AMI. This clip is from the chapter "Builders" of the series "Automating...
Instructional Video8:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Writing Packer Templates

Higher Ed
In this lab demonstration, we will create our first Packer template. We will create a source block, validate the Packer template, create a building block, and build a new image using Packer. This clip is from the chapter "Writing Packer...
Instructional Video10:45
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Working with Packer’s Core Components in HCL

Higher Ed
After learning to write specific HCL syntax for the Packer templates, we will work with the core components of Packer and how the core components fit in with the HCL format, including the source, provisioner, builder, postprocessors,...
Instructional Video5:52
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Converting JSON Templates to HCL

Higher Ed
This lab demonstration video will walk us through migrating a JSON template to HCL2 format. We will begin with creating a JSON template, then run through creating an HCL2 command and convert it to a pkr.hcl template. This clip is from...
Instructional Video4:28
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with HashiCorp Vault’s KV v2 Secrets Engine

Higher Ed
This video demonstrates how to use Packer with HashiCorp Vault’s KV v2 Secrets Engine to securely manage secrets during the build process. This clip is from the chapter "Packer Integrations" of the series "Automating Image Creation with...
Instructional Video2:50
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Provisioners

Higher Ed
In this lesson, we will understand provisioners, which use built-in, third-party integrations to install packages and configure the machine image, which integrates with shell options and different files. This clip is from the chapter...
Instructional Video2:38
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Using Environment Variables

Higher Ed
This video will explore environmental variables and how to use them in a template. Environment variables are a great solution to setting credentials or variables that often change. This clip is from the chapter "Variables" of the series...
Instructional Video5:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Declaring Packer Variables

Higher Ed
Before we discuss values in Packer, we will first understand the concept of declaring variables, which can be declared and defined in a “.pkrsvars.hcl” file. Or an “auto.pkrsvars.hcl” file or any other file name referenced when executing...
Instructional Video6:28
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Variables

Higher Ed
In this video, we will look at an overview of variables in Packer, which can be used to define defaults and values during a build. They allow you to remove hard-coded values and pass parameters to the configuration. This clip is from the...
Instructional Video5:06
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - AWS Builders

Higher Ed
In this video, we will go over the various AWS builders. We will explore four different builders and see how Packer builds on each of these platforms and the differences in the processes involved. This clip is from the chapter "Builders"...
Instructional Video6:16
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders

Higher Ed
In this video, we will understand the concept of a Packer builder responsible for creating machines and generating images. More than one builder can be specified in a template. We will compare the different builder models available. This...
Instructional Video9:26
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - HCL Syntax

Higher Ed
In this lesson, you will learn about writing templates using the HCL syntax, which is in the form of blocks. We will define the components of the league and let Packer know the references in our blocks, and use single or multiple Packer...
Instructional Video10:38
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Writing Packer Templates

Higher Ed
In this video, you will learn about the Packer template, which consists of declarations and commands, such as what plugins to use, configuring the plugins, and the order in which to run the plugins. This clip is from the chapter "Writing...