Catalyst University
Subclavian Artery | Branches & Divisions
In this video, we discuss the major divisions and branches of the subclavian artery.
Catalyst University
Glycogenesis Pathway EXPLAINED
In this video, we explore the process of glycogenesis and how cells make glycogen.
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Merging process
This video explains the Git merging process. This clip is from the chapter "Merging Branches" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on the need for branch merging and explains the...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Resolving Conflicts in Visual Studio Code
This video explains how to resolve conflicts in Visual Studio Code. This clip is from the chapter "Merging Branches" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on the need for branch...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Section 8 Introduction
This video provides an introduction to this section. This clip is from the chapter "Merging Branches" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on the need for branch merging and...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - GitHub Desktop Overview
This video provides an overview of GitHub Desktop. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git operations. It...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Creating a Feature Branch and Making Changes
This video explains how to create a feature branch and make changes. This clip is from the chapter "Rebasing" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the process of rebasing. It also...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Rebasing - Step 2
This video explains the second step of rebasing. This clip is from the chapter "Rebasing" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the process of rebasing. It also explains how to...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Creating a Pull Request from a Forked Repository
This video explains the process for creating a pull request from a forked repository. This clip is from the chapter "Forks and Contribution to the Public Repositories" of the series "Complete Git Guide: Understand and Master Git and...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Synchronizing Changes from Upstream
This video explains the process of synchronizing changes from upstream. This clip is from the chapter "Forks and Contribution to the Public Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This...
Curated Video
Apache Maven Beginner to Guru - Assignment Review - Adding StringUtils Dependency to a Project
This video provides an assignment review for adding the StringUtils dependency to a project. This clip is from the chapter "Getting Started with Maven" of the series "Apache Maven: Beginner to Guru".This section highlights the concept of...
Curated Video
Apache Maven Beginner to Guru - Releasing CircleCI to Packagecloud
This video demonstrates how to release CircleCI to packagecloud. This clip is from the chapter "Maven Release Plug-in" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the Maven release plug-in.
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Jenkins Plugin Basic
In this video, you will be able to install the plugins and do basic configuration. This clip is from the chapter "Continuous Integration and Continuous Deploy" of the series "DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK,...
Catalyst University
The Subclavian Artery | Branches & Divisions
In this video, we discuss the major divisions and branches of the subclavian artery.
Curated Video
Learn Git in 3 Hours- Rebasing
Sometimes we will want to incorporate new changes from the branch we branched from into our feature branch. To do this, we can use the Git rebase command. • Check out the feature branch to rebase • Use the Git rebase command with the...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Making Changes in the New Branch
This video explains how to make changes in the new branch in GitHub. This clip is from the chapter "GitHub and Remote Repositories" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains Git...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Why Branch Merging is Needed
This video explains the purpose of branch merging in Git. This clip is from the chapter "Merging Branches" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on the need for branch merging and...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - How to Perform Rebasing
This video explains the process of performing rebasing. This clip is from the chapter "Rebasing" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the process of rebasing. It also explains how...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Approving and Merging a Pull Request from a Forked Repository
This video explains the process of approving and merging a pull request from a forked repository. This clip is from the chapter "Forks and Contribution to the Public Repositories" of the series "Complete Git Guide: Understand and Master...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is Tracking Branch?
This video explains the concept of tracking branch in Git. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the push,...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - How to Perform Git Pull
This video demonstrates how to perform Git pull. This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an overview of the push, fetch, and...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Build your own generators using yield
An in-depth look at building if elif and else blocks using conditional tests and boolean values This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is...
Catalyst University
Cranial Nerve X - Vagus Nerve | Introduction + Origin from Medulla
Part 1 on a miniseries over the Vagus Nerve This video is an introduction to cranial nerve X, the vagus nerve. Specifically, we will cover the origin of the vagus nerve from the medulla.
Curated Video
Learn Git in 3 Hours- Merge Requests
Once we have created some changes on our forked repo, we will want to contribute those changes back into the original repository. To do this, we can use a merge request. • Push local changes to our repository fork • Open a merge request...