Hi, what do you want to do?
Curated Video
Bash Shell Scripting - Using "I" (pipe) - sort & uniq Commands
This video focusses on using "I" (pipe) - sort & uniq commands.
r/>
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...
r/>
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...
IDG TECHtalk
How to never look up tidyr pivot_wider and pivot_longer again
Tidyr is a handy R package for reshaping data, but it can be hard to remember exactly how pivot_wider and pivot_longer work. Thanks to RStudio code snippets, you can write a snippet once and then always have a fill-in-the-blank code...
Curated Video
Learn Git in 3 Hours- Setup Git Ignore Files
There will be files in our Git repositories that we will not want to track the changes to, such as build artefacts. We can use Git ignore lists to specify these files.
• Decide what files are to be ig
nored
• Create a...
• Decide what files are to be ig
nored
• Create a...
Curated Video
Complete Modern C++ - Typedef, Type Alias, and Alias Templates (C++11)
In this video, understand the concept of type definitions and type aliases and then compare them.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template...
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Variables in JavaScript
JavaScript Crash Course: Variables in JavaScript
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables...
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Loops
JavaScript Crash Course: Loops
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript, Data...
r/>
This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript, Data...
Curated Video
The Complete Excel Guide: Beginners to Advanced - If Statements
The aim of this video is to understand the If statements.
r/>
This clip is from the chapter "Excel 2019 Beginners: Advanced Formula Creation" of the series "The Complete Excel Guide: Beginners to Advanced".In this section,...
r/>
This clip is from the chapter "Excel 2019 Beginners: Advanced Formula Creation" of the series "The Complete Excel Guide: Beginners to Advanced".In this section,...
Curated Video
I WONDER - Where Did The Name For The Month Of July Come From?
This video is answering the question of where did the name for the month of July come from.
IDG TECHtalk
Easy error handling in R with purrr’s possibly
See how the purrr package’s possibly() function helps you flag errors and keep going when applying a function over multiple objects in R.
KnowMo
Introduction to Pictograms and How to Construct and Interpret Them
This video is a tutorial on how to construct and interpret pictograms. The presenter explains the purpose of pictograms and demonstrates how to construct a simple one using a data table of farmers harvesting pumpkins. The video also...
Curated Video
The Complete Practical Docker Guide - Using Custom Persistent Names for Connectivity in the Custom Network
This video is about using custom persistent names for connectivity in the custom network.
r/>
This clip is from the chapter "Default and Custom Bridge Networks in Docker (WordPress, MySQL)" of the series "The Complete Practical...
r/>
This clip is from the chapter "Default and Custom Bridge Networks in Docker (WordPress, MySQL)" of the series "The Complete Practical...
Curated Video
The Complete Practical Docker Guide - Plan for the Next Lectures - Networks and Environment Variables
This video focuses on the plan for the next lectures - networks and environment variables.
r/>
This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The...
r/>
This clip is from the chapter "Communication Between Containers and Environment Variables (MySQL, phpMyAdmin)" of the series "The...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Importing Comma Separated Values (CSV) Data with Logstash
This video demonstrates how to import CSV data with Logstash.
r/>
This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This...
r/>
This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Scenario Manager
The aim of this video is to explore the scenario manager.
r/>
This clip is from the chapter "Excel 2019 Advanced: Data Analysis" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore...
r/>
This clip is from the chapter "Excel 2019 Advanced: Data Analysis" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Using Names in Formulas
The aim of this video is to explore how to use names in formulas.
r/>
This clip is from the chapter "Excel 2019 Beginners: Working with Names" of the series "The Complete Excel Guide: Beginners to Advanced".In this section,...
r/>
This clip is from the chapter "Excel 2019 Beginners: Working with Names" of the series "The Complete Excel Guide: Beginners to Advanced".In this section,...
Curated Video
Using the If Statement for Decision Making in Python
This lesson introduces the concept of using the 'if' statement in Python to make decisions based on user input. By checking if a certain condition is met, the program can execute different blocks of code. Through practical examples and...
Psychology Unlocked
False Recall ... Why You Probably Imagined It - Cognitive Psychology - Memory
Memory is a fickle friend and so much of what we think we remember actually never happened. This video introduces a series of fascinating psychology studies into false recall - use these studies to enhance your essays on the reliability...
Curated Video
Beginning Python (Video 21)
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...
Curated Video
Learning ASP.NET Web API (Video 11)
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build...
NASA
Interconnected: The Science of NAAMES
Most people wouldn’t expect microscopic life forms in the ocean to have much to do with Earth’s atmosphere. It turns out that their influence is profound, which is why an extraordinary team of scientists has taken to the sea...
Curated Video
Microsoft SQL Server Development for Everyone - Selecting Data from the Table Using an SQL Script
This video explains how to select data from the table using an SQL script.
r/>
This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how...
r/>
This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how...
Curated Video
Complete Java SE 8 Developer Bootcamp - “this”-Part 2
Here, we learn more features of the “this” keyword.
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static...
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Garbage Collection
This video focuses on the garbage collection command in Git.
r/>
This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to clone one of...
r/>
This clip is from the chapter "Advanced Git" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to clone one of...
Curated Video
The Complete Practical Docker Guide - Inspecting Default Bridge Network
This video shows how to inspect default bridge network.
r/>
This clip is from the chapter "Default and Custom Bridge Networks in Docker (WordPress, MySQL)" of the series "The Complete Practical Docker Guide".This section...
r/>
This clip is from the chapter "Default and Custom Bridge Networks in Docker (WordPress, MySQL)" of the series "The Complete Practical Docker Guide".This section...