Instructional Video10:51
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Why Use Packer?

Higher Ed
In this video, we will understand Packer and why we use Packer, why businesses use Packer and learn about the evolving architecture of Packer, organizations moving over to cloud services, the use of containers, Kubernetes, and the...
Instructional Video8:44
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Performing RMAN Backups - Part II

Higher Ed
In this practice video, you will practice using multiple options to back up control files, produce backups as image copies, and utilize TAGs in RMAN backups. This clip is from the chapter "Taking Backups in Oracle Databases" of the...
Instructional Video13:11
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Swipe Library - I / 308

Higher Ed
This video explains the swipe library, which was designed by other developers. This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Instructional Video13:41
Curated Video

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

Higher Ed
This video explains the structure for the project. This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the project on notNotion.
Instructional Video5:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Backup Data / 247

Higher Ed
This video explains how to back up data for future use. 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 create a custom...
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. 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 create a...
Instructional Video12:57
Curated Video

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

Higher Ed
This video explains the HTML template for the project. 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 create a custom...
Instructional Video14:37
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with GitLab CI/CD

Higher Ed
This video demonstrates how to use Packer with GitLab CI/CD to automate the build process and ensure that images are continuously updated with the latest changes. This clip is from the chapter "Packer Integrations" of the series...
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. This clip is from the chapter "Packer Integrations" of the series "Automating Image Creation...
Instructional Video7:26
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Examples of Post-Processors

Higher Ed
In this video, several examples of post-processors are discussed, including the docker-import post-processor, which imports the machine image into Docker, and the vagrant post-processor, which exports the image as a Vagrant box. The...
Instructional Video6:35
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Post-Processors

Higher Ed
This video provides an overview of post-processors in HashiCorp Packer, explaining what they are and how they can be used to perform additional processing on the generated machine image. The video also covers some of the built-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 Video5:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Examples of Different Provisioners

Higher Ed
In this video, we will explore examples of different provisioners, including how to upload a single file and multiple files in a local directory. We will explore executing a script and running commands on the machine. This clip is from...
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. This clip is from...
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, and...
Instructional Video21:19
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Selectors

Higher Ed
This video explains the importance of selectors. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video6:16
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - CSS Types and Order

Higher Ed
This video explains CSS types and selectors. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video5:32
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Semantics II

Higher Ed
This video continues to explain HTML semantics and explains the tag called img. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video8:57
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Id and Classes

Higher Ed
This video explains ID and classes used to give a division to a tag. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an...
Instructional Video5:59
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Linking Page

Higher Ed
This video explains the linking page in HTML. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video13:41
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Media Tags

Higher Ed
This video explains the media tags in HTML. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video9:46
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Head Section

Higher Ed
This video explains the head section in HTML. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.