Instructional Video10:29
Catalyst University

Subclavian Artery | Branches & Divisions

Higher Ed
In this video, we discuss the major divisions and branches of the subclavian artery.
Instructional Video8:59
Catalyst University

Glycogenesis Pathway EXPLAINED

Higher Ed
In this video, we explore the process of glycogenesis and how cells make glycogen.
Instructional Video1:53
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Merging process

Higher Ed
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...
Instructional Video9:01
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Resolving Conflicts in Visual Studio Code

Higher Ed
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...
Instructional Video1:14
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Section 8 Introduction

Higher Ed
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...
Instructional Video4:59
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - GitHub Desktop Overview

Higher Ed
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...
Instructional Video4:50
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating a Feature Branch and Making Changes

Higher Ed
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...
Instructional Video2:40
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Rebasing - Step 2

Higher Ed
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...
Instructional Video1:59
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating a Pull Request from a Forked Repository

Higher Ed
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...
Instructional Video10:56
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Synchronizing Changes from Upstream

Higher Ed
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...
Instructional Video4:08
Curated Video

Apache Maven Beginner to Guru - Assignment Review - Adding StringUtils Dependency to a Project

Higher Ed
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...
Instructional Video12:05
Curated Video

Apache Maven Beginner to Guru - Releasing CircleCI to Packagecloud

Higher Ed
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.
Instructional Video5:25
Curated Video

DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Jenkins Plugin Basic

Higher Ed
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,...
Instructional Video10:29
Catalyst University

The Subclavian Artery | Branches & Divisions

Higher Ed
In this video, we discuss the major divisions and branches of the subclavian artery.
Instructional Video4:04
Curated Video

Learn Git in 3 Hours- Rebasing

Higher Ed
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...
Instructional Video4:22
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Making Changes in the New Branch

Higher Ed
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...
Instructional Video3:27
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Why Branch Merging is Needed

Higher Ed
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...
Instructional Video1:56
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How to Perform Rebasing

Higher Ed
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...
Instructional Video11:44
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Approving and Merging a Pull Request from a Forked Repository

Higher Ed
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...
Instructional Video5:00
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What is Tracking Branch?

Higher Ed
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,...
Instructional Video5:08
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How to Perform Git Pull

Higher Ed
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...
Instructional Video12:54
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Build your own generators using yield

Higher Ed
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...
Instructional Video7:21
Catalyst University

Cranial Nerve X - Vagus Nerve | Introduction + Origin from Medulla

Higher Ed
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.
Instructional Video4:38
Curated Video

Learn Git in 3 Hours- Merge Requests

Higher Ed
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...