Curated Video
Multi-Paradigm Programming with Modern C++ - What Makes a Good Function
A function should perform a single logical operation. Small functions are easy to maintain and promote code reuse. The most common anti-pattern is a function that does too many things. • Why small functions are good? • How small should a...
Curated Video
GCSE Secondary English Age 13-17 - Reading: Responding to Evaluation Questions Part 3 - Explained
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Curated Video
Mastering Tableau 2018.1, Second Edition 9.2: Going from Regular Expressions to Level-of-Detail Expressions
We’ll see the difference between regular expressions and LOD expressions. • Why are regular expressions important?
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Where to Download the Code
To get the most out of this course, you'll probably want to download the code I've written in the videos. In this lesson, I'll show you where to download the code. This clip is from the chapter "Introduction" of the series "Python for...
Tarver Academy
How to Download a .zip Folder and Put it in Google Drive
In This Episode, Tyler Teaches Us About How to Download a .zip Folder and Put it in Google Drive
Curated Video
Supermarket HVAC Basics Explained
HVAC systems used in supermarkets & food retailers. In this video we look at different HVACR systems used in supermarkets & food retail outlets to understand the basics of how they work.
FuseSchool
How To Extract Aluminium By Electrolysis
Aluminium is the most abundant metal on Earth. However, it is expensive because a lot of electricity is used to extract it. Bauxite is the aluminium ore. It is purified to yield aluminium oxide, which is a white powder. Aluminium is then...
Curated Video
Beginning Python (Video 42)
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...
KnowMo
Introduction to Line Charts and Data Interpretation
The video is an educational lecture on line charts and their use in visualizing time series data. The presenter explains how line charts are primarily used to display data with time as one of the variables, and demonstrates how to read...
Curated Video
Practical GraphQL - Become a GraphQL Ninja - Basic mutations
GraphQL Mutations: Basic mutations This clip is from the chapter "GraphQL Mutations" of the series "Practical GraphQL - Become a GraphQL Ninja".Learn about GraphQL Mutations here.
Curated Video
Comprehensive Android Developer Bootcamp - Saving Data to Firestore
Introduction to Realtime Databases – Firebase and Firestore:Saving Data to Firestore This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The Comprehensive Android Developer...
IDG TECHtalk
How to use the tar command: 2-Minute Linux Tips
How to use the tar command: 2-Minute Linux Tips
Curated Video
How to Extract All Images from a Microsoft Word Document in One Go
Learn how to quickly extract all images from a Microsoft Word document in just one go by saving the document as a web page. This simple tutorial demonstrates how to easily access and save multiple images from your Word document without...
Curated Video
Learning Python Web Penetration Testing (Video 10)
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Next Animation Studio
Scientists build space probe that uses steam for propulsion
Scientists are building a space probe that could extract water from asteroids and travel indefinitely in space.
Curated Video
C++ Standard Template Library in Practice - Low Level I/O
In this video, you will learn about low level I/O. • Introduce the concept of low level I/O • See the different read functions in low level I/O • Present an example program that uses these concepts This clip is from the chapter "I/O in...
Curated Video
Java Programming for Complete Beginners - Java 16 - Eclipse Tip - Ctrl or Cmd + 1
In this video, we will learn about Eclipse Tip - Ctrl or Cmd + 1. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...
Curated Video
Excel VBA Programming The Complete Guide - Access Object from Collection by Name
In this lesson, we explore this with the context of Worksheet objects inside the Worksheets collection. This clip is from the chapter "The Fundamentals of the Excel Object Model" of the series "Excel VBA Programming–The Complete...
Curated Video
Learning Splunk - Hands-On Lab: Splunk Search Modes
Understanding the differences in the Splunk search modes in a hands-on activity. • Observe the results of running searches in each search mode • Identify the different field extraction behaviors in each mode • Recognize the performance...
Curated Video
Mastering Spring Framework Fundamentals - The Disadvantages of a Regular Proxy
This video demonstrates how to use the const functions. This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
Curated Video
Java Programming for Complete Beginners - Java 16 - Eclipse Tip – Ctrl or Cmd + 1
In this lesson, we will look at an important tip related to Eclipse IDE, which is Control/Command + 1. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 17 - Functions are First Class Citizens
In this session, we will learn about functions are first class citizens. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Python 3 for Beginners: Slices
In this educational video, we learn about slicing in Python, a powerful feature that allows us to extract specific parts of a list or string. The video explains how to use indexing with a colon to specify start and end points, with...
Curated Video
Python for Deep Learning - Build Neural Networks in Python - What is Deep Learning?
In this video, we will understand what deep learning is. This clip is from the chapter "Introduction to Deep Learning" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we will take a quick...