Curated Video
Career Advice for Aspiring Tech Professionals
Jason, President of an IT solutions consulting company, explains why he likes to hire graduates from the college of engineering, particularly those with backgrounds in computer science, engineering technology, or IT. He highlights the...
Science Buddies
Arduino Evaporative Cooling System
Make a thermostat-controlled evaporative cooling system using an Arduino in this fun science project.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Stories Section
Learn how to recreate the captivating stories section within the Instagram UI clone, gaining valuable insights into its construction and adding a dynamic element to your project.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Install Tailwind CSS and Create the First Template-2
Explore the installation process of Tailwind CSS and the creation of the initial template for the Instagram UI clone in this informative video, setting the stage for an immersive journey.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Introduction to the Project-2
This video serves as an introduction to the captivating project of cloning Instagram's user interface, providing an overview of the objectives and exciting content that lies ahead.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Create Pull Request
This video explains how to create a Pull request on GitHub. This clip is from the chapter "Assignment: Create Pull Request" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section helps you to create a Pull...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building Base for River Pass House
In this video, you will learn how to build the base for a river pass house. You will learn how to use modular assets to create a foundation that fits seamlessly into the environment. This clip is from the chapter "Thinking of Location...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating Grand Building Using Free-Flow Modular Building Technique
This video will focus on creating custom designs. You will learn how to create a grand building using a free-flow modular building technique. You will explore different techniques for creating a grand building that looks natural and...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Working on a Small 3D Hut from Roof Downwards
In this video, you will learn how to work on a small 3D hut from the roof downwards. You will explore different techniques for creating realistic roofs and learn how to add detail and texture to your hut. Additionally, you will learn how...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Modelling Complexity to Our 3D Hut Using Kitbash Assets
In this video, you will learn how to model complexity to your 3D hut using kitbash assets. You will explore different kitbash asset options and learn how to use them to create complex and interesting 3D huts. Additionally, you will learn...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Customizing 3D House Using Props
In this video, you will learn how to customize your 3D house using different props. You will learn how to use props to create different looks and styles for your castle. You will also learn how to use different techniques and tools to...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building Modular Hut for River Top
In this video, you will learn how to create a modular hut for the river top. You will learn how to use the different modular assets to create walls, roofs, and other features of the hut. This clip is from the chapter "Thinking of...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Breaking Up the Surface of a Digital House
In this video, you will learn how to break up the surface of the digital house 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 - Building House Base
Starting from this video, you will be introduced to modular kit bashing, you will learn how to build the base of the house in the castle environment. You will understand how to use the modular kit assets to build the base and how to...
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
Modern JavaScript from the Beginning - Second Edition - Logical Assignment
This video introduces the logical assignment operators (andand= and ||=), which provide a shorthand way to update variables based on conditions. This clip is from the chapter "Logic and Control Flow" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Logical Operators
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic. This clip is from the chapter "Logic and Control Flow" of the...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Add to GitHub-1
This video explains adding the code to GitHub. This clip is from the chapter "Manipulating Website Views and Layout" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains manipulating website views and layout.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Install Visual Studio Code (Any Operating System)
This video explains the installation process of Visual Studio Code. 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
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Parent Nodes
This video focuses on traversing the DOM tree to access the parent nodes of elements. You will learn about the parentNode property to navigate to the immediate parent of an element, useful for traversing up the DOM tree, finding specific...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Var in JavaScript
In this video, we will explore the concept of variables in JavaScript and learn to declare and initialize variables using the "var" keyword. We will understand the scope of variables and how they can be accessed and manipulated within...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - JSX In React.JS
This video focuses on JSX, a syntax extension used in React for writing components, to write HTML-like code within your JavaScript files, making it easier to define the structure and appearance of React components. You will learn the...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Next and Previous Siblings
In this video, you will learn about the nextSibling and previousSibling properties to access the adjacent sibling elements of an element, to traverse through the DOM tree to access the next and previous sibling elements, regardless of...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Functions
In this video, you will learn the basics of functions in JavaScript, including how to define and call functions. We will understand the role of functions in organizing and reusing code and learn to create functions to perform specific...