Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Delete Merged and Unmerged Branches
This video explains how to delete merged and unmerged branches. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Solving: Merge Conflict
This video explains how to solve the merge conflict in Git. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains the merge conflict and how to solve one.
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. This clip is from the chapter "Merge Conflicts" of the series "Git and GitHub...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Pull Command
This video explains the Git pull command. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Pull Changes and Merge Branch
This video explains pull changes and merge branch. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Feature Branch
The Git feature branch workflow is a composable workflow that can be leveraged by other high-level Git workflows. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Introduction to Git Branches
This video introduces you to Git branches. This clip is from the chapter "Git Branches" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git branches and the feature branch.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Restore
This video explains Git Restore, which will restore the file to the last committed version, effectively undoing any changes that have been made since then. This clip is from the chapter "Other: Diff, Stash, and Restore" of the series...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Stash
This video explains Git Stash, which is used when you want to record the current state of the working directory and the index but want to go back to a clean working directory. This clip is from the chapter "Other: Diff, Stash, and...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Diff
This video explains Git Diff, which shows changes between the working tree and the index of a tree, changes between the index and a tree, changes between two trees, changes resulting from a merge, and changes between two blob objects....
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Commit Timeline
This video explains the commit timeline on GitHub. 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 changes...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Lifecycle In-Depth
This video explains the Git lifecycle in detail. 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 changes onto...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Practice: Common Commands
This video explains some common commands that we have discussed earlier such as Git status, Git commit, and so on. This clip is from the chapter "Commands and Lifecycle" of the series "Git and GitHub Masterclass - The Practical...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Push Changes on GitHub
This video explains how to push the changes onto GitHub. 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...
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. 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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Configuration
This video explains how to configure Git into your system. 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 configure it.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Installation and Setup
This video explains the process of installation and setting up of Git. 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...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Introduction and Version Control System
This video introduces you to Git and version control system. 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 configure it.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Resources (Important)
This video explains where you can find the various resources, links, cheat sheets, and interview questions associated with the course. This clip is from the chapter "Course Introduction" of the series "Git and GitHub Masterclass - The...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Course Introduction
This video introduces you to the course and the course contents as well as gets you familiar with the author and his experience. This clip is from the chapter "Course Introduction" of the series "Git and GitHub Masterclass - The...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Deploy to Netlify
In this video, you will learn how to deploy the shopping list project to Netlify for hosting. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Classification versus Regression
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Type-Safe Interfaces with Modern C++ - The Problem with std::visit
Understand why std::visit is not optimal and what pattern matching is.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Pull Requests in Multibranch Pipeline
This video explains what a pull request is and shows how to create and debug a pull request in a multibranch pipeline.