Instructional Video2:38
Curated Video

Bash Shell Scripting - Overview - Scripting @ The Command-line

Higher Ed
This video presents an overview of this section. This clip is from the chapter "Scripting @ The Command-line" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on scripting...
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. 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...
Instructional Video7:26
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Using the Pre-Commit NPM Package for Automation of the Pre-commit Hook

Higher Ed
This video demonstrates how to use the pre-commit NPM package to automate the pre-commit hook in Git. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
Instructional Video13:38
Curated Video

The Modern JavaScript Bootcamp (2019) - Setting up a Third-Party Library

Higher Ed
In this video, you’re going to work with your first third-party JavaScript library. Third-party libraries allow you to use code written by others. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The...
Instructional Video6:24
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Introduction to Logging in Python Tests

Higher Ed
This video provides an introduction to logging in Python tests. This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video3:25
All In One Social Media

How To Add Background Music In Streamyard (and where to find your own music)

Higher Ed
You can now add your own background music to Streamyard. Let me show you now only HOW to add background music to Streamyard, but WHERE you can get Royalty & Copywrite free music to use.
Instructional Video4:16
Maddie Moate

How to Stop Procrastinating | Science of Study #2 | Maddie Moate

K - 5th
In the 2nd 'Science of Study' video we look at some more study tips (as proven by science) that REALLY will help you STOP procrastinating!
Instructional Video17:51
Curated Video

Microsoft SQL Server Development for Everyone - Advanced Select Queries

Higher Ed
This video focuses on advanced select queries. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to manipulate tables and data.
Instructional Video11:09
Curated Video

Data Science and Machine Learning with R - Working with Files

Higher Ed
This video explains working with files in R. This clip is from the chapter "Getting Started with R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section introduces you to getting...
Instructional Video6:20
Curated Video

Bash Shell Scripting - Other Shell Variables - Part 1

Higher Ed
This is the first part of the two-part video that explains other shell variables. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This...
Instructional Video12:08
Curated Video

Bash Shell Scripting - Loops at the Command-line

Higher Ed
This video demonstrates loops at the command-line. This clip is from the chapter "Scripting @ The Command-line" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on...
Instructional Video7:11
Curated Video

Bash Shell Scripting - Reading Files Using "for"

Higher Ed
This video demonstrates how to read files using "for". This clip is from the chapter "File Processing" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section explores file processing.
Instructional Video1:03
IDG TECHtalk

How to use the script command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the script command. It can be used to capture a series of commands that you run along with any output that they generate. This be helpful when you are documenting a process or testing a series of...
Instructional Video13:32
Curated Video

Bash Shell Scripting- Shell Script to start docker service

Higher Ed
This video shows how to use the schell script to start a Docker service. This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section covers the...
Instructional Video11:38
Curated Video

Bash Shell Scripting- Basic Steps to write and execute a shell script

Higher Ed
This video outlines the basic steps to write and execute a shell script. This clip is from the chapter "Introduction" of the series "Complete Bash Shell Scripting".This section introduces you to the course and helps you with the...
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 This clip is from the chapter "Real-Time Web Applications with Socket.io (Chat App)" of the series "The Complete Node.js Developer Course (3rd...
Instructional Video9:40
Curated Video

Ansible for the Absolute Beginner - Advanced Topics

Higher Ed
This video explains some advanced topics. This clip is from the chapter "Advanced Topics" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section covers some advanced topics.
Instructional Video2:18
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Parameters and Variables

Higher Ed
In this video, we will cover parameters and variables. This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module and the...
Instructional Video8:10
Curated Video

The Modern JavaScript Bootcamp (2019) - Constant Variables

Higher Ed
In this video, you’re going to learn about an alternative way to create variables. This will allow you to better describe what your program is doing. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript...
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. This clip is from the chapter "(NEW) Cutting-Edge JavaScript...
Instructional Video6:28
Curated Video

Beginning Python (Video 39)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video5:13
IDG TECHtalk

Pyston, an alternate runtime for Python

Higher Ed
Pyston, created originally at Dropbox, aims to speed up execution of Python programs with various acceleration techniques like just-in-time compilation ("JITting"). In this video we demonstrate Pyston's speedups -- still modest, but...
Instructional Video14:53
Curated Video

Bash Shell Scripting- Debugging a Bash Shell Script

Higher Ed
This video shows how to debug a shell script. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Instructional Video22:55
Packt

Handling AutoSuggestive Drop-down Options

Higher Ed
This video explains how to handle AutoSuggestive drop-down options. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...