Hi, what do you want to do?
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Convolution
In this video, you will learn how to apply convolution to an image to create a blurring filter.
<
br/>
This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In...
<
br/>
This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Create a Job Specification
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo – Let’s Work with Cluster Members
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.
<
br/>
This clip is from the chapter "Deploying...
<
br/>
This clip is from the chapter "Deploying...
Curated Video
Getting Started with HashiCorp Nomad - Installing Nomad
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.
<
br/>
This clip is from the chapter "Deploying Nomad" of...
<
br/>
This clip is from the chapter "Deploying Nomad" of...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Classification?
In this video, we will understand classification.
<
br/>
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...
<
br/>
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Plotting Images
In this video, you will learn how to plot images.<br<br/>/>
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.
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.
Curated Video
The Complete Vue.js Course for Beginners - Slots
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.
<
br/>
This clip is from the chapter "Advanced Concepts" of the...
<
br/>
This clip is from the chapter "Advanced Concepts" of the...
Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - AI Art and Graphics Generation (Using ChatGPT w/ MidJourney)
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Building Images in Multiple Regions
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building Google Compute Machine Images with Packer
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building Azure Machine Images with Packer
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.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Writing Packer Templates
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Working with Packer’s Core Components in HCL
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,...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Provisioners
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.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - AWS Builders
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.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - The Packer Workflow
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - The Packer Workflow
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Core Components of Packer
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.
<
br/>
This clip is from the chapter "Introduction to HashiCorp...
<
br/>
This clip is from the chapter "Introduction to HashiCorp...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hello, Packer!
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/>...
<
br/>...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Why Use Packer?
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Performing RMAN Backups - Part II
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.
<
br/>
This clip is from the chapter "Taking Backups in Oracle Databases"...
<
br/>
This clip is from the chapter "Taking Backups in Oracle Databases"...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Swipe Library - I / 308
This video explains the swipe library, which was designed by other developers.
<
br/>
This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
<
br/>
This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Backup Data / 247
This video explains how to back up data for future use.
<
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...
<
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...