Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Adding Detail to Small Modular Houses
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...
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 Staircase and Fixing Collisions
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...
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 - 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
ChatGPT for Web Design - Create Amazing Websites - Setting Up a Domain and Hosting
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Add Pagination for Search
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....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Search Results
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Search Functionality
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - API Overview and API Key
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-1
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create ASP.NET Core MVC Project - Visual Studio
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Prototypes and the Prototype Chain
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Material UI in React.JS
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - String Methods - Part 2
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Indexof and lastindex Methods
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.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Search for Game Items and Clone Array
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Sort Out Facebook Groups by Location
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Reg Ex and How to Use it in JavaScript
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....
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Virus Detection Algorithm with Asymmetric Arrays
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final Exercise - Facebook Unfriend Functionality
This is a final exercise video where you will work on the Facebook Unfriend functionality.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Search for Game Items and Clone Array
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the IndexOf Method in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Using IndexOf in JavaScript King’s Court - Example II
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...