Hi, what do you want to do?
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Direct and Infinite Light Sources
In this lesson, you will learn how to make use of light sources to light up your assets better.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Our HDRI Lighting
In this lesson, we will begin to integrate HDRI lighting. This will allow us to set the scene and atmosphere for our prop.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Going Through the Dungeon Download Pack
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Mobile Devices and E-Mail
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - File Transfer Protocol (FTP)
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...
<
br/>
This clip...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Scripting and the Terminal
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/>...
<
br/>...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Command-Line Permissions
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...
<
br/>
This clip is from the chapter "Working with the Command-Line Interface" of the...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Backing Up Your Data in Windows
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...
<
br/>
This clip is from...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Views Folder - Other Files
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...
<
br/>
This clip is from the chapter "Coding Project...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - The Shared Folder
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...
<
br/>
This clip is from the chapter "Coding Project Part 2: Consume the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Section Summary
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...
<
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - The Startup Class - Defining the Middleware Pipeline
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...
<
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Understanding the New Look Project File
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...
Curated Video
Generative AI Art for Beginners - Using Images as Part of Your Prompt
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...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Starting Our Torch Models
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.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding Decals to Our Banners
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.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Exporting Assets as an FBX File
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.
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?
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...
<
br/>
This clip is from the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Minimal Hosting Model of Migration to ASP.NET 6.0
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the AddOrder View
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/>...
<
br/>...
Curated Video
Behavioral Design Patterns in C++ - Document Framework - II
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...
<
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...
Curated Video
Behavioral Design Patterns in C++ - Document Framework - I
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...
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - V
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...
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - II
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...
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in...