Instructional Video14:07
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Adding Roof to Our 3D Hut

Higher Ed
In this video, you will learn how to add a roof to the 3D hut in the castle environment. You will understand how to use the mesh editing tools to manipulate the mesh and give it a more natural look. This clip is from the chapter...
Instructional Video12:37
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Working with Vertical Slopes of Castle Walls

Higher Ed
In this video, you will learn how to work with the vertical slopes of the castle walls in the environment. You will understand how to use the mesh editing tools to manipulate the mesh and give it a more natural look. This clip is from...
Instructional Video11:25
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building Archway within Inner Castle Walls

Higher Ed
This video will start you working on elevation. You will learn how to build an archway within the inner castle walls. You will understand how to use modular kit assets to build the archway and how to align and snap them to the grid. This...
Instructional Video10:23
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating Curvature Out of Stone Walls

Higher Ed
In this video, you will learn how to create curvature out of the stone walls in the castle environment. You will understand how to use the mesh editing tools to manipulate the mesh and give it a more natural look. This clip is from the...
Instructional Video10:19
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Landscape Mode Basics

Higher Ed
In this video, you will learn the basics of the Landscape mode in Unreal Engine 5. You will learn how to create a terrain and manipulate it, add foliage and textures, and understand how to use the different painting tools. This clip is...
Instructional Video11:15
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Setting Up Large-Scale Scene

Higher Ed
In this video, you will learn how to create a large-scale scene in Unreal Engine 5. You will understand how to set up the landscape, the sky, and the lighting, and learn how to optimize the scene for better performance. This clip is from...
Instructional Video9:06
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Viewport Basics

Higher Ed
This video will take us through the very basics; you will learn how to use the Viewport in Unreal Engine 5 to get a better perspective on your environment. You will learn how to navigate through the viewport using different camera modes,...
Instructional Video5:49
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 2)

Higher Ed
In this video, we will work on a more conventional prediction called stock return. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks...
Instructional Video10:41
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Start of the Website + Generating Images

Higher Ed
In this lesson, you will learn to create a basic demo website as a freelancer that designs websites using AI. We will instruct ChatGPT to write code for us with whatever basic features and design we want on the webpage.
Instructional Video4:58
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - How to Loop in Rust

Higher Ed
This is a solution video on how to loop in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video2:17
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Is the String Object in Rust - from() and len()

Higher Ed
In this video, you will learn about the String object in Rust and how to use its methods, such as from() and len(), effectively in your programs. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming...
Instructional Video6:15
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are String Literals str in Rust

Higher Ed
In this video, you will learn about string literals (str) in Rust and how to use them effectively in your programs. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course...
Instructional Video8:35
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Hello World Example in Rust

Higher Ed
In this video, you will write a Hello World example in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner...
Instructional Video1:43
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - First Exercise Solution on How to Write Comments in Rust

Higher Ed
This video helps with your first exercise solution on how to write comments in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section...
Instructional Video1:01
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Section Overview

Higher Ed
This video explains the learning objectives on this section. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
Instructional Video5:56
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Alternative - Install Visual Studio 2022 (Windows and Mac)

Higher Ed
This video explains how to set up Visual Studio 2022 on the machine. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get...
Instructional Video3:14
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install .NET 7 SDK

Higher Ed
This video explains the installation process of .NET 7 SDK. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get started with...
Instructional Video2:31
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Create GitHub Account

Higher Ed
This video explains how to create a GitHub account. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get started with the...
Instructional Video1:39
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Install Rust on Your Computer

Higher Ed
In this video, you will be installing Rust on your computer. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video6:42
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Borrowing in Rust - The “&†Symbol in Rust

Higher Ed
In Rust, borrowing is an essential concept for managing memory and preventing common memory-related errors. The ‘&' symbol is used to create references to variables and pass them to functions, which allows efficient memory management...
Instructional Video7:14
Curated Video

Concurrent and Parallel Programming in Python - Final Program Cleanup

Higher Ed
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.
Instructional Video14:04
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Constructor and “this†keyword in JavaScript

Higher Ed
In JavaScript, a constructor is a function that is used to create and initialize objects. It is called when a new object is created using the new keyword. The “this†keyword is used inside the constructor to refer to the object that...
Instructional Video8:19
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What is the Filter Method in JavaScript

Higher Ed
In this video, we will be discussing the filter() method in JavaScript. You will learn what the filter() method does and how it works, along with some practical examples. This clip is from the chapter "Algorithms and Data Structures -...
Instructional Video10:04
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Objects and Accessing Objects in JavaScript

Higher Ed
This video helps you with modifying objects and accessing objects in JavaScript. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...