Instructional Video8:59
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Shell Commands - File Management - Part 1

Higher Ed
This video is the first part of the two-part video that focuses on shell commands with respect to file management.
r/>
This clip is from the chapter "Basic Shell Commands" of the series "Complete Git Guide: Understand and...
Instructional Video13:18
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Using a Pre-Commit Hook

Higher Ed
This video demonstrates how to use a pre-commit hook in Git.
r/>
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 Video9:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Verifying Commit Message Using Commitlint

Higher Ed
This video demonstrates how to verify a commit message using the commitlint command.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video7:53
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Node.js Project

Higher Ed
This video demonstrates how to initialize a new Node.js project.
r/>
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:57
Curated Video

The Complete Practical Docker Guide - Running Hello-World Container

Higher Ed
This video helps you with running the hello-world container.
r/>
This clip is from the chapter "Basic Docker Container (Ubuntu, Busybox, Alpine)" of the series "The Complete Practical Docker Guide".This section focuses on the...
Instructional Video13:00
APMonitor

Matlab πŸ‘©β€πŸ’» Printing disp and fprintf

10th - Higher Ed
Printing is displaying values to the terminal. You use the built in Matlab function disp() to display values. Here are some examples:<b<br/>r/>
disp(<br/>round(pi))
fprintf('%.2f',pi)
fprintf('The value of pi is %.20f',pi)
Instructional Video12:02
Packt

Getting Started with Socket.io

Higher Ed
Real-Time Web Applications with Socket.io (Chat App): Getting Started with Socket.io
<
br/>
This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course...
Instructional Video8:56
Packt

Babel & Webpack Environment Setup

Higher Ed
Microposts Project - CRUD Front End (Webpack & Babel): Babel & Webpack Environment Setup
<
br/>
This clip is from the chapter "Microposts Project - CRUD Front End (Webpack & Babel)" of the series "Modern JavaScript from the...
Instructional Video2:03
Brian McLogan

Sketch the Angle in Standard Position

12th - Higher Ed
πŸ‘‰ Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Instructional Video5:02
Brian McLogan

Finding two coterminal angles given in radians

12th - Higher Ed
πŸ‘‰ Learn the basics of co-terminal angles. An angle is a figure formed by two rays that have a common endpoint. The two rays are called the sides of the angle while the common endpoint is called the vertex of the angle. We measure angles...
Instructional Video4:38
Brian McLogan

Find the reference angle and sketch both angles in standard position

12th - Higher Ed
πŸ‘‰ Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
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.
r/>
This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and...
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.
r/>
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...
Instructional Video5:44
Curated Video

The Complete Practical Docker Guide - Environment Variables

Higher Ed
This video explains about environment variables.<br/<br/>>

This clip is from the chapter "Environment Variables in Linux" of the series "The Complete Practical Docker Guide".This section focuses on the environment variables in Linux.
Instructional Video4:41
Curated Video

The Modern JavaScript Bootcamp (2019) - Avoiding Global Modules

Higher Ed
In this video, you’re going to learn why relying on global npm modules is generally a bad idea. You’ll be uninstalling the global npm modules in favor of local npm modules.
r/>
This clip is from the chapter "(NEW) Cutting-Edge...
Instructional Video7:30
Curated Video

Docker Dockerfile and Docker Compose 2020 Ready - Running a single Docker Container Explained Step-By-Step

Higher Ed
Understanding Docker Run with Volume mounting and important flags step by step: Running a single Docker Container Explained Step-By-Step
r/>
This clip is from the chapter "Understanding Docker Run with Volume mounting and...
Instructional Video1:40
Brian McLogan

Learning how to evaluate the partial sum of a series

12th - Higher Ed
πŸ‘‰ Learn how to find the sum of a series using sigma notation. A series is the sum of the terms of a sequence. The formula for the sum of n terms of an arithmetic sequence is given by Sn = n/2 [2a + (n - 1)d], where a is the first term, n...
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 contribu
te to
β€’...
Instructional Video5:18
Curated Video

Django3- Virtual Environments

Higher Ed
In this video, we will look at virtual environments.
r/>
This clip is from the chapter "Deployment - Pushing Your Site Live for the World to Enjoy" of the series "Django 3 - Full Stack Websites with Python Web Development".In...
Instructional Video3:52
Curated Video

Django3- Apps

Higher Ed
In this video, we will look at Apps.
r/>
This clip is from the chapter "Site 1 - Password Generator" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project...
Instructional Video5:59
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Download and install Python

Higher Ed
Explore various options available and download Python 3
r/>
This clip is from the chapter "Development environment setup" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section describes the...
Instructional Video1:21
Brian McLogan

Graphing a Radian as a Negative Number in Standard Position

12th - Higher Ed
πŸ‘‰ Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Instructional Video5:15
Curated Video

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

Higher Ed
This video focuses on cloning a remote repository in GitHub.
r/>
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 Video4:12
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Git Repository

Higher Ed
This video explains the initialization of a new Git repository.
r/>
This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how...