Instructional Video3:06
Curated Video

Social Media Automation using Python - Sending Image to Contact

Higher Ed
We will explore the pywhatkit.sendwhats_image function in Python to send an image to a contact. You will learn to send stand-alone as well as captioned images to contacts. This clip is from the chapter "WhatsApp Automation" of the series...
Instructional Video5:16
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Making USB Devices Work with VirtualBox Copy

Higher Ed
In this video, you will learn how to make USB devices work with VirtualBox copy. This clip is from the chapter "Bonus: Additional VirtualBox settings" of the series "Linux Operating System: A Complete Linux Guide for Beginners".null
Instructional Video1:41
Curated Video

CISSP Crash Course - Configuration Management

Higher Ed
This video explains configuration management. This clip is from the chapter "Security Operations" of the series "CISSP Crash Course".This section covers domain 7, which focuses on security operations.
Instructional Video6:05
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning and Deep Learning: Future Topics

Higher Ed
In this video, you will learn what other types of machine learning exist and some future topics that we can look forward to learning. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites -...
Instructional Video12:26
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Classification?

Higher Ed
In this video, we will understand classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Instructional Video4:41
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Convolution

Higher Ed
In this video, you will learn how to apply convolution to an image to create a blurring filter. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section,...
Instructional Video7:45
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Plotting Images

Higher Ed
In this video, you will learn how to plot images. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
Instructional Video5:11
Curated Video

Getting Started with HashiCorp Nomad - Demo - Create a Job Specification

Higher Ed
In this demonstration, we will create our first job specification file. You will learn to add our data center and group. We will then examine how to add the network, mode, and port, update the service type, and launch a Docker container....
Instructional Video5:12
Curated Video

Getting Started with HashiCorp Nomad - Demo – Let’s Work with Cluster Members

Higher Ed
In this demonstration, we will work on removing clients from our cluster. We will understand how to delete nodes, disable allocations, add allocations, drain allocations, and so on. This clip is from the chapter "Deploying Nomad" of the...
Instructional Video5:34
Curated Video

Getting Started with HashiCorp Nomad - Installing Nomad

Higher Ed
This video briefly introduces how to install Nomad and the various sources and locations from where the Nomad application can be installed, be it macOS, Linux, or Windows OS. This clip is from the chapter "Deploying Nomad" of the series...
Instructional Video3:56
Curated Video

The Complete Vue.js Course for Beginners - Slots

Higher Ed
In Vue.js, slots are a way to pass content to a component. They allow you to define a section of a component's template that can be replaced by the parent component. This clip is from the chapter "Advanced Concepts" of the series "The...
Instructional Video7:37
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - AI Art and Graphics Generation (Using ChatGPT w/ MidJourney)

Higher Ed
In this video, you will learn how to use ChatGPT to create AI art and graphics, a unique and exciting way to leverage the power of AI to enhance your creativity and productivity and create stunning AI art and designs/illustrations. This...
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: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 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 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 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 Video4:17
Curated Video

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

Higher Ed
In this lab demonstration video, we will walk through the Packer workflow, building an example. We will work on creating a workflow using AWS. We will create a Packer builder on AWS and a security group. You will learn to create an...
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 Video14:51
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Core Components of Packer

Higher Ed
In this video, you will learn more about the core components that make up the Packer solutions tool, which builds images using templates created using JSON or HCL2. This clip is from the chapter "Introduction to HashiCorp Packer" of the...
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. This clip is...