Hi, what do you want to do?
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Shell Commands - File Management - Part 1
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...
r/>
This clip is from the chapter "Basic Shell Commands" of the series "Complete Git Guide: Understand and...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Using a Pre-Commit Hook
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...
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Verifying Commit Message Using Commitlint
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...
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Node.js Project
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...
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...
Curated Video
The Complete Practical Docker Guide - Running Hello-World Container
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...
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...
APMonitor
Matlab π©βπ» Printing disp and fprintf
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)
disp(<br/>round(pi))
fprintf('%.2f',pi)
fprintf('The value of pi is %.20f',pi)
Packt
Getting Started with Socket.io
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...
<
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...
Packt
Babel & Webpack Environment Setup
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...
<
br/>
This clip is from the chapter "Microposts Project - CRUD Front End (Webpack & Babel)" of the series "Modern JavaScript from the...
Brian McLogan
Sketch the Angle in Standard Position
π 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...
Brian McLogan
Finding two coterminal angles given in radians
π 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...
Brian McLogan
Find the reference angle and sketch both angles in standard position
π 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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Creating a Remote Branch Based on a Local Branch
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...
r/>
This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Pushing to a Remote Repository
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...
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...
Curated Video
The Complete Practical Docker Guide - Environment Variables
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.
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.
Curated Video
The Modern JavaScript Bootcamp (2019) - Avoiding Global Modules
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...
r/>
This clip is from the chapter "(NEW) Cutting-Edge...
Curated Video
Docker Dockerfile and Docker Compose 2020 Ready - Running a single Docker Container Explained Step-By-Step
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...
r/>
This clip is from the chapter "Understanding Docker Run with Volume mounting and...
Brian McLogan
Learning how to evaluate the partial sum of a series
π 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...
Curated Video
Learn Git in 3 Hours- Forking Repositories
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
β’...
β’ Create a fork of the repository to contribu
te to
β’...
Curated Video
Django3- Virtual Environments
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...
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...
Curated Video
Django3- Apps
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...
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Download and install Python
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...
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...
Brian McLogan
Graphing a Radian as a Negative Number in Standard Position
π 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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Cloning a Remote Repository
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...
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Initializing a New Git Repository
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...
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...