Curated Video
Social Media Automation using Python - Closing the Tab
Here, you will learn how to close the WhatsApp tab and manipulate the time settings where we can set changes to when messages are sent. We will also send an automated message and close the tab soon after with a time setting. This clip is...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Changing User Permissions
In this video, you will learn how to change user permissions by adding or removing the permission. This clip is from the chapter "System and Utility Commands" of the series "Linux Operating System: A Complete Linux Guide for...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Creating First VM
In this video, you will learn how to create the first VM. This clip is from the chapter "Download, Install, and Configure" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will download,...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Consumer
In this video, we will code and consume the coffee order AVRO record from the Kafka topic. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts...
Curated Video
Master SQL for Data Analysis - Creating Tables - Introduction
Let's explore how to organize data better by building tables in a database. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section delves deep into creating...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Unsealing with Transit Auto Unseal
This is a lab video on unsealing with Transit Auto Unseal. This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on learning the architecture of...
Curated Video
HashiCorp Certified - Vault Associate Course - Seal and Unseal
This video explains the concept of "sealing" and "unsealing" in HashiCorp Vault, which is a crucial security feature that helps protect the data stored in Vault. This clip is from the chapter "Learning the Vault Architecture" of the...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Configuring Auth Methods Using the UI
This is a lab video on configuring Auth methods using the UI. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on comparing authentication...
Curated Video
Getting Started with HashiCorp Nomad - Networking for Jobs
In this video, we will explore networking and how it works inside Nomad, a critical component ensuring users can access running applications. We will also examine the various options for networking in Nomad. This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - Monitoring Application Logs
After learning how to monitor our local Nomad environment, we will examine monitoring our applications that run on the Nomad environment. We will look at the collection logs, allocation logs, and stream logs through the API. This clip is...
Curated Video
Getting Started with HashiCorp Nomad - Understanding the Nomad API
We will now discuss the final interface, the Nomad API, offering a fully-featured API to configure and work with the Nomad infrastructure. The CLI and UI invoke the proper API when they are being used. This clip is from the chapter...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Transit Secrets Engine
This is a lab video on Transit Secrets Engine. This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp Certified - Vault Associate Course".null
Curated Video
HashiCorp Certified - Vault Associate Course - Working with a Secrets Engine
In this video, you will be working with a Secrets Engine. This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp Certified - Vault Associate Course".null
Curated Video
HashiCorp Certified - Vault Associate Course - Explaining Time-to-Live (TTL)
In this video, we will discuss the concept of Time-to-Live (TTL) in Vault. By the end of this video, you will have a solid understanding of what TTL is and how it can be used in your Vault environment. This clip is from the chapter...
Curated Video
HashiCorp Certified - Vault Associate Course - Setting the Token Type
In this video, you will learn how to specify the type of token that you want if you are looking for something other than a traditional service token. This clip is from the chapter "Assess Vault Tokens" of the series "HashiCorp Certified...
Curated Video
HashiCorp Certified - Vault Associate Course - Introduction to Vault Tokens
This video provides an introduction to Vault tokens. This clip is from the chapter "Assess Vault Tokens" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on the Assess Vault tokens.
Curated Video
HashiCorp Certified - Vault Associate Course - Exam Tips for Objective 2
In this video, we will provide some exam tips for Objective 2 of the HashiCorp Certified Vault Associate certification exam. You will see some exam tips for Objective 2 to ensure that you are ready to tackle the questions related to this...
Curated Video
HashiCorp Certified - Vault Associate Course - Introduction to Vault Policies
This video provides an introduction to Vault policies. You will learn why policies are important in Vault and how they are used to secure your environment. This clip is from the chapter "Create Vault Policies" of the series "HashiCorp...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Configuring Auth Methods Using the CLI
This is a lab video on configuring Auth methods using the CLI. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on comparing authentication...
Curated Video
HashiCorp Certified - Vault Associate Course - Configuring Auth Methods Using the CLI
This video helps in configuring Auth methods using the CLI. Let's focus on the CLI for a second, as it's very common to start enabling and configuring these authentication components using the command line. This clip is from the chapter...
Curated Video
HashiCorp Certified - Vault Associate Course - Working with Auth Methods
This video explains working with different Auth methods. We know more about Auth methods; how do we start configuring them within Vault? That's exactly what we will cover in this video. This clip is from the chapter "Compare...
Curated Video
Oracle Database Administration from Zero to Hero - Creating PDBs (Part 1 of 2)
In this video, we will cover the process of creating Pluggable Databases (PDBs). You will understand the prerequisites for PDB creation and explore methods such as using DBCA and SQL Developer to create PDBs. This clip is from the...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Managing Initialization Parameters, SPFILE, and PFILE
In this Practice video, you will perform hands-on tasks related to managing Oracle database initialization parameters, SPFILE, and PFILE. You will gain practical experience in configuring and manipulating these components effectively....
Curated Video
The Complete Vue.js Course for Beginners - beforeUnmount and unmounted
Called right before a component instance is to be unmounted. When this hook is called, the component instance is still fully functional. This hook is not called during server-side rendering. This clip is from the chapter "Understanding...