Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Package Managers
This video explains package managers, which are often language- or framework-specific tools that manage the retrieval and organization of supporting code needed by developers that are created by other developers. This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis
This video explains Redis, an in-memory data structure store used as a distributed, in-memory key-value database, cache, and message broker with optional durability. This clip is from the chapter "Databases" of the series "Web...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Overview of the Java Platform - an Introduction - java, javac, bytecode
In this video, we will see an overview of the Java platform and an introduction to java, javac, and bytecode.
Curated Video
The Science of Swallowing: From Human Feats to Animal Behaviors
Explore the fascinating world of controlled regurgitation with Stevie Star's unusual talent and its parallels in the animal kingdom. Learn how this capability serves various purposes in nature, from cows re-chewing grass for digestion to...
Curated Video
A Detailed Guide to the OWASP Top 10 - #3 Cross-Site Scripting Attacks
This video explains another important client-side based attack, which is called the cross-site scripting attack.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - AWS Compliance Program
AWS implements templates and recommended architectures that comply with various regulatory constraints under the AWS compliance program. This video introduces the compliance program and reveals where you can get detailed information...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Snapshot Lab
How do you take a picture of your database at a point-in-time? The answer is with snapshots. Snapshots are the basic backup method used in AWS RDS. This video demonstrates how they are used.
Curated Video
The Art of Doing - Web Development for Beginners - Final HTML Project Preview
In this video, we will provide an overview of the final project for this section on HTML. You will be tasked with building an HTML-only website using all the techniques and tags covered in the previous videos. We will discuss the...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Physical Security
Secure your assets in three layers: perimeter, rooms, and individual devices. The author explores options for each layer, from security guards at the perimeter to cable locks on individual devices. This clip is from the chapter "Securing...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Telnet and SSH
The Telnet and SSH protocols enable techs to access and control hosts remotely using the command-line interface in Windows. Telnet offers no security. SSH connections are encrypted for better security. This clip is from the chapter "The...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Routers
The CompTIA A+ exams challenge test takers to perform many configurations of a typical home router. But what does a router do for a SOHO network? This clip is from the chapter "Local Area Networking" of the series "CompTIA A+...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - The Shared Folder
This video explains the views/shared folder and its contents. You will be aware of the functions of all the folder files and their importance in the project. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - About Middleware
In this video, you will learn concepts about middleware such as what is middleware and forming a pipeline combining middleware. This clip is from the chapter "Middleware in ASP.NET Core 3.1" of the series "ASP.NET 6.0 - Build Hands-On...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the AddOrder View
AddOrder view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. Application is run at the end of the video to demonstrate adding an order to the database. This clip is...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Strategy Pattern
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Learning GitHub Actions for DevOps CI/CD - GitHub_Artifacts
This video explains in-depth about GitHub_Artifacts. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on exploring the features of GitHub...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the following few lines of code, rectifying the code, and re-fetching the API.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Nested Routes / 059
In this video, we will understand the concept of nested routes. When we create a route and then link other routes with a common hook, then we can create a super route that has the components that can be used in all other subsequent routes.
Healthcare Triage
Medical Training Can Reinforce Racial Bias
Racial disparities are rampant in healthcare. In addition to structural inequalities, the issues are partly due to racial bias among healthcare workers. These biases stem, in part, from the way race is presented in medical curricula.
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Resize and Reshape Arrays
In this video, you will learn how to resize and reshape an array. This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".IN...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Where to Learn More Pandas
In this video, we will understand from where we can learn more about Pandas. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Readers and Scanners
A broad cross-section of peripherals scans and read data. From flatbed scanners to barcode readers and card readers, these devices make our users' lives easier and more convenient. This clip is from the chapter "Book Chapter 10 -...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Solid-State Drives (SSDs)
Solid-state drives (SSDs) are quickly replacing HDDs for mass storage needs on almost all computers. SSDs are faster and more robust than HDDs and come with their own maintenance needs. This clip is from the chapter "Book Chapter 8 -...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - System Setup
A small system-setup program built into the motherboard firmware enables techs to configure low-level features and options for the system's hardware. A good tech needs to know how to access and use the system set up on any computer. This...