Instructional Video3:22
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - The Packer Workflow

Higher Ed
In this lecture, we will examine the Packer workflow. We will explore an example workflow built on AWS to understand the process, including building a HCL2 template, a Packer, a provision instance, running provisioners, creating and...
Instructional Video6:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - The Packer Command Line

Higher Ed
In this demonstration lab, we will explore the Packer command line. We will explore the Packer CLI and the Packer version, enable autocompletion for Packer CLI, explore subcommands and flags, and the Packer format.
<
br/>
This clip...
Instructional Video3:34
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Installing Packer

Higher Ed
After understanding Packer and its core components and use features, we will examine the installation process of HashiCorp Packer and any configuration/settings required to begin using the tool.
<
br/>
This clip is from the chapter...
Instructional Video11:17
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hello, Packer!

Higher Ed
This overviews the entire HashiCorp suite of tools and describes products such as Terraform, Vault, Consul, Nomad, Waypoint, Boundary, Packer, and Vagrant. It then provides a detailed introduction to the features of Packer.
<
br/>...
Instructional Video17:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetch News Data / 245

Higher Ed
This video explains how to fetch news data for the project.
<
br/>
This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to...
Instructional Video2:57
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Demo / 241

Higher Ed
This video explains how to build a custom news portal in which you will work with API and fetch some information and use it according to our requirement.
<
br/>
This clip is from the chapter "Project: News Portal" of the series...
Instructional Video6:22
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Get Transactions / 237

Higher Ed
This video explains how to get transactions using the variable 'transactions.
<
br/>
This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video12:32
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Income and Expense List / 236

Higher Ed
This video explains the income and expense list using a addTransaction function.
<
br/>
This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video10:59
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Add Task / 224

Higher Ed
This video explains how to add a task to the ToDo list.
<
br/>
This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video2:44
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Demo / 221

Higher Ed
This video explains the project, the functionalities used, and the events that we are going to utilize through JavaScript.
<
br/>
This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass -...
Instructional Video2:26
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Demo / 210

Higher Ed
This video demonstrates the application that we will be working around in this section.
<
br/>
This clip is from the chapter "Project: Quiz Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video13:10
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with HashiCorp Vault Using the AWS Secrets Engine

Higher Ed
This video demonstrates how to use Packer with HashiCorp Vault’s AWS Secrets Engine to securely manage secrets during the build process.
<
br/>
This clip is from the chapter "Packer Integrations" of the series "Automating Image...
Instructional Video13:25
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Integrating Packer with Red Hat Ansible

Higher Ed
This video provides a hands-on lab that covers how to use Packer with Red Hat Ansible to automate the configuration of virtual machine images.
<
br/>
This clip is from the chapter "Packer Integrations" of the series "Automating...
Instructional Video4:52
Curated Video

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

Higher Ed
This video provides a hands-on lab covering converting a Packer template from JSON to HCL format. The lab covers how to use the Packer init command to convert the template and how to modify the resulting HCL file to update the...
Instructional Video8:07
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Code Organization

Higher Ed
In this video, the importance of code organization in Packer is discussed, and several best practices are presented for structuring Packer templates and related configuration files. The video also covers how to use variables and...
Instructional Video4:39
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Post-Processors

Higher Ed
This video provides a hands-on lab that walks through the process of using a post-processor in Packer. The lab covers using the amazon-import post-processor to upload the machine image to an S3 bucket and register it as an AMI in...
Instructional Video6:12
Curated Video

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

Higher Ed
In this lab demonstration, we will look at a showcase of adding provisioners to our Packer template. We will add a Packer provisioner to install updates and the nginx device. We will validate the Packer template and build a new image...
Instructional Video12:53
Curated Video

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

Higher Ed
In this hands-on lab demonstration video, we will work with Packer variables. We will add a variable and local block and update the Packer template to use variables. We will build an image with variables and a variable file. We will...
Instructional Video8:27
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Using Variables in Packer Templates

Higher Ed
After understanding variables and how to declare or define them in a template, you will learn about using the variables in a Packer template, including a general referral in Packer or an interpolation within a string.
<
br/>
This...
Instructional Video4:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Target Clouds and Build Types Using Packer

Higher Ed
After learning to create images using Packer in multiple regions, OS, and clouds within a single Packer template, you will learn to perform updates to a subset of the different variations.
<
br/>
This clip is from the chapter...
Instructional Video7:02
Curated Video

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

Higher Ed
After learning how to create images using Packer in multiple regions and operating systems, we will explore how Packer can build images in multiple cloud environments. We will update the Packer template to support multiple clouds,...
Instructional Video13:38
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Building Images for Different Operating Systems

Higher Ed
After learning to build images in Linux using Packer, we will explore the same image-building concepts on the Windows OS. We will update the Packer template to support multiple operating systems builds, validate the Packer template,...
Instructional Video14:27
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Access Document / 274

Higher Ed
This video explains the access document in the bookmark manager.
<
br/>
This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video16:52
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 231

Higher Ed
This video explains the HTML template for the project.
<
br/>
This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new...