Instructional Video4:36
Healthcare Triage

The Stigma of Mental Illness: Is it All in Your Head?

Higher Ed
All too often, mental issues are dismissed with some form of the expression, "it's all in your head." To which we say, duh. Mental illness is very often in your head, as the brain is the primary organ impacted in many, many varieties of...
Instructional Video3:00
Healthcare Triage

Some Good News in Alzheimer's Treatments

Higher Ed
The surprising approval of the extremely expensive and maybe not that effective drug Aduhelm has been dominating the conversation around Alzheimer's treatments in recent memory. Today, we're getting positive and talking about a very...
Instructional Video3:19
Healthcare Triage

Can Daily Multivitamins Improve Cognition?

Higher Ed
A recent study looked at whether taking cocoa as a supplement or taking a multivitamin could improve cognitive function (or at least slow cognitive decline) in older adults. Well, according to the study, the cocoa wasn't doing anything,...
Instructional Video3:30
Curated Video

CISSP Crash Course - Identity Lifecycle

Higher Ed
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...
Instructional Video3:01
Curated Video

CISSP Crash Course - Implement and Manage Authorization

Higher Ed
This video explains how to implement and manage authorization. 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 management.
Instructional Video8:40
Curated Video

CISSP Crash Course - Personnel Security Policies and Procedures

Higher Ed
This video explains personnel security policies and procedures. 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.
Instructional Video9:49
Curated Video

Master SQL for Data Analysis - Grouping Rows (GROUP BY and HAVING)

Higher Ed
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...
Instructional Video8:53
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Start Developing Chatbot

Higher Ed
This video demonstrates the process of creating the Amazon lex chatbot step by step. You will learn to create our ID on Amazon.com and log in. We will get to the interface and start working from there. This clip is from the chapter...
Instructional Video5:47
Curated Video

Getting Started with HashiCorp Nomad - Demo – Let’s Create a Nomad Cluster

Higher Ed
Now that we have all the servers up and running, we will add the configuration and download the config to the other nodes of the server, totaling five, to ensure the demonstrations are lightweight and similar to a production server. This...
Instructional Video9:51
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—AWS Secrets Engine—Assumed_Role

Higher Ed
This is a lab video on AWS Secrets Engine—Assumed_Role. You will learn how to use the AWS Secrets Engine while using the Assumed_Role credential type. This clip is from the chapter "Compare and Configure Secrets Engines" of the series...
Instructional Video2:16
Curated Video

HashiCorp Certified - Vault Associate Course - Setting the Token Type

Higher Ed
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...
Instructional Video6:17
Curated Video

HashiCorp Certified - Vault Associate Course - Lab - AppRole Auth Method

Higher Ed
In this lab video, we will walk through how to enable and configure the AppRole auth method. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate Course".This section focuses...
Instructional Video5:19
Curated Video

HashiCorp Certified - Vault Associate Course - Configuring Auth Methods Using the API

Higher Ed
This video helps in configuring Auth methods using the API. You can configure Auth methods using the Vault API as well if that's your thing. Jump into this video to learn more. This clip is from the chapter "Compare Authentication...
Instructional Video9:47
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Configuring Auth Methods Using the CLI

Higher Ed
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...
Instructional Video8:57
Curated Video

HashiCorp Certified - Vault Associate Course - Configuring Auth Methods Using the CLI

Higher Ed
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...
Instructional Video5:59
Curated Video

Oracle Database Administration from Zero to Hero - Applying the Principle of Least Privileges

Higher Ed
In this video, we will discuss the importance of applying the Principle of Least Privileges in Oracle databases. You will understand the concept and best practices for granting minimal privileges to users. This clip is from the chapter...
Instructional Video11:45
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Local and Common Users (Part 1 of 2)

Higher Ed
In this practice video, we will deepen our understanding of managing local and common users in CDB and PDBs. You will perform tasks such as managing common users, local users, and common and local roles. This clip is from the chapter...
Instructional Video13:33
Curated Video

Oracle Database Administration from Zero to Hero - Managing Local and Common Users

Higher Ed
In this video, we will explore the concepts of local and common users. You will understand the difference between these user types, learn how to create common and local users, grant privileges commonly and locally, and differentiate...
Instructional Video12:23
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Users and User Security (Part 1 of 2)

Higher Ed
In this practice video, we will apply the knowledge gained in managing database users and user security. You will perform common tasks involved in managing database users and roles, with a focus on implementing a simple example. This...
Instructional Video12:06
Curated Video

Oracle Database Administration from Zero to Hero - Managing Roles (Part 2 of 2)

Higher Ed
In this video, we will continue our discussion on managing roles. You will learn how to use password-protected roles, understand the usage of the PUBLIC role, drop roles, obtain information about granted privileges and roles, and follow...
Instructional Video0:58
Curated Video

I WONDER - What Effect Did The Megalosaurus Have On Other Dinosaurs?

Pre-K - 5th
This video is answering the question of what effect did the Megalosaurus have on other dinosaurs.
Instructional Video3:26
Curated Video

Getting Started with Scrum - Summary

Higher Ed
In this class, you will learn about the different sets of Sprint tools available in the market.
Instructional Video2:18
Curated Video

Getting Started with Scrum - Overview of Campus Connect

Higher Ed
This lesson takes us through a brief outline of Olympez and the CampusConnect applications.
Instructional Video9:35
Curated Video

Mastering C++ Standard Library Features [Video] - Smart Pointers: Guidelines

Higher Ed
Learn how to choose between raw/unique/shared/weak pointers in your interfaces and implementation, understanding their pro/cons and "conventional" meanings