Curated Video
Fundamentals of Secure Software - Security Misconfiguration
This video talks about security misconfiguration.
Curated Video
Linux PAM Security Administration - Download and Install VirtualBox
This video explains the download and installation of VirtualBox on your machine.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Service Control Policies
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Services, Part 1
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - History
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Take Notes
There are many ways to take notes while watching these training videos; the important thing is to find what works for you.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - How to Get Started with AWS
How to set up your free AWS account, and everything you need to know before you begin.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Compute Loss
This is the next step of training our model, which entails the compute loss model.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Two-Tower Model
This lecture elaborates on the two-tower model, which we have already seen in the previous projects and modules of the course.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Embeddings and User Context
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Load Balancing (ELB)
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.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Introduction to the AutoCAD Interface
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - The Task Manager
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Windows 11 Editions and Features
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Windows 10 Editions and Features
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Dynamic Disks
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Touring Windows 10 and 11
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...
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Cost of Apps and Subscriptions
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - The Program Class and Host Object
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...
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
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-Functions and Arguments
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Introduction-Variables And Scoping
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...
Curated Video
Behavioral Design Patterns in C++ - Organization - III (Iterator)
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...
Curated Video
Behavioral Design Patterns in C++ - Containers - I (Array)
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.