Curated Video
Learning Dart (Video 3)
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...
Packt
Callback Chaining
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...
Packt
Creating GIT Configuration and Repositories
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...
IDG TECHtalk
Linux Tip: How to add and delete user accounts
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...
Curated Video
Bash Shell Scripting - Using "I" (pipe) - sort & uniq Commands
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...
Curated Video
The Full Stack Web Development - String Commands
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...
IDG TECHtalk
2-Minute Linux Tips: How to use the date command
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...
IDG TECHtalk
How to use the strace and ltrace commands: 2-Minute Linux Tips
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...
IDG TECHtalk
How to use the head and tail commands: 2-Minute Linux Tips
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...
Curated Video
Learn Git in 3 Hours- Manipulating Files and Folders
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - How Remote Repository Empowers Collaboration?
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Basic Git Commands
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...
Curated Video
The Complete Practical Docker Guide - Running Container with Pseudo TTY
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - The Metasploit Console
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Meterpreter Environment
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Working with the Save and Save As Commands
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...
Curated Video
Beginning Python (Video 41)
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...
Curated Video
Bash Shell Scripting - Alias Command
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...
Curated Video
The Full Stack Web Development - Installing Memcached
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...
IDG TECHtalk
Python and the SQLite database: An introduction
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.
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Running Selected Pytests from a Set of Tests
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...
NASA
NASA | Hubble Memorable Moments: Powering Down
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...
NASA
NASA | Driving A Lunar Spacecraft
Want to fly a spacecraft around the Moon? Take this video for a spin to see how NASA operates the Lunar Reconnaissance Orbiter.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 2
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...