Instructional Video12:27
Instructional Video2:20
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - How to Use the Video Course

Higher Ed
Steve shows you how to use this video course alongside the CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition. He also shows you helpful hints about the videos
<
br/>
This clip is from the chapter "All about the CompTIA...
Instructional Video2:28
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - How to Pass the CompTIA A+ Exams

Higher Ed
In this video, the author describes the CompTIA A+ exam process and explores a good strategy for prepping for the exam. Schedule the exam first.
<
br/>
This clip is from the chapter "All about the CompTIA A+" of the series "CompTIA...
Instructional Video11:30
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating Larger Props from Smaller Ones

Higher Ed
In this lesson, you will find out how to create large props from smaller ones. For instance, you can combine a stack of books together and rotate them to create props that look different and populate your dungeon.
Instructional Video11:35
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating the Books and Paper

Higher Ed
This lesson will show you how to create books and paper using Blender. We will be making several opened and unopened scrolls, and books of various sizes with different leather bindings.
Instructional Video6:55
Curated Video

ChatGPT for Creatives - Neural Text

Higher Ed
In this video, the author talks about an AI writing tool called Neural Text. It uses artificial intelligence to help writers generate content by suggesting sentences and phrases based on the input text. The author demonstrates how to use...
Instructional Video11:35
Curated Video

ChatGPT for Creatives - Generating a Story

Higher Ed
In this video, we talk about the process of generating a story for manga or comics, discuss the importance of having a central idea or theme and building the story around it. It also explains how to develop characters, create plot twists...
Instructional Video15:09
Curated Video

ChatGPT for Creatives - Creating Lists

Higher Ed
In this video, you will learn how to create lists in ChatGPT with examples. We will begin by creating a basic list and then search for something more specific in our prompts. You will learn to create a list with a context.
Instructional Video11:06
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Shelf Blueprint with Partial Collision

Higher Ed
The lesson will show us how to make use of collisions in a more efficient way within the UE5 world. You will learn how to optimize your assets about having partial collisions to your blueprint collections to make sure your Unreal Engine...
Instructional Video10:35
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating Asset Collections

Higher Ed
This lesson will show you how to use your blueprints to sort and group assets. We will be adding them manually, using collections. This will help you group them to integrate them into your 'Blender 3 to Unreal Engine 5 Dungeon Modular...
Instructional Video14:51
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Creating Full Material Color Control

Higher Ed
In this lesson, we are going to further develop the UE5 PBR material that we use for our material instances. We will set ourselves up with additional control over the base color values, which will allow us to control the saturation and...
Instructional Video10:16
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Organizing the Props within Our World

Higher Ed
During this lesson, we will lay out our props in the UE5 world to check their scale within the scene. We are going to take all our props from the content browser and lay them out on a platform.
Instructional Video5:00
Curated Video

Behavioral Design Patterns in C++ - Introduction to Patterns

Higher Ed
This video provides an overview of the patterns in programming languages.
<
br/>
This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design...
Instructional Video7:23
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110

Higher Ed
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Instructional Video10:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Codebook Demo / 097

Higher Ed
This video demonstrates updating and stylizing the product list based on specific eCommerce store sales criteria.
Instructional Video3:36
Healthcare Triage

Do Oreos Lower Cholesterol? No.

Higher Ed
According to a recent study, “Oreo Cookie Treatment” is better at lowering LDL cholesterol (the “bad” cholesterol) than high-intensity therapy with cholesterol-lowering drugs called statins. ARE OREOS A HEALTH FOOD NOW?!<br/>
Instructional Video2:20
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - How to Use this Video Course

Higher Ed
Steve shows you how to use this video course alongside the CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition. He also shows you helpful hints about the videos.
<
br/>
This clip is from the chapter "All About the CompTIA...
Instructional Video2:28
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - How to Pass the CompTIA A+ Exams

Higher Ed
In this episode, Steve describes the CompTIA A+ exam process, plus explores a good strategy for prepping for the exam. Schedule the exam first! The pressure will have you hitting the books or videos in no time!
<
br/>
This clip is...
Instructional Video0:42
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Showing Output When Running Python

Higher Ed
This video explains showing output when running Python.<br<br/>/>

This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Instructional Video12:23
Curated Video

Recommender Systems with Machine Learning - Making Recommendations with Collaborative Filtering

Higher Ed
This video helps you make recommendations with collaborative filtering.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on...
Instructional Video16:55
Curated Video

Recommender Systems with Machine Learning - Collaborative Filtering Using KNN

Higher Ed
This video helps you with collaborative filtering using KNN.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of...
Instructional Video4:53
Curated Video

Recommender Systems with Machine Learning - Item-Based Collaborative Filtering

Higher Ed
This video demonstrates item-based collaborative filtering.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of...
Instructional Video2:42
Curated Video

Master SQL for Data Analysis - Common Table Expressions (CTEs)

Higher Ed
In this video, you will learn more about the common table expression, which allows us to reference data within a SELECT statement.
<
br/>
This clip is from the chapter "SQL – Simplify Queries (Views, CTEs)" of the series "Master SQL...
Instructional Video3:22
Curated Video

Master SQL for Data Analysis - As Inline Views (FROM)

Higher Ed
After learning how to use a subquery to filter rows, we will now look at using forms in the form section, such as regular tables, which are useful in simplifying complex queries.
<
br/>
This clip is from the chapter "SQL –...