Instructional Video11:28
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Adding Detail to Small Modular Houses

Higher Ed
In this video, you will learn how to add detail to small modular houses. You will explore different techniques for creating small details that add character and interest to your castle environment. Additionally, you will learn how to use...
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:14
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building Staircase and Fixing Collisions

Higher Ed
In this video, you will learn how to build a staircase and fix collisions in the castle environment. You will understand how to use the collision tool to add collision to the staircase and how to optimize it for better performance. 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 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 Video10:13
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Setting Up a Domain and Hosting

Higher Ed
After learning to create a website, we will focus on publishing our website to reach out to more people and learn how to create a domain and add hosting services to our website.
Instructional Video16:42
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Pagination for Search

Higher Ed
In this video, we will add pagination to the search results page to allow users to navigate between different pages of search results. We will use the Page.js library to create dynamic URLs and render the correct results for each page....
Instructional Video11:39
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Search Results

Higher Ed
In this video, we will display the search results on a separate page that's similar to the popular movies page. We will use a template literal to render the content and create pagination for large search result sets. This clip is from...
Instructional Video19:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Search Functionality

Higher Ed
In this video, we will create a search function that allows users to search for movies and TV shows. We will use JavaScript's Fetch function to query the API and render the results to the UI. This clip is from the chapter "Flixx Movie...
Instructional Video4:54
Curated Video

Modern JavaScript from the Beginning - Second Edition - API Overview and API Key

Higher Ed
In this video, we will provide an overview of the TMDb API and how we can use it to get movie and TV show data for our app. We will also obtain an API key from TMDb that we will use to authenticate our requests. This clip is from the...
Instructional Video4:28
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-1

Higher Ed
In this section, we will be building a movie app called Flixx using the Movie Database (TMDb) API. We will be using JavaScript and a library called Swiper to create a responsive and user-friendly interface. This clip is from the chapter...
Instructional Video6:24
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Create ASP.NET Core MVC Project - Visual Studio

Higher Ed
This video explains how to create the ASP.NET Core MVC project using Visual Studio. This clip is from the chapter "Setup ASP.NET Core MVC Application" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains...
Instructional Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - Prototypes and the Prototype Chain

Higher Ed
In this video, we will introduce prototypes and explain how they are used to share properties and methods between objects. We will also discuss the prototype chain and how it is used to look up properties and methods. This clip is from...
Instructional Video5:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Material UI in React.JS

Higher Ed
In this video, you will learn to use Material UI, a popular UI library, in React.JS, and the process of installing and configuring Material UI in React projects. You will learn about the various components and styling options provided by...
Instructional Video4:21
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - String Methods - Part 2

Higher Ed
Continuing from the previous video, this part focuses on additional string methods such as trim, split, replace, concat, and charAt, and how to use these methods to perform operations such as removing whitespace, splitting strings into...
Instructional Video2:36
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Indexof and lastindex Methods

Higher Ed
In this video, we will discover methods used to search for the index of a specified element within an array. The function indexOf() returns the first occurrence of the element, while lastIndexOf() returns the last occurrence.
Instructional Video9:42
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Search for Game Items and Clone Array

Higher Ed
In this video, we will discuss the solution to the exercise on searching for game items and clone array from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
Instructional Video4:03
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Sort Out Facebook Groups by Location

Higher Ed
This is an exercise video where you will be sorting out Facebook groups by location. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Instructional Video7:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Reg Ex and How to Use it in JavaScript

Higher Ed
Regular expressions, also known as RegEx or RegExp, are a powerful tool for matching and manipulating text in programming languages such as JavaScript. RegEx provides a concise and flexible syntax for finding patterns in strings of text....
Instructional Video2:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Virus Detection Algorithm with Asymmetric Arrays

Higher Ed
This is an exercise video where you will work on a virus detection algorithm with the help of asymmetric arrays. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery...
Instructional Video4:57
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final Exercise - Facebook Unfriend Functionality

Higher Ed
This is a final exercise video where you will work on the Facebook Unfriend functionality.
Instructional Video2:35
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Search for Game Items and Clone Array

Higher Ed
This is an exercise video where you will be searching for game items and clone array. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video4:03
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the IndexOf Method in JavaScript

Higher Ed
In JavaScript, the indexOf() method is used to search for an element in an array and returns the index of the first occurrence of the element. This method takes an argument, which is the element that you want to find in the array. This...
Instructional Video2:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Using IndexOf in JavaScript King’s Court - Example II

Higher Ed
In this video, you will see the second example of using the IndexOf in the King’s Court RPG. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for...