Curated Video
Bash Shell Scripting - Standard I/O Concepts
This video explains the standard concepts of I/O. 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 standard I/O...
IDG TECHtalk
How to set up a Microsoft Azure backup process
Setting up a backup process in Azure is one way to quickly recover from a ransomware attack. Leave a comment below and suggest a topic for a future episode of Windows Security Tips.
Packt
Understanding the Extensible Markup Language (XML) File to Control Logging in Test Case
This video explains how the XML file can be used to control logging in test case. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Learning LESS (Video 16)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Paul Marriott
Arduino Uno Instrument w/3 x HC-SR04 Ultrasonic Sensor, 3 x LED & 1 Passive Buzzer
A custom-built Arduino Uno musical instrument (on a breadboard) that can be played by waving a hand over a respective ultrasonic (HC-SR04) sensor. Each ultrasonic sensor plays its own musical tone via. passive buzzer, and an LED lights...
Curated Video
Docker for the Absolute Beginner - Hands-On - Demo - Example Voting Application with Docker Compose
Docker Compose: Demo - Example Voting Application with Docker Compose This clip is from the chapter "Docker Compose" of the series "Docker for the Absolute Beginner - Hands-On".In this section, you will learn about the Compose tool in...
Flipping Physics
Introductory Newton's 2nd Law Example Problem and Demonstration
This video could also be called "Finding the Force of Friction between a Dynamics Cart and Track” because we use Newton’s Second Law to analyze a demonstration and show how negligible the force of friction really is.
Curated Video
Bash Shell Scripting - "nohup" Command
This video focusses on the "nohup" command. This clip is from the chapter "Process Handling and Running Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on process...
Curated Video
Ansible for the Absolute Beginner - Demo - Ansible Inventory
This video demonstrates how to use Ansible inventory. This clip is from the chapter "Introduction to Ansible Inventory" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on Ansible inventory.
NASA
NASA | LCRD: From Vision to Reality
Since its inception in 1958, NASA has relied exclusively on radio frequency (RF)-based communications as the only viable medium for exchanging data between a mission and a spacecraft. Today, with missions demanding communication with...
Curated Video
Ansible for the Absolute Beginner - Lab Setup - Installing VirtualBox
This video demonstrates how to install VirtualBox. This clip is from the chapter "Lab – Setting up Virtual Machines (VMs) and Installing Ansible" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section explains...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Importance of Branching in Git
This video explains the importance of branching in Git. This clip is from the chapter "Understanding the Git Version Control System" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section explains the...
Curated Video
Create a Percentage Calculator Utility in Word
In this tutorial I'll show you how to create your own utilities in Microsoft Word which look and behave a little like addons. I'll show you how to create your own buttons and forms, and use simple code to create powerful and useful...
Curated Video
Demo QnA Maker and Bot Framework
In this demo video, we will work on QnA Maker and Bot framework. This clip is from the chapter "Conversational AI Workloads on Azure (15-20%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In this section,...
Packt
ProShop Project Demo
This video provides a demonstration of the ProShop project. This clip is from the chapter "Introduction" of the series "MERN E-commerce from Scratch".This section explains the basic concepts that are required for this course.
Curated Video
Ansible for the Absolute Beginner - Demo - Tips and Tricks - Atom Integrated Development Environment (IDE) with Ansible
This video presents some tips and tricks for Atom IDE with Ansible. This clip is from the chapter "Introduction to Ansible Playbooks" of the series "Ansible for the Absolute Beginner - Hands-On – DevOps".This section focuses on Ansible...
Curated Video
The Complete Java Developer Course: From Beginner to Master - A Book Class
This video demonstrates the construction of the book class. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on classes...
Flipping Physics
Using Impulse to Calculate Initial Height
A 66 g beanbag is dropped and stops upon impact with the ground. If the impulse measured during the collision is 0.33 N·s, from what height above the ground was the beanbag dropped?
Curated Video
Mastering Tableau 2018.1, Second Edition 10.1: Connecting to Existing Spatial Data
See how to connect to spatial data. • Download a sample dataset • Import data into Tableau
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure Replication Strategy - Lab
In this video, we will cover Azure replication strategy-lab. This clip is from the chapter "Azure 104 Certification - 2021 Updates" of the series "AZ-104: Microsoft Azure Administrator Full Course".In this section, we will cover some...
Curated Video
The Complete Python Course - Arithmetic Operators
Here, you will learn about basic operators in arithmetic, such as addition, subtraction, multiplication, and division. This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section...
Paul Marriott
Demonstration Only: Blynk IoT (Blynk 2.0) App w/Arduino Uno R3, ESP8266 ESP-01 Module & Blynk Cloud
A quick demonstration of a smartphone connected to an Arduino-connected LED via. Blynk IoT (aka Blynk 2.0) and the ESP8266 ESP-01 WiFi module. Easily turn an LED on and off via. 'Blynk IoT' app.
Curated Video
Bash Shell Scripting - Debugging - Part 3
This is the third part of the three-part video that explains the concept of debugging. This clip is from the chapter "Debugging Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This...
IDG TECHtalk
How to create R tables with expandable rows
See how to use the reactable R package to make an interactive table with rows that expand when clicked.