Instructional Video10:04
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Direct and Infinite Light Sources

Higher Ed
In this lesson, you will learn how to make use of light sources to light up your assets better.
Instructional Video11:09
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Our HDRI Lighting

Higher Ed
In this lesson, we will begin to integrate HDRI lighting. This will allow us to set the scene and atmosphere for our prop.
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 Video9:19
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Mobile Devices and E-Mail

Higher Ed
Corporate or ISP e-mail setup requires various configuration options, such as POP or IMAP for incoming mail and SMTP for outgoing mail. S/MIME was a way to encrypt e-mail attachments. Standard Google or Apple accounts are set up with a...
Instructional Video8:17
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - File Transfer Protocol (FTP)

Higher Ed
In this video, the author tackles one of the earliest and most common protocols for moving files, File Transfer Protocol (FTP). He explores how FTP works, including passive mode and active mode, and port triggering.
<
br/>
This clip...
Instructional Video9:17
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Scripting and the Terminal

Higher Ed
Scripting can make tedious tasks more efficient, but there are several other reasons to use it as well. This video reviews the use cases for scripting, what can happen when scripting goes wrong, and a few other helpful tips.
<
br/>...
Instructional Video7:20
Curated Video

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

Higher Ed
All Linux/UNIX operating systems share a unique file/folder permission system, very different from Windows', which requires careful understanding.
<
br/>
This clip is from the chapter "Working with the Command-Line Interface" of the...
Instructional Video8:37
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Backing Up Your Data in Windows

Higher Ed
Windows has provided many different tools over the years to enable techs (and users) to back up important files. A good tech knows these Windows tools to help their users recover data when things go wrong.
<
br/>
This clip is from...
Instructional Video4:32
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Views Folder - Other Files

Higher Ed
This video explains the other two files: ViewStart and ViewImports, and their contents. You will be aware of the functions of these two files and their importance in the project.
<
br/>
This clip is from the chapter "Coding Project...
Instructional Video3:42
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Shared Folder

Higher Ed
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.
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the...
Instructional Video7:56
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Section Summary

Higher Ed
This video summarizes what you have learnt in this section.
<
br/>
This clip is from the chapter "Create and Take a Deep Dive into Your First ASP.NET Core 3.1 Application" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video15:14
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Startup Class - Defining the Middleware Pipeline

Higher Ed
This video explains how the request processing (middleware) pipeline is created in the configure method.
<
br/>
This clip is from the chapter "Create and Take a Deep Dive into Your First ASP.NET Core 3.1 Application" of the series...
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...
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...
Instructional Video11:44
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Starting Our Torch Models

Higher Ed
This lesson will see us start work on our torch models. We will be creating two variations: one with a metal cage around the flaming embers and one without. Both torches will feature a wooden handle.
Instructional Video11:07
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding Decals to Our Banners

Higher Ed
In this lesson, you will learn how to add decals to cloth and make them transparent so that they can seamlessly blend in with the background texture.
Instructional Video10:20
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Exporting Assets as an FBX File

Higher Ed
In this lesson, you will learn how to export your 3D assets from Blender for use within Unreal Engine 5. We will be exporting them as an FBX file and will go through several checks to ensure game engine compatibility.
Instructional Video26:02
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - How Do We Create an ASP.NET 6.0 Web API Using EF Core?

Higher Ed
This is a complete video on creating an ASP.NET 6 Web API using EF Core code first approach. The video shows how to create a new ASP.NET 6 Web API project in VS 2022 and install the Nuget packages.
<
br/>
This clip is from the...
Instructional Video19:01
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Minimal Hosting Model of Migration to ASP.NET 6.0

Higher Ed
This tutorial shows the minimal hosting model for migration of ASP.NET Core 3.1 projects to ASP.NET 6.0. This model uses unified Program and Startup classes (and files) to just one Program class (one file). It uses the new...
Instructional Video3:42
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the AddOrder View

Higher Ed
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.
<
br/>...
Instructional Video3:36
Curated Video

Behavioral Design Patterns in C++ - Document Framework - II

Higher Ed
In this video, we will continue adding classes to the document framework.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Instructional Video7:05
Curated Video

Behavioral Design Patterns in C++ - Document Framework - I

Higher Ed
This video explains the example of a document framework and adds the necessary base classes.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Instructional Video7:29
Curated Video

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

Higher Ed
In this final video of the series, we will complete the implementation of the strategy pattern.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about...
Instructional Video4:22
Curated Video

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

Higher Ed
This video builds upon the first part of our spreadsheet application series; here, we will add new exports formats to the application.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in...