Instructional Video7:03
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Windows Sharing with macOS and Linux

Higher Ed
Both macOS and Linux systems know how to use Windows naming functions to connect using Workgroups and Domains and share resources using Samba. The trick is to understand how they do it and to configure them to work with an existing...
Instructional Video9:31
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Introduction to Scripting

Higher Ed
Scripting is the process of combining a list of commands into text files to easily re-run the whole sequence of commands again later. Every operating system has at least two if not more scripting functions to allow a tech to do exactly...
Instructional Video9:00
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Working with Applications

Higher Ed
This video covers these requirements, as well as some tips for using and troubleshooting applications. This clip is from the chapter "Maintaining and Optimizing Operating Systems" of the series "CompTIA A+ Certification Core 2...
Instructional Video3:03
Curated Video

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

Higher Ed
While Windows is a one-size-fits-all product, Linux is quite different. The whole concept behind Linux is almost total control over the environment. However, this control brings with it a massive amount of responsibility for patch and...
Instructional Video4:09
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Edit Home Controller Index View

Higher Ed
We will edit the default Index view of the home controller in this video to customize it according to our needs. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the...
Instructional Video7:43
Curated Video

Generative AI Art for Beginners - Getting Started with Midjourney

Higher Ed
In this video, we will take a deeper look at Midjourney and learn how to use it effectively. We will explore various features and have a look at some examples to help you get started. This clip is from the chapter "Generative AI Art" of...
Instructional Video11:02
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Collisions

Higher Ed
In this lesson, you will see how to set up collisions for your props to block out your playable character. This will be helpful when you add a character to the game environment you've chosen to place your assets in, making it playable...
Instructional Video10:50
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Applying Grainy Metal

Higher Ed
This lesson will walk you through the process of assigning a grainy metal material for our assets.
Instructional Video12:34
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Importing 3D Prop Collection

Higher Ed
In this lesson, we will be importing our 3D prop collection from Blender to Unreal Engine 5. You will learn how to locate the content drawer and navigate your project folder tree, import the file, and choose the right import options for...
Instructional Video10:32
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Finishing the Torch Models

Higher Ed
In this lesson, we will be finishing the torch models.
Instructional Video7:41
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Importing Asset Pack

Higher Ed
The lesson will show us how to export our assets from within our Unreal Engine 5 project template and set them up to be used for other projects.
Instructional Video8:48
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Fixing Material Reference

Higher Ed
The lesson will show us how to make use of the asset reference to check the assigned materials on our object.
Instructional Video6:22
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating a New Unreal Engine 5 Project

Higher Ed
This lesson will give you a complete introduction to creating a new project in Unreal Engine 5. You will find out which project settings to select and why. This will help you maximize what you get out of UE5 in addition to storing your...
Instructional Video10:49
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Texturing Our Small Chest Prop

Higher Ed
In this lesson, we will be texturing our small chest prop.
Instructional Video16:48
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Migrating ASP.NET Core 3.1 to ASP.NET 6.0 (Current)

Higher Ed
This is a premium video on migrating your Web API and MVC Consume project into the latest and newly released current version of ASP.NET 6.0. The video describes how you could still easily migrate from 3.1 to 6.0 directly (as you have...
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. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template...
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. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video10:11
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Take Input from HTTP and Write Blobs

Higher Ed
This video will help you develop Azure Functions to take input from HTTP and write blobs. You will be learning Azure Functions integrations with the help of bindings. This clip is from the chapter "Azure Functions Integrations" of the...
Instructional Video9:14
Curated Video

Learn Azure Serverless Functions in a Weekend - Developing Azure Functions API to Get Online Course Details - Part 1

Higher Ed
This video will help you develop an Azure Functions API to connect to a SQL database and retrieve the course information from the online courses' SQL table. This clip is from the chapter "Developing Azure Functions Applications with...
Instructional Video5:37
Curated Video

Learn Azure Serverless Functions in a Weekend - Creating Functions App and Understanding the File Structure

Higher Ed
This video demonstrates defining and indexing in data structures. This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on the...
Instructional Video5:53
Curated Video

SQL Server Course for Beginners with 100+ examples - Install SQL Server on Windows 10

Higher Ed
Learn how to download and install Microsoft SQL Server on Windows 10. We will also install SQL Server Management Studio (SSMS). This clip is from the chapter "SQL Installation and Setup" of the series "SQL Server Course for Beginners...
Instructional Video3:18
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Template Method

Higher Ed
This video talks about the pros and cons of the template method pattern. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Instructional Video4:52
Curated Video

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

Higher Ed
In this video, we will add the functionality of versioning. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design pattern,...
Instructional Video10:10
Curated Video

Learning GitHub Actions for DevOps CI/CD - Exploring Workflow Components – Events

Higher Ed
This video helps in exploring workflow components; here, you will be focusing on events. This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps CI/CD".This section...