Curated Video
Bash Shell Scripting - Overview - Scripting @ The Command-line
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...
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. 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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Using the Pre-Commit NPM Package for Automation of the Pre-commit Hook
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Setting up a Third-Party Library
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Introduction to Logging in Python Tests
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...
All In One Social Media
How To Add Background Music In Streamyard (and where to find your own music)
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.
Maddie Moate
How to Stop Procrastinating | Science of Study #2 | Maddie Moate
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!
Curated Video
Microsoft SQL Server Development for Everyone - Advanced Select Queries
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.
Curated Video
Data Science and Machine Learning with R - Working with Files
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...
Curated Video
Bash Shell Scripting - Other Shell Variables - Part 1
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...
Curated Video
Bash Shell Scripting - Loops at the Command-line
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...
Curated Video
Bash Shell Scripting - Reading Files Using "for"
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.
IDG TECHtalk
How to use the script command: 2-Minute Linux Tips
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...
Curated Video
Bash Shell Scripting- Shell Script to start docker service
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...
Curated Video
Bash Shell Scripting- Basic Steps to write and execute a shell script
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...
Packt
Getting Started with Socket.io
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...
Curated Video
Ansible for the Absolute Beginner - Advanced Topics
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.
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Parameters and Variables
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Constant Variables
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...
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. This clip is from the chapter "(NEW) Cutting-Edge JavaScript...
Curated Video
Beginning Python (Video 39)
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...
IDG TECHtalk
Pyston, an alternate runtime for Python
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...
Curated Video
Bash Shell Scripting- Debugging a Bash Shell Script
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.
Packt
Handling AutoSuggestive Drop-down Options
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...