Instructional Video4:26
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Servant Kitchen, Pantry, and Dining Room

Higher Ed
In this video, we will focus on drafting interior walls of the servant kitchen, pantry, and dining room in AutoCAD 2D. You will learn how to create walls with proper dimensions and alignments, set wall properties, and create openings for...
Instructional Video2:47
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Lounge and Kitchen

Higher Ed
In this video, we will cover drafting interior walls of the lounge and kitchen in AutoCAD 2D. You will learn how to create walls with precise dimensions and alignments, set wall properties, and create openings for doors and windows.
Instructional Video5:56
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Bedroom, Lobby, and Bath

Higher Ed
In this video, we will focus on drafting interior walls of the bedroom, lobby, and bathroom in AutoCAD 2D. You will learn how to create walls with proper dimensions and alignments, set wall properties, and create openings for doors and...
Instructional Video6:27
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Master Bedroom and Bath

Higher Ed
In this video, we will cover drafting interior walls of the master bedroom and bathroom in AutoCAD 2D. You will learn how to create walls with precise dimensions and alignments, set wall properties, and create openings for doors and...
Instructional Video2:25
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Exterior Nine-Inch Walls

Higher Ed
In this video, we will focus on drafting exterior walls that are nine inches thick in AutoCAD 2D. You will learn how to create walls with proper dimensions and alignments, set wall properties, and ensure accurate representation of the...
Instructional Video3:04
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Boundary Walls

Higher Ed
In this video, you will learn how to draft boundary walls in AutoCAD 2D. You will learn how to create walls along property lines, set wall thickness, and apply appropriate properties such as color and linetype.
Instructional Video6:18
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Working with Layers and Blocks

Higher Ed
In this video, we will explore the concept of layers and blocks in AutoCAD 2D, which are essential for organizing and managing your drawings. You will learn how to create and manage layers, set layer properties, and work with blocks for...
Instructional Video5:26
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Remaining Commands

Higher Ed
In this video, we will cover the remaining commands in AutoCAD 2D that are used for creating and modifying more advanced shapes and objects. You will learn how to use commands such as scale, offset, fillet, chamfer, and array, which are...
Instructional Video7:21
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Some Initial Commands

Higher Ed
In this video, we will cover the fundamental commands in AutoCAD 2D that are used for creating and modifying basic shapes, lines, and objects. You will learn how to draw lines, circles, and rectangles, as well as modify them using basic...
Instructional Video8:09
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetching Users

Higher Ed
In this video, we will go over how to fetch all users from the MongoDB database using Mongoose and Express, and display them in our app.
Instructional Video5:31
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Running the API

Higher Ed
This video demonstrates how to run an API required for frontend of the app development.
Instructional Video5:49
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - XSS through Image – Part 2

Higher Ed
This is the second of the two-part video that demonstrates the XSS through Image. This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert Full-Stack Exploitation...
Instructional Video10:18
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Token Hijacking through PDF – Part 1

Higher Ed
This is the first of the two-part video that demonstrates token hijacking through PDF. This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert Full-Stack Exploitation...
Instructional Video13:09
Curated Video

The Art of Doing - Web Development for Beginners - Debugging an Issue

Higher Ed
In this video, we will solve the issue where we couldn't center-align an image in the Flexbox layout. You will learn how to troubleshoot and debug common layout issues in CSS and implement the necessary changes to achieve the desired...
Instructional Video5:31
Curated Video

The Art of Doing - Web Development for Beginners - Search Engine Project Part 3

Higher Ed
In this video, we will give style to our search engine name "Eramoogle", just like Google. You will learn how to add custom styles to text elements and align them according to the desired layout. This clip is from the chapter "CSS Layout...
Instructional Video9:53
Curated Video

The Art of Doing - Web Development for Beginners - Container Elements with div Tags

Higher Ed
In this video, you will learn about the div tag, which is a powerful container element that can group content together and be targeted later with CSS. We will see how to add class and id attributes to divs to make styling specific...
Instructional Video11:01
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Advanced Linux Commands

Higher Ed
The CompTIA exam covers a few more advanced Linux commands. These commands enable some unique navigation. This clip is from the chapter "Working with the Command-Line Interface" of the series "CompTIA A+ Certification Core 2...
Instructional Video8:27
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Asynchronous Programming Through Console Application

Higher Ed
This video teaches the concepts of asynchronous programming. After going through this video, you will be able to answer questions such as what is asynchronous programming? This clip is from the chapter "Middleware in ASP.NET Core 3.1" of...
Instructional Video12:07
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Working with More Ornate Models

Higher Ed
This lesson will focus on adding ornate details to the model (for example, ornate flares on the top).
Instructional Video9:54
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Starting the Coin Pile

Higher Ed
This lesson will mark the onset of creating a visually appealing gold coin pile of treasure ready to be taken by the next passer-by.
Instructional Video9:06
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Using Decals and Shrink-Wrap Modifier

Higher Ed
This lesson will focus on learning how to apply decals to curved objects using the shrink-wrap modifier in Blender.
Instructional Video9:28
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateOrder Action Methods

Higher Ed
This video is about creating the GET and POST action methods for updating an order. You will learn the code with a thorough explanation of the methods. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Instructional Video7:17
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - I

Higher Ed
In this video, we will be building a spreadsheet application using JavaScript. 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 Video8:51
Curated Video

Learn Azure Serverless Functions in a Weekend - Environment Setup - Creating a Serverless Azure SQL Database

Higher Ed
This video helps you with the environment setup. You will be creating a serverless Azure SQL database. This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn Azure Serverless...