Curated Video
CISSP Crash Course - Physical Security and Safety
This video explains KPIS of physical security and safety. This clip is from the chapter "Security Operations" of the series "CISSP Crash Course".This section covers domain 7, which focuses on security operations.
Curated Video
CISSP Crash Course - Federated Identities
This video explains centralized versus decentralized identities. This clip is from the chapter "Identity and Access Management" of the series "CISSP Crash Course".This section covers domain 5, which focuses on identity and access...
Curated Video
CISSP Crash Course - Cryptanalytic Attacks
This video explains cryptographic attacks and malware attacks such as Ransomware. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on architecture...
Curated Video
CISSP Crash Course - Collect Security Process Data
This video explains collecting security process data and account management and review. This clip is from the chapter "Security Assessment and Testing" of the series "CISSP Crash Course".This section covers domain 6, which focuses on...
Curated Video
CISSP Crash Course - Identity Lifecycle
This video explains the identity and access lifecycle along with access review. This clip is from the chapter "Identity and Access Management" of the series "CISSP Crash Course".This section covers domain 5, which focuses on identity and...
Curated Video
CISSP Crash Course - Security Concepts
This video explains some basic security topics. This clip is from the chapter "Security and Risk Management" of the series "CISSP Crash Course".This section explains domain 1, which focuses on security and risk management.
Curated Video
Master SQL for Data Analysis - Common Table Expressions (CTEs)
In this video, you will learn more about the common table expression, which allows us to reference data within a SELECT statement. This clip is from the chapter "SQL – Simplify Queries (Views, CTEs)" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Ranking
After learning how to divide the table into partitions, order rows inside a partition based on logic, and then add a sequential number to each row; you will learn to rank rows that share two or more same values. This clip is from the...
Curated Video
Master SQL for Data Analysis - Sequential Numbers
Let's look at another typical use case of a window function: to create a sequential integer number inside a group of rows while deciding how this group will be ordered. This clip is from the chapter "SQL - Window Functions" of the series...
Curated Video
Master SQL for Data Analysis - Outer-Join
In this lesson, we will look at a situation where there are tables with unmatched rows from one table to another. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data Analysis".This...
Curated Video
Master SQL for Data Analysis - Inner-Join
In this lecture, we will look at the most common types of joins, called the inner-join type, for various use cases. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Union, Intersect, Except
In this video, you will learn more about the UNION, INTERSECT, JOIN, and EXCEPT operators while combining datasets and tables. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Loading the eCommerce Datasets
In this video, we will look at the different store datasets of eCommerce that we will use in the eCommerce training project. This clip is from the chapter "Getting Started with Level 2" of the series "Master SQL for Data Analysis".This...
Curated Video
Master SQL for Data Analysis - Let's Recap!
The author briefly recapitulates the topics learned in this level during this training program, level 1. This clip is from the chapter "Course Summary – Level 1" of the series "Master SQL for Data Analysis".This section focuses on the...
Curated Video
Master SQL for Data Analysis - Grouping Rows (GROUP BY and HAVING)
Let's learn how to group rows based on values in specific columns and then apply different actions on the groups, such as applying filters using GROUP BY and HAVING. This clip is from the chapter "SQL - Retrieving Data with Queries" of...
Curated Video
Master SQL for Data Analysis - Filtering Conditions (WHERE) – Part 2
Here, you will learn to combine and filter data based on multiple conditions in the same query using operators. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section...
Curated Video
Master SQL for Data Analysis - Inserting Data
In this lesson, we will look at inserting data into tables and learn to use commands to insert single and multiple rows of data. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for...
Curated Video
Master SQL for Data Analysis - Sorting Rows (ORDER BY)
In this lesson, you will learn about the options for sorting the output result of a query in some specific order to save time and keep data better organized. This clip is from the chapter "SQL - Retrieving Data with Queries" of the...
Curated Video
Master SQL for Data Analysis - Indexes
Let's learn more about indexes, which will help optimize queries. You will learn how to create an index and structure data using indexes. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Primary and Foreign Keys
In this video, we will look at a primary key used to identify a row in a table and a foreign key used to navigate from one table to another. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data...
Curated Video
HashiCorp Certified - Vault Associate Course - Installing and Running Vault Server
This video helps you with installing and running the Vault server. This clip is from the chapter "Installing Vault" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on the installation of Vault.
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Unsealing with Auto Unseal
This is a lab video on unsealing with Auto Unseal. This lab will walk through the process of configuring and using the Cloud Auto Unseal mechanism. This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp...
Curated Video
HashiCorp Certified - Vault Associate Course - Unsealing with Auto Unseal
This video focuses on the auto-unsealing feature in HashiCorp Vault, which is a mechanism to automatically unseal Vault when it is started or restarted. Now that you understand seal and unseal, how do we do it? Well, this video explains...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Running Vault Dev Server
This is a lab video on running Vault Dev server. You will see how we can use Vault Dev server to play around with some of Vault's features. This clip is from the chapter "Installing Vault" of the series "HashiCorp Certified - Vault...