Instructional Video4:31
Curated Video

Fundamentals of Secure Software - Security Misconfiguration

Higher Ed
This video talks about security misconfiguration.
Instructional Video6:12
Curated Video

Linux PAM Security Administration - Download and Install VirtualBox

Higher Ed
This video explains the download and installation of VirtualBox on your machine.
Instructional Video5:52
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Service Control Policies

Higher Ed
When you want to implement global constraints for accounts in your AWS organization, service control policies are the ticket. We will explore them in this video.
Instructional Video9:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Services, Part 1

Higher Ed
In this first part of two videos, you will begin exploring the Amazon Web Services (AWS) offerings. We can explore everything AWS offers by browsing through the services list in the AWS console.
Instructional Video6:48
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - History

Higher Ed
Amazon Web Services (AWS) has been around for over a decade. To understand where we are, it is often helpful to see where we've come from. This video takes you on a historical tour of AWS.
Instructional Video2:51
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Take Notes

Higher Ed
There are many ways to take notes while watching these training videos; the important thing is to find what works for you.
Instructional Video4:30
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - How to Get Started with AWS

Higher Ed
How to set up your free AWS account, and everything you need to know before you begin.
Instructional Video3:07
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Compute Loss

Higher Ed
This is the next step of training our model, which entails the compute loss model.
Instructional Video2:29
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Two-Tower Model

Higher Ed
This lecture elaborates on the two-tower model, which we have already seen in the previous projects and modules of the course.
Instructional Video5:28
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Embeddings and User Context

Higher Ed
In this video, we will discuss deep neural network models that are built on the technique of factorization, and interactions between variables and embeddings are taken into account.
Instructional Video9:34
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Load Balancing (ELB)

Higher Ed
What can you use to implement multiple servers to enhance performance or fault tolerance? In AWS, you can use Elastic Load Balancing (ELB), which is introduced in this video.
Instructional Video3:11
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Introduction to the AutoCAD Interface

Higher Ed
In this video, we will provide a comprehensive overview of the AutoCAD 2D interface, including the workspace, ribbons, menus, toolbars, and command line. You will learn how to navigate through the interface and get familiar with the...
Instructional Video5:55
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - The Task Manager

Higher Ed
The Task Manager has lots of information about services, processes, applications, and users. It gives information to help you monitor, manage, and control what's running in order to maximize the performance of your machine. This clip is...
Instructional Video4:43
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Windows 11 Editions and Features

Higher Ed
There are important differences between Windows 11 Home, Pro, Pro for Workstations, and Enterprise. This video reviews the versions and feature differences. This clip is from the chapter "Installing and Upgrading Operating Systems" of...
Instructional Video6:29
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Windows 10 Editions and Features

Higher Ed
There are important differences between Windows 10 Home, Pro, Pro for Workstations, and Enterprise. This video reviews the versions and feature differences. This clip is from the chapter "Installing and Upgrading Operating Systems" of...
Instructional Video8:24
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Dynamic Disks

Higher Ed
Dynamic disks are unique to the Windows operating system. Make sure you understand why Microsoft uses dynamic disks and how to configure spanning, striping, and more. This clip is from the chapter "Implementing Mass Storage" of the...
Instructional Video5:03
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Touring Windows 10 and 11

Higher Ed
This video explains Windows 10 and 11 and looks at the similarities and differences between each. This clip is from the chapter "The Visible Computer" of the series "CompTIA A+ Certification Core 2 (220-1102)".This section explains the...
Instructional Video2:32
Curated Video

ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Cost of Apps and Subscriptions

Higher Ed
In this video, we will discuss the financial costs of generative AI tools. We will cover the costs associated with using these tools, such as app subscriptions and licensing fees. We will also explore the financial implications of using...
Instructional Video10:04
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Program Class and Host Object

Higher Ed
The Program class is where the ASP.NET Core web app builds its web host server and other infrastructure and starts up as a console app (on which the web host is built), utilizing the Startup class. This clip is from the chapter "Create...
Instructional Video5:14
Curated Video

Behavioral Design Patterns in C++ - Introduction-Strategy Pattern

Higher Ed
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.
Instructional Video0:51
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-Functions and Arguments

Higher Ed
This video introduces you to the section and explains functions and arguments. This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video0:50
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-Variables And Scoping

Higher Ed
This video explains the new features and concepts that are related to variables in JavaScript. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
Instructional Video4:55
Curated Video

Behavioral Design Patterns in C++ - Organization - III (Iterator)

Higher Ed
This video explains one more variation of the Iterator design pattern; here, you will move the traversal algorithm out of the class and put it inside the iterator. This clip is from the chapter "Iterator" of the series "Behavioral Design...
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Containers - I (Array)

Higher Ed
In this video, you will implement an array class as a dynamic array. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.