Instructional Video3:31
Curated Video

Learning Dart (Video 3)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video13:35
Packt

Callback Chaining

Higher Ed
Asynchronous Node.js (Weather App): Callback Chaining This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Instructional Video8:40
Packt

Creating GIT Configuration and Repositories

Higher Ed
This video explains how to create GIT configuration and repositories. This clip is from the chapter "GIT - Version Control Tutorial" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section discusses...
Instructional Video1:58
IDG TECHtalk

Linux Tip: How to add and delete user accounts

Higher Ed
In today’s Linux tip, we’re going to look at the adduser and deluser commands. As the names suggest, they are used to add and delete user accounts on Linux systems. Leave a comment and let us know which command you want featured in a...
Instructional Video6:15
Curated Video

Bash Shell Scripting - Using "I" (pipe) - sort & uniq Commands

Higher Ed
This video focusses on using "I" (pipe) - sort & uniq commands. This clip is from the chapter "Standard I/O Concepts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on...
Instructional Video7:00
Curated Video

The Full Stack Web Development - String Commands

Higher Ed
Redis - The Cache Database: String Commands This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis – part of other essential technology and it is...
Instructional Video2:03
IDG TECHtalk

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

Higher Ed
In this Linux tip, we’re going to look at using the date command to run tests. You can always use the date command to see what day it is, but you can also use it in scripts to test what time, day of the month or month of the year it is...
Instructional Video2:20
IDG TECHtalk

How to use the strace and ltrace commands: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the strace and ltrace commands. They provide information on the system and library calls that a Linux process makes and this information can help when you're troubleshooting a process that's not...
Instructional Video1:46
IDG TECHtalk

How to use the head and tail commands: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the head and tail commands. They're basic commands that every Linux user should know. The head command is generally used to display the top lines in a text file, and the tail command shows the last...
Instructional Video5:23
Curated Video

Learn Git in 3 Hours- Manipulating Files and Folders

Higher Ed
Consider the following: creating a folder, moving a file or folder to a different location, copying a file, renaming a file, or reading its contents using a few simple commands. These operations can be very useful if you want to make...
Instructional Video4:04
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How Remote Repository Empowers Collaboration?

Higher Ed
This video explains how remote repository empowers collaboration in GitHub. 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...
Instructional Video3:35
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Basic Git Commands

Higher Ed
This video explains the basic Git commands. This clip is from the chapter "Basic Git Operations" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the Git file lifecycle. It also explains the...
Instructional Video7:40
Curated Video

The Complete Practical Docker Guide - Running Container with Pseudo TTY

Higher Ed
This video shows how to run container with Pseudo TTY. This clip is from the chapter "Docker Containers Management (Ubuntu, Nginx)" of the series "The Complete Practical Docker Guide".This section focuses on Docker containers management...
Instructional Video16:10
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - The Metasploit Console

Higher Ed
This video introduces you to the Metasploit console. This clip is from the chapter "System Hacking and Exploitation" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn how to hack...
Instructional Video11:31
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Meterpreter Environment

Higher Ed
This video teaches you to work with the Meterpreter environment. This clip is from the chapter "System Hacking and Exploitation" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Instructional Video4:34
Curated Video

The Complete Excel Guide: Beginners to Advanced - Working with the Save and Save As Commands

Higher Ed
Let's explore the Save and Save As Commands. This clip is from the chapter "Excel 2019 Beginner: Saving Workbooks" of the series "The Complete Excel Guide: Beginners to Advanced".This section aims to teach you how to save a workbook in...
Instructional Video6:29
Curated Video

Beginning Python (Video 41)

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 Video4:56
Curated Video

Bash Shell Scripting - Alias Command

Higher Ed
This video explains the Alias command. This clip is from the chapter "Customizing Shell Environment" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section helps you with customizing the...
Instructional Video3:59
Curated Video

The Full Stack Web Development - Installing Memcached

Higher Ed
Learning Caching Using Memcached: Installing Memcached This clip is from the chapter "Learning Caching Using Memcached" of the series "The Full Stack Web Development".We use Memcached – a caching system. We work with Telnet in Linux. We...
Instructional Video5:36
IDG TECHtalk

Python and the SQLite database: An introduction

Higher Ed
Python comes with a database built into it, SQLite, that you can use in your own Python programs to store and retrieve structured data, using the SQL syntax common to databases. In this video you'll see a quick example of how to do this.
Instructional Video8:29
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Running Selected Pytests from a Set of Tests

Higher Ed
This video demonstrates how to run selected pytests. This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores Python's unit testing...
Instructional Video5:02
NASA

NASA | Hubble Memorable Moments: Powering Down

3rd - 11th
In this first video of NASA's Hubble Memorable Moments series celebrating Hubble's 25 years, the telescope must be completely powered off to replace Hubble's heart. In 1999, engineers at NASA's Goddard Space Flight Center discovered that...
Instructional Video4:24
NASA

NASA | Driving A Lunar Spacecraft

3rd - 11th
Want to fly a spacecraft around the Moon? Take this video for a spin to see how NASA operates the Lunar Reconnaissance Orbiter.
Instructional Video6:27
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 2

Higher Ed
A quick look at using the command line/terminal window to navigate file directories This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python...