Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Adding Roof to Our 3D Hut
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Working with Vertical Slopes of Castle Walls
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building Archway within Inner Castle Walls
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating Curvature Out of Stone Walls
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Landscape Mode Basics
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Setting Up Large-Scale Scene
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Viewport Basics
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,...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 2)
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...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Start of the Website + Generating Images
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - How to Loop in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is the String Object in Rust - from() and len()
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are String Literals str in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Hello World Example in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - First Exercise Solution on How to Write Comments in Rust
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Section Overview
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Alternative - Install Visual Studio 2022 (Windows and Mac)
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Install .NET 7 SDK
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create GitHub Account
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Install Rust on Your Computer
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
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Borrowing in Rust - The “&†Symbol in Rust
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...
Curated Video
Concurrent and Parallel Programming in Python - Final Program Cleanup
Apart from a final cleanup to make our project more functional, you will learn to create local environment variables for actual testing.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Constructor and “this†keyword in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What is the Filter Method in JavaScript
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 -...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Objects and Accessing Objects in JavaScript
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...