Hi, what do you want to do?
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Fixing Pause Bug
In this video, you will learn how to fix bugs related to the pause menu.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Tile Map Editor
In this video, you will learn how to use the Tile Map Editor to create custom maps for our game.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Adding Player Sprite
In this video, we will add player sprite to the project to represent our character on-screen.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Clone: Any Repository
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...
<
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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Tag and GitHub Releases
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...
<
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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Ignore
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...
<
br/>
This clip is from the chapter "Git Files" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Introduction: Merge Conflict
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...
<
br/>
This clip is from the chapter "Merge Conflicts" of the series "Git...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Basic Commands and Lifecycle
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...
<
br/>
This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Where to Put the Code?
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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Installation and Setup
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...
<
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Creating New Project and UI Basics
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Video API
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...
<
br/>
This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - The Sandbox Files
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...
<
br/>
This clip is from the chapter "Variables, Data Types, Methods, and More" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Running JavaScript in the Browser
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...
<
br/>
This clip is from the chapter "Course Introduction" of the series "Modern JavaScript from the Beginning".In this...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Adding an About Us Page
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...
<
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Tour Visual Studio Code
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...
<
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create ASP.NET Core MVC Project - Visual Studio Code
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...
<
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Client Folder Setup
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...
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Fullstack Workflow
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...
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus...
Curated Video
Modern JavaScript from the Beginning - Second Edition - path Module
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - fs (filesystem) Module
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Grouping Tests Together
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...
<
br/>
This clip is from the chapter...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Getting Started with Jest
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...
<
br/>
This clip is from the chapter "Unit Testing Algorithms" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - NPM Packages/Modules
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...