Curated Video
PowerShell for Automating Administration - CSV File Handling with PowerShell
This video will help you with the handling or actually doing some sort of operations on the CSV file using PowerShell. Here, you will use the live structured data in a CSV file and perform various operations on it. This clip is from the...
Curated Video
CISSP Crash Course - Asset Retention
This video explains asset retention, end-of-life, end-of-support, and end-of-service-life. This clip is from the chapter "Asset Security" of the series "CISSP Crash Course".This section covers domain 2, which focuses on asset security,...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing Oracle Database Architecture (Part 1 of 2)
In this video, you will learn about the major components of the database instance in Oracle database architecture, including their functions and how they work together. This clip is from the chapter "Database Architecture" of the series...
Curated Video
Design Microservices Architecture with Patterns and Principles - Layered (N-Layer) Architecture
This video explores the layered (N-layer) architecture pattern, which provides a structured approach to organizing software systems. We will discuss the benefits and characteristics of this architecture and how it promotes modularity and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Implementation of CDC and Outbox Pattern with Cloud Databases Azure CosmosDB
This video showcases the implementation of CDC and the Outbox pattern using Azure CosmosDB—a globally distributed, multi-model database service provided by Microsoft Azure—and explains built-in CDC capabilities of CosmosDB and integrates...
Curated Video
Design Microservices Architecture with Patterns and Principles - CQRS - Command Query Responsibility Segregation Pattern
This video introduces the CQRS pattern, which separates the commands (write operations) and queries (read operations) into separate components, optimized data storage and retrieval strategies, enabling scalability and flexibility in...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Lifecycle Hooks Exercise: Part 4 (Second Programmatic Hook)
In this video, we will cover the second programmatic hook. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we...
Curated Video
Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Implementing Logout Functionality
This video focuses on implementing the logout functionality, allowing users to securely log out of their accounts and clear session-related data. This clip is from the chapter "User Session, Dynamic Menu, Redux, Context API" of the...
Professor Dave Explains
Weathering Environments Part 3: Glacial Processes
Fluvial processes deal with water, aeolian processes deal with wind, so glacial processes must deal with glaciers! What are glaciers and how do they behave? How do glaciers weather rocks? Let's get a closer look!
Curated Video
Microsoft Excel 2021365 - Beginner to Advanced - Inspecting the Workbook
In this video, you will learn how to inspect the workbook.
Curated Video
Structural Design Patterns in Modern C++ - Boost.Flyweight
This video explains how to use the Boost.Flyweight for interning. This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to the flyweight design pattern.
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $currentDate operator
In this video, we will learn about $currentDate operator. This clip is from the chapter "Update Operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover update operators.
Curated Video
Linux Fundamentals - Creating New Files
This video demonstrates how to create new files. This clip is from the chapter "Files and Directories Management in Linux" of the series "Linux Fundamentals".This section will start off with introducing you to files and directories...
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Update in Mongo Using Python
In this video, we will learn how to update in Mongo using Python. This clip is from the chapter "Mongo with Python" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover Mongo with...
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Update Documents (Single Filter)
In this video, we will cover update documents (single filter). This clip is from the chapter "Basic Update Operation" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover basic...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - Test and Understand PUT Endpoint
This video takes you through the test and helps you understand the PUT endpoint. This clip is from the chapter "Scaffolding API Functionality" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on the...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - DynamoDB Streams
This video explains the Amazon DynamoDB streams service. This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn about the various AWS...
Packt
Evaluate the impact of privacy issues, cyberattacks, and malware on your AI application : Introduction to Various Defense Approaches to Adversarial Attacks
From the section: Choosing the Right Defense. In this section, you will deploy the right defense methods to protect AI systems from attacks by comparing their efficiency. The aim of this video is to give an overview of different defense...
Next Animation Studio
"Smart" scalpel can detect cancerous tissue from healthy tissue
A 'smart' scalpel that instantly sniffs out cancerous tissue has been created by scientists, according to media reports today. By accurately distinguishing between healthy tissue and tumours, the 'magic wand' could revolutionise cancer...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : A Brief History of Autonomous Vehicles
From the section: Introduction to Self-Driving Cars. In this section, we’ll cover a brief history and an overall outcome that you can expect by the end of this course. Introduction to Self-Driving Cars: A Brief History of Autonomous...
Healthcare Triage
Facts Don't Really Change Minds
GMOs. Vaccines. Death Panels. There are a lot of "beliefs" circulating about a wide variety of health policy issues. Luckily, these are all pretty well researched areas. Thanks to thorough investigations, we can conclude with certainty...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Intercepting HTTP Request Details to Test Security Scenarios
This video introduces you to intercepting HTTP request details to test security scenarios. This clip is from the chapter "Mocking HTTP Requests/Responses with Cypress (XHR Testing)" of the series "Cypress - Modern Automation Testing from...
Curated Video
CISM Certification Domain 1: Information Security Governance Video Boot Camp 2019 - Artificial intelligence (AI)
CISM Domain 1: Information Security Governance: Artificial intelligence (AI)
This clip is from the chapter "CISM Domain 1: Information Security Governance" of the series "CISM Certification Domain 1: Information Security Governance...
Curated Video
Core Java Programming Course- Two-dimensional (2D) Array Exercise
This video presents an exercise on 2D arrays. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.