Instructional Video7:49
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Pull Request Step-By-step

Higher Ed
This video explains the pull request process step-by-step. This clip is from the chapter "Pull Requests" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to pull request and how to create...
Instructional Video9:13
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating and Merging a Pull Request

Higher Ed
This video demonstrates the process of creating and merging a pull request. This clip is from the chapter "Pull Requests" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to pull request...
Instructional Video8:52
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating a Remote Branch Based on a Local Branch

Higher Ed
This video explains the process of creating a remote branch based on a local 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...
Instructional Video9:28
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Pushing to a Remote Repository

Higher Ed
This video explains how to push to a remote repository 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...
Instructional Video4:58
Curated Video

Learn Git in 3 Hours- Forking Repositories

Higher Ed
When contributing changes to existing repositories we may not always have write access, and may need to create a copy to work on. This can be done using forking. • Create a fork of the repository to contribute to • Create changes on the...
Instructional Video5:00
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Pushing Branch to Remote

Higher Ed
This video demonstrates how to push branch to remote. This clip is from the chapter "Pull Requests" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to pull request and how to create a...
Instructional Video3:35
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How do Remote and Local Branches Sync?

Higher Ed
This video explains how to sync remote and local branches 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...
Instructional Video7:37
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Pull with Fast-Forward Merge

Higher Ed
This video explains the process of Git pull with fast-forward merge. 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...
Instructional Video5:42
Curated Video

Mastering Spring Framework Fundamentals - Setting Up Remote Debugging of a Web Application

Higher Ed
This video introduces you to the concept of encapsulation. This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access modifiers,...
Instructional Video3:35
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Adding a Post-Commit Hook

Higher Ed
This video demonstrates how to add a post-commit hook. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It focuses on the...
Instructional Video8:43
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Preparing the React Application for Publishing to the GitHub Pages

Higher Ed
This video explains how to prepare the react application to publish it to the GitHub Pages. This clip is from the chapter "GitHub Pages" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how...
Instructional Video6:22
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Fetch in Action

Higher Ed
This video explains the process of Git fetch. 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 Video4:24
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Show-ref

Higher Ed
This video focuses on Git show-ref. 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 pull Git...
Instructional Video4:44
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Skipping All Git Hooks Using the --no-verify Option

Higher Ed
This video demonstrates how to skip all Git hooks using the --no-verify option. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in...
Instructional Video4:09
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Ignoring Previously Committed Files

Higher Ed
This video explains how to ignore previously committed files. This clip is from the chapter "Ignoring Files in Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section focuses on Git file statuses:...
Instructional Video9:33
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Creating Lightweight Tags

Higher Ed
This video explains how to create lightweight tags. This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It also highlights the...
Instructional Video4:25
Curated Video

World of Computer Networking Your CCNA start - How Packets are Sent to Remote Hosts

Higher Ed
This video explains how to send packets to remote hosts. This clip is from the chapter "Address Resolution Protocol (ARP) and Internet Control Message Protocol (ICMP)" of the series "World of Computer Networking: Your CCNA start".This...
Instructional Video16:35
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Data Frame Transforms

Higher Ed
This video explains the data frame transforms feature in Elastic Stack. This clip is from the chapter "Analyzing Log Data with the Elastic Stack" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section...
Instructional Video6:35
Curated Video

World of Computer Networking Your CCNA start - Using the Traceroute Utility to Trace the Path to Remote Servers

Higher Ed
This video explains how to use the traceroute utility to trace the path to remote servers. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Instructional Video3:36
Paul Marriott

4 x 9W Light Bulb Smart Home System w/Bluetooth Pushbutton Remote, ESP32 & 5V Relay Modules

9th - 12th
A demonstration of a 4 x 9W light bulb smart home system prototype. Each light bulb is connected to a 5V relay module. A special input controller (instead of an Android smartphone with app) is used to turn each respective light bulb on...
Instructional Video3:02
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Hooks Summary

Higher Ed
This video provides a summary of Git hooks. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks in detail. It focuses on the basics of...
Instructional Video10:19
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Pushing Tags to Remote

Higher Ed
This video demonstrates the process of pushing tags to remote. This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It also...
Instructional Video4:02
Curated Video

Apache Maven Beginner to Guru - Maven Release Rollback

Higher Ed
This video introduces you to the Maven release rollback plug-in. 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 Video3:52
Curated Video

The Complete Practical Docker Guide - Cloning Remote Docker Repository with Project Files

Higher Ed
This video explains cloning remote Docker repository with project files. This clip is from the chapter "Launching Course Project Application without Docker" of the series "The Complete Practical Docker Guide".This section focuses on...