Instructional Video3:05
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Branches Management

Higher Ed
This video sheds light on Git branches management. This clip is from the chapter "Git Branches and HEAD" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the most common Git operations. It...
Instructional Video9:01
Curated Video

Bash Shell Scripting - Basic System - Commands

Higher Ed
This video helps you with the basic system of commands. This clip is from the chapter "Linux Commands - Quick Refresher" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section is a quick...
Instructional Video5:34
Curated Video

Active Directory with Windows Server 2016 - Using PowerShell

Higher Ed
Learn where PowerShell excels as a tool for the operation and maintenance of various AD users, groups, and objects. This clip is from the chapter "Install and Configure AD DS" of the series "Active Directory with Windows Server 2016".In...
Instructional Video11:19
Curated Video

Bash Shell Scripting- Executing a block of code using {}

Higher Ed
This video shows how to execute the block of code using {}. This clip is from the chapter "Test command, commands chaining, and conditional statements" of the series "Complete Bash Shell Scripting".This section covers test command,...
Instructional Video19:03
Curated Video

Bash Shell Scripting- Loop Control commands / statements

Higher Ed
This video explores the various loop Control commands and statements. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains...
Instructional Video4:18
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What is Origin?

Higher Ed
This video explains the concept of origin. 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...
Instructional Video6:57
Curated Video

Learning Lodash 4.0 (Video 27)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video2:03
Curated Video

Bash Shell Scripting- List of General-purpose commands to help understand about the usage of a command.

Higher Ed
This video discusses some general-purpose commands that help you use commands. 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 Video6:53
Curated Video

The Full Stack Web Development - Getting Started With Ruby On Rails

Higher Ed
Backend Programming with Ruby On Rails: Getting Started With Ruby On Rails This clip is from the chapter "Backend Programming with Ruby On Rails" of the series "The Full Stack Web Development".In this section, we will talk about whole...
Instructional Video16:23
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Windows Command-Line Tools

Higher Ed
Security technicians must be comfortable with Windows commands for standard maintenance and security tasks using commands such as ping, netstat, and icalcs. This clip is from the chapter "Tools of the Trade" of the series "CompTIA...
Instructional Video11:48
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Linux Shells

Higher Ed
A Linux shell is a case-sensitive command line environment that supports scripting and comes in various flavors including Bash, Korn, and C shells. This clip is from the chapter "Tools of the Trade" of the series "CompTIA Security+...
Instructional Video5:17
APMonitor

Install Python Packages with pip and conda

10th - Higher Ed
The package managers "pip" and "conda" allow users to install, update, or uninstall Python modules from a command line or directly from a Python script.
Instructional Video6:21
Curated Video

Bash Shell Scripting- Writing Comments for a Shell Script

Higher Ed
This video shows how to write comments for 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 Video6:34
Curated Video

Bash Shell Scripting- Simple Introduction to Functions

Higher Ed
This video introduces you to funcitons. This clip is from the chapter "Functions" of the series "Complete Bash Shell Scripting".This section explains functions in detail.
Instructional Video10:16
Packt

Creating Maven Project and Understanding its Terminologies

Higher Ed
This video explains how to create a Maven Project and understand its terminologies. This clip is from the chapter "Framework Part 3 - Maven Build Management Tool" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video4:16
Curated Video

Mastering Swift 2 Programming (Video 41)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video4:48
Packt

Creating a Database in MySQL Server

Higher Ed
This video demonstrates how to create a database in MySQL server. This clip is from the chapter "Database Connection to Selenium Test Cases" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video1:26
IDG TECHtalk

How to use the true and false commands: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the true and false commands. What they do is very simple. The true command generates an exit code of 0 (no problems) and the false command generates a value of 1.
Instructional Video2:00
IDG TECHtalk

Using Python object properties to write smarter and more concise code

Higher Ed
Everything in Python is an object. Learn how object properties -- which are actually just Python dictionaries under the hood -- can be leveraged to make your code smarter, more concise, and less riddled with boilerplate.
Instructional Video2:29
Curated Video

Bash Shell Scripting- How to display or print a range of lines

Higher Ed
This video shows how to display or print a range of lines. This clip is from the chapter "Commands to read a file content" of the series "Complete Bash Shell Scripting".This section covers the commands you can use to read files.
Instructional Video0:58
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Section 4 Introduction

Higher Ed
This video provides an introduction to this section. 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 to initialize a new Git...
Instructional Video7:25
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Python Scripts

Higher Ed
Python is a multi-platform case-sensitive scripting language that requires a Python interpreter to be installed. This clip is from the chapter "Tools of the Trade" of the series "CompTIA Security+ Certification SY0-601: The Total...
Instructional Video3:02
Curated Video

Cloud Native Development on Azure with Java 5.1: Introduction to Azure Kubernetes Service

Higher Ed
Before we take our cloud-native application one step further and deploy it in a containerized environment, let’s understand what Kubernetes is through this video. • Get introduced to Kubernetes • Explore the advantages of using Kubernetes
Instructional Video6:14
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Bots and Botnets

Higher Ed
Distributed Denial of Service (DDoS) attacks use collections of infected bots, or zombies in a botnet, to flood victims hosts or networks. Bots periodically contact a malicious user-controlled command and control server. This clip is...