Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Branches Management
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...
Curated Video
Bash Shell Scripting - Basic System - Commands
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...
Curated Video
Active Directory with Windows Server 2016 - Using PowerShell
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...
Curated Video
Bash Shell Scripting- Executing a block of code using {}
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,...
Curated Video
Bash Shell Scripting- Loop Control commands / statements
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - What is Origin?
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...
Curated Video
Learning Lodash 4.0 (Video 27)
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...
Curated Video
Bash Shell Scripting- List of General-purpose commands to help understand about the usage of a command.
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...
Curated Video
The Full Stack Web Development - Getting Started With Ruby On Rails
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Windows Command-Line Tools
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Linux Shells
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+...
APMonitor
Install Python Packages with pip and conda
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.
Curated Video
Bash Shell Scripting- Writing Comments for a Shell Script
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.
Curated Video
Bash Shell Scripting- Simple Introduction to Functions
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.
Packt
Creating Maven Project and Understanding its Terminologies
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...
Curated Video
Mastering Swift 2 Programming (Video 41)
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...
Packt
Creating a Database in MySQL Server
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...
IDG TECHtalk
How to use the true and false commands: 2-Minute Linux Tips
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.
IDG TECHtalk
Using Python object properties to write smarter and more concise code
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.
Curated Video
Bash Shell Scripting- How to display or print a range of lines
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.
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Section 4 Introduction
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...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Python Scripts
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...
Curated Video
Cloud Native Development on Azure with Java 5.1: Introduction to Azure Kubernetes Service
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
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Bots and Botnets
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...