Instructional Video4:58
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Demo: Project and Profile README

Higher Ed
This video demonstrates the project and profile README.
<
br/>
This clip is from the chapter "Super Charge GitHub" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the profile README and the...
Instructional Video13:24
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git and GitHub Workflow

Higher Ed
This video explains the Git and GitHub workflow. A workflow is a configurable automated process that will run one or more jobs.
<
br/>
This clip is from the chapter "Workflows" of the series "Git and GitHub Masterclass - The...
Instructional Video17:41
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Structured Pull Request

Higher Ed
This video explains the structured Pull request.<br<br/>/>

This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
Instructional Video18:06
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Open-Source Contribution

Higher Ed
This video explains what open-source contribution is.<br<br/>/>

This clip is from the chapter "Open-Source Contribution" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains open-source contribution.
Instructional Video1:44
Curated Video

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

Higher Ed
This video explains how to clone one’s on repository 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 clone...
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 Video6:58
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git README

Higher Ed
A README is often the first item a visitor will see when visiting your repository. README files typically include information on what the project does and why the project is useful.
<
br/>
This clip is from the chapter "Git Files"...
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 Video10:43
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Always Pull Before You Push

Higher Ed
This video explains pull before you push; doing so will ensure that your local copy is in sync with the remote repository.
<
br/>
This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The...
Instructional Video16:04
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Commit Timeline

Higher Ed
This video explains the commit timeline on GitHub.
<
br/>
This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how to push...
Instructional Video16:28
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Practice: Common Commands

Higher Ed
This video explains some common commands that we have discussed earlier such as Git status, Git commit, and so on.
<
br/>
This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The...
Instructional Video13:34
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Push Changes on GitHub

Higher Ed
This video explains how to push the changes onto GitHub.
<
br/>
This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git lifecycle and how...
Instructional Video3:43
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Configuration

Higher Ed
This video explains how to configure Git into your system.
<
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 and helps you...
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:30
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Resource Pack and Introduction to Modular Kit

Higher Ed
In this video, you will learn about modular kit and resource packs that are available in Unreal Engine 5. You will understand the benefits of using modular kits to build your environment, and how to use the resource pack to create your...
Instructional Video9:06
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Viewport Basics

Higher Ed
This video will take us through the very basics; you will learn how to use the Viewport in Unreal Engine 5 to get a better perspective on your environment. You will learn how to navigate through the viewport using different camera...
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 Video2:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-WEB APIs

Higher Ed
In this video, we will be introduced to the web browser APIs section. You will learn what are Web Browser APIs and how they help us interact with web browsers.
<
br/>
This clip is from the chapter "Web Browser APIs" of the series...
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.
<
br/>
This clip is from...
Instructional Video5:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploy to Netlify

Higher Ed
In this video, you will learn how to deploy the shopping list project to Netlify for hosting.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video5:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Local Storage Crash Course

Higher Ed
In this video, we will be provided with a brief overview of local storage and how it works.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video11:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Items to List (DOM Only)

Higher Ed
In this video, you will learn how to add items to the shopping list using only the DOM (Document Object Model) without using local storage.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern...
Instructional Video3:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Shopping List Project

Higher Ed
In this video, we will be introduced to the Shopping List project, which is the final project for the course.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video5:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Event Delegation and Multiple Events

Higher Ed
In this video, you will learn about event delegation in JavaScript. We will explore how to use event delegation to handle events for multiple elements and how to register event listeners for different types of events.
<
br/>
This...