Instructional Video7:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Creating an EFS File System Lab

Higher Ed
Now that you know what the Elastic File System (EFS) offers, you can begin working with it in Amazon Web Services (AWS). This video demonstrates the creation of an EFS share.
Instructional Video8:07
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - S3 Enhanced Features

Higher Ed
AWS has really upped its game with added S3 features. Learn about intelligent tiering, S3 object lock, and batch operations in this video.
Instructional Video13:21
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Creating an S3 Bucket

Higher Ed
In this video, you will learn how to create storage in the cloud. You will learn to use the Simple Storage Service (S3) to store your data. You will learn to create an S3 bucket, upload data, and set up permissions.
Instructional Video13:19
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - MySQL Lab

Higher Ed
MySQL is a very popular web database solution because it is an open-source database that is compatible with the SQL language and relational database concepts. In this video, you will see how to create a free tier MySQL database in the...
Instructional Video12:36
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Autoscaling Configuration Lab

Higher Ed
Beyond understanding what autoscaling does, it is essential to see how it is configured and managed so that you can design for it. This video takes you into a configuration lab for autoscaling so you can learn this important information.
Instructional Video3:01
Curated Video

The Art of Doing - Web Development for Beginners - Installing VS Code

Higher Ed
In this video, we will walk you through the process of installing VS Code IDE (Integrated Development Environment) on your Windows machine, which will be your primary development environment throughout the course. This clip is from the...
Instructional Video4:00
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - From SQL Injection to Remote Code Execution Demo

Higher Ed
This is a demo video that demonstrates how to execute the code from SQL injection to remote. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by...
Instructional Video13:27
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - File Explorer

Higher Ed
This video explains file explorer. This clip is from the chapter "Users, Groups, and Permissions" of the series "CompTIA A+ Certification Core 2 (220-1102)".This section explains what users, groups, and permissions are.
Instructional Video8:03
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - NTFS Permissions

Higher Ed
NTFS permissions are powerful and a bit complicated to those unfamiliar with them. You can apply permissions for files or folders to user accounts (although it is considered better to apply them to groups and add user accounts to those...
Instructional Video6:22
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Popular File Systems

Higher Ed
There are many file systems available for different systems, purposes, and types of storage. It's important to know the difference between files systems such as NTFS, ext3, FAT, and HFS+. This clip is from the chapter "Implementing Mass...
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 Video14:08
Curated Video

The Art of Doing - Web Development for Beginners - Headings and Paragraphs

Higher Ed
In this video, you will learn how to use the heading and paragraph tags to structure and organize content on a web page. This clip is from the chapter "Basic HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In...
Instructional Video8:23
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Going Through the Dungeon Download Pack

Higher Ed
In this lesson, we will look through the download pack that comes with the course. You will find 23 unique seamless materials, one atlas material for the books, one trim sheet for gold decorations, seven ornaments set up with PBR...
Instructional Video10:56
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Basic WAP Setup

Higher Ed
The standard wireless access point (WAP) doesn't just work out of the box. It's important to understand how to perform a basic setup for a WAP to make sure it operates properly in your network. This clip is from the chapter "Wireless...
Instructional Video7:41
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Windows Firewall

Higher Ed
Like all operating systems, Windows comes with a built-in software firewall. Unlike the firewall on your router, this firewall only protects a single system. It's important for techs – and the users they support – to understand how to...
Instructional Video11:46
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Basic Router Configuration

Higher Ed
All routers share some basic configuration steps every tech must know. From router passwords to LAN IDs, this is the place to learn about these settings. This clip is from the chapter "Local Area Networking" of the series "CompTIA A+...
Instructional Video9:37
Curated Video

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

Higher Ed
Manually entering IP addresses into all our devices is an administrative nightmare. To avoid this mess, smart techs use the Dynamic Host Configuration Protocol (DHCP) to automatically provide IP addresses to individual hosts. This clip...
Instructional Video5:33
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Client-Side Validation of Customer Model

Higher Ed
This video shows the process to add client-side validation using jQuery unobtrusive package. You will see the working of client-side through F12 Chrome developer tools and also explain how validation on Client works. This clip is from...
Instructional Video5:19
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Configuring the Startup Class

Higher Ed
The Startup class explains ways to configure it to include the essential code to configure the appropriate service and include essential middleware. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video4:05
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Controllers Folder

Higher Ed
This video discusses the Controller folder and its content (HomeController) when the project was created with the default Model-View-Controller project template. This clip is from the chapter "Coding Project Part 2: Consume the Web API...
Instructional Video5:33
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Inspect the wwwroot

Higher Ed
This video covers the web root folder, wwwroot, created at the root of the project when you create an ASP.NET Core 3.1 project and use the MVC template. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video21:08
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Build a Complete MVC ToDo List Application

Higher Ed
This video explains how to build a complete MVC ToDo application. This clip is from the chapter "Detailed Look into Razor Pages and MVC Application" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section explains Razor...
Instructional Video9:20
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Understanding the New Look Project File

Higher Ed
This video deals with the new lean and trimmed-up project (.csproj) file in the ASP.NET Core web project. The project file has been considerably trimmed to only include the core framework version. Any other dependencies that may be added...
Instructional Video3:53
Curated Video

Generative AI Art for Beginners - Using Images as Part of Your Prompt

Higher Ed
In this video, we will show you how to add one or more image URLs to your prompt in Midjourney. These images will serve as visual inspiration for your prompt and help you generate more creative ideas. We will also provide an example to...