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
ASP.NET Core MVC - Cross-Platform Development - Add Project to GitHub
This video explains how to push the code onto GitHub. 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 Core MVC...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Poll Project
In this project, we will use sets and maps to create a poll application that allows users to vote on different options and displays the results in real-time. This clip is from the chapter "Iterators, Generators, and Data Structures" of...
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.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Testing Workflow
This video explains the different types of tests and implements the testing part of the CI workflow.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Extend Your Jenkins Job
This video shows how to extend the job created in video 2.3.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Create Your First Jenkins Job
This video is a step-by-step guide to create your first Jenkins job.
Curated Video
Transforming Hair: Health and Styling
Explore the effects of hair coloring, straightening, and blow-drying on hair health. This segment explains the chemical and mechanical processes that alter hair and provides tips from hair care experts on minimizing damage. It also...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Package Managers
This video explains package managers, which are often language- or framework-specific tools that manage the retrieval and organization of supporting code needed by developers that are created by other developers. This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks with Angular
Developed by Google, Angular is a front-end framework that utilizes the TypeScript Superset. It is an opinionated framework that has many architectural decisions already made for developers. This clip is from the chapter "Libraries and...
Curated Video
Fundamentals of Secure Software - SCA (Software Composition Analysis)
This video talks about the SCA (Software Composition Analysis).
Curated Video
Fundamentals of Secure Software - Scanning for OSS Vulnerabilities with Software Composition Analysis
This video helps in using SCA to find OSS (Open-Source Software) vulnerabilities.