Healthcare Triage
The Stigma of Mental Illness: Is it All in Your Head?
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...
Healthcare Triage
Some Good News in Alzheimer's Treatments
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...
Healthcare Triage
Can Daily Multivitamins Improve Cognition?
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,...
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 - Implement and Manage Authorization
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.
Curated Video
CISSP Crash Course - Personnel Security Policies and Procedures
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.
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
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Start Developing Chatbot
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo – Let’s Create a Nomad Cluster
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—AWS Secrets Engine—Assumed_Role
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...
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 - Lab - AppRole Auth Method
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Configuring Auth Methods Using the API
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...
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
Oracle Database Administration from Zero to Hero - Applying the Principle of Least Privileges
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Managing Local and Common Users (Part 1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Local and Common Users
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Managing Users and User Security (Part 1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Roles (Part 2 of 2)
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...
Curated Video
I WONDER - What Effect Did The Megalosaurus Have On Other Dinosaurs?
This video is answering the question of what effect did the Megalosaurus have on other dinosaurs.
Curated Video
Getting Started with Scrum - Summary
In this class, you will learn about the different sets of Sprint tools available in the market.
Curated Video
Getting Started with Scrum - Overview of Campus Connect
This lesson takes us through a brief outline of Olympez and the CampusConnect applications.
Curated Video
Mastering C++ Standard Library Features [Video] - Smart Pointers: Guidelines
Learn how to choose between raw/unique/shared/weak pointers in your interfaces and implementation, understanding their pro/cons and "conventional" meanings