Instructional Video4:31
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Fixing Pause Bug

Higher Ed
In this video, you will learn how to fix bugs related to the pause menu.
Instructional Video6:48
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Tile Map Editor

Higher Ed
In this video, you will learn how to use the Tile Map Editor to create custom maps for our game.
Instructional Video7:16
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Adding Player Sprite

Higher Ed
In this video, we will add player sprite to the project to represent our character on-screen.
Instructional Video6:43
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Clone: Any Repository

Higher Ed
This video explains how to clone any repository on the Internet on Git.
<
br/>
This clip is from the chapter "Git Clone" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git clone and how to...
Instructional Video12:36
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Tag and GitHub Releases

Higher Ed
This video explains Git tag and GitHub releases.
<
br/>
This clip is from the chapter "Tag, Releases, and Commits" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains tag, releases, and commits...
Instructional Video5:04
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Ignore

Higher Ed
The purpose of gitignore files is to ensure that certain files not tracked by Git remain untracked.
<
br/>
This clip is from the chapter "Git Files" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section...
Instructional Video13:46
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Introduction: Merge Conflict

Higher Ed
Merge conflicts happen when you merge branches that have competing commits, and Git needs your help to decide which changes to incorporate in the final merge.
<
br/>
This clip is from the chapter "Merge Conflicts" of the series "Git...
Instructional Video18:12
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Basic Commands and Lifecycle

Higher Ed
This video explains the basic commands used in GitHub and the lifecycle.
<
br/>
This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git...
Instructional Video5:14
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Where to Put the Code?

Higher Ed
In this video, you will learn where to store the code, for which we will download and install Visual Studio Code, the IDE we will be using to store and edit the code to our requirements. You will learn to install the extensions required...
Instructional Video9:11
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Installation and Setup

Higher Ed
This video explains the process of installation and setting up of Git.
<
br/>
This clip is from the chapter "Git Introduction" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section introduces you to Git...
Instructional Video12:42
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating New Project and UI Basics

Higher Ed
In this video, you will be introduced to Unreal Engine 5 and learn how to create a new project from scratch. You will also familiarize yourself with the user interface of the software and understand how to navigate through the...
Instructional Video6:27
Curated Video

Modern JavaScript from the Beginning - Second Edition - Video API

Higher Ed
In this video, you will learn about the Video API. we will see how to load a video, play and pause it, and add video controls to it.
<
br/>
This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the...
Instructional Video3:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - The Sandbox Files

Higher Ed
In this video, we will introduce the "sandbox" files that we will be using throughout the course to test our code and explore new concepts.
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the...
Instructional Video7:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Running JavaScript in the Browser

Higher Ed
In this video, we will explain how to run JavaScript code in the browser with a simple Hello World code.
<
br/>
This clip is from the chapter "Course Introduction" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video9:08
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Adding an About Us Page

Higher Ed
This video explains how to go about adding the about us page.
<
br/>
This clip is from the chapter "Manipulating Website Views and Layout" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains...
Instructional Video13:21
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Tour Visual Studio Code

Higher Ed
This video takes you on a tour of Visual Studio Code.
<
br/>
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 the setup of ASP.NET...
Instructional Video7:02
Curated Video

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

Higher Ed
This video explains how to create the ASP.NET Core MVC project using .NET CLI.
<
br/>
This clip is from the chapter "Setup ASP.NET Core MVC Application" of the series "ASP.NET Core MVC - Cross-Platform Development".This section...
Instructional Video9:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Client Folder Setup

Higher Ed
In this video, we will set up the client folder where we will build the frontend of our app.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Instructional Video3:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - Fullstack Workflow

Higher Ed
In this video, we will go over the full-stack workflow and what we need to do in order to build a complete app with a backend and frontend.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus...
Instructional Video8:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - path Module

Higher Ed
The path module provides methods for working with file paths and directories. In this video, we will explore the different methods available in the path module and how to use them to manipulate file paths in our Node.js...
Instructional Video14:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - fs (filesystem) Module

Higher Ed
The filesystem (fs) module is one of the most commonly used modules in Node.js. In this video, we will explore the various methods available in the fs module and how to use them to read, write, and manipulate files and...
Instructional Video10:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Grouping Tests Together

Higher Ed
In this video, you will learn how to group tests together using Jest. We will organize our tests into test suites and describe blocks, making our test code more readable and easier to maintain.
<
br/>
This clip is from the chapter...
Instructional Video5:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Getting Started with Jest

Higher Ed
In this video, we will get started with Jest, a popular testing framework for JavaScript. We will install Jest, set up a basic test suite, and write our first test.
<
br/>
This clip is from the chapter "Unit Testing Algorithms" of...
Instructional Video11:26
Curated Video

Modern JavaScript from the Beginning - Second Edition - NPM Packages/Modules

Higher Ed
This video covers NPM packages/modules, which are reusable code modules that can be installed and used in our projects. The video explains how to search for and install NPM packages, how to use NPM to manage project dependencies, and...