Instructional Video15:37
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Installing VirtualBox

Higher Ed
This video shows you how to install VirtualBox. This clip is from the chapter "Setting Up a Pentesting Lab" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to set up a pentesting...
Instructional Video3:21
Science ABC

How Can We Sometimes Keep Reading, But Not Understand Anything We Read?

Pre-K - Higher Ed
Imagine you are reading something for a school assignment, a novel, or a technical summary of the country’s current economic situation. But you suddenly realize that you are only reading the words without absorbing anything. In other...
Instructional Video6:23
Curated Video

Hands-On WebAssembly for C++ Programmers - Tracing Execution in WebAssembly

Higher Ed
How can we get more fine-grained memory control and introspection into our program? • Instrument our code with the tracing API • Set up a tracing server • Run the code and observe tracing results This clip is from the chapter "Debugging...
Instructional Video8:08
Curated Video

Creational Design Patterns in Modern C++ - Why a Double-Checked Locking Pattern (DCLP) Fails?

Higher Ed
This video explains how a DCLP can fail in some scenarios. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes, multithreading, patterns,...
Instructional Video4:56
Curated Video

Complete Modern C++ - Union - II

Higher Ed
In this video, we will see the caveats of using user-defined types as members in a union. This clip is from the chapter "More C++ Goodies" of the series "Complete Modern C++".In this section, you will learn about enums, strings, constant...
Instructional Video10:28
Curated Video

Complete Modern C++ - Circular References

Higher Ed
In this video, we will learn about circular references and how using shared_ptr may lead to memory leaks. Finally, we will use weak_ptr to prevent memory leaks. This clip is from the chapter "Memory Management – Part II" of the series...
Instructional Video5:04
Curated Video

Complete Modern C++ - Operator Overloading - Part V (Smart Pointer Basics)

Higher Ed
This video explains the RAII idiom. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about overloading and type conversion.
Instructional Video5:47
Curated Video

Complete Modern C++ - If and switch with Initialization

Higher Ed
In this video, learn how you can perform initialization in if/switch conditions. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as...
Instructional Video6:32
Curated Video

Complete Modern C++ - Exception Handling - Part III (Stack Unwinding)

Higher Ed
This video explains the concept of stack unwinding. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Instructional Video3:55
Curated Video

C++ Standard Template Library in Practice - Lists

Higher Ed
The user is unfamiliar with the list container, wishes to know more about them, and when to use them. • Begin by introducing the user to the list, discussing how it works • Inform the user of the pros and cons of using the data structure...
Instructional Video1:41
Brian McLogan

Finding the Degree Measure of an Angle When Given the Trig Value

12th - Higher Ed
👉 Learn how to evaluate the inverse of reciprocal trigonometric functions. Recall that the reciprocal trigonometric functions are given by the ratio of 1 and the corresponding trigonometric function. When an angle is unknown but the...
Instructional Video10:22
Curated Video

The Complete Practical Docker Guide - How I Use Virtual Machines

Higher Ed
This video explains how to use virtual machines. This clip is from the chapter "What is Docker and Docker Components" of the series "The Complete Practical Docker Guide".This section focuses on Docker and its components.
Instructional Video8:53
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Java Reference Types – Puzzles

Higher Ed
In this video, we will learn about Java reference types – puzzles. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into string class and...
Instructional Video7:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Reference Types - How are they Stored in Memory?

Higher Ed
In this video, we will learn about reference types - how they are stored in memory. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into...
Instructional Video9:28
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Installation and Introduction

Higher Ed
Let's take a look at the course and install all the tools needed for our course installation and introduction. This clip is from the chapter "Installation and Setup" of the series "The Art of Doing: Dive Into Android Development with...
Instructional Video9:14
Curated Video

How To Remember Words Easily - English Like A Native

Pre-K - Higher Ed
How To Remember Words Easily - English Like A Native
Instructional Video2:50
Curated Video

Learn and Master C Programming - Software: BIOS, OS and Programs

Higher Ed
We will cover different types of software and the role of OS and its impact on our programs. This clip is from the chapter "Quick Intro To Computer Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video7:41
Psychology Unlocked

False Recall ... Why You Probably Imagined It - Cognitive Psychology - Memory

Higher Ed
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...
Instructional Video4:06
Psychology Unlocked

Atkinson and Shiffrin's (1968) Multi Store Model of Memory (AKA: Two Process Model)

Higher Ed
This video outlines Atkinson and Shiffrin's key cognitive model of memory - the multi store multi of memory. This is a landmark theory in the development of the study of memory.
Instructional Video5:53
Curated Video

Learn and Master C Programming - CPU, GPU and 32-bit versus 64-bit Processors

Higher Ed
Learn the role of CPU and its components and also learn about the role of GPU and touch base on differences between 32-bit and 64-bit processors as well as Operating Systems. This clip is from the chapter "Quick Intro To Computer Basics"...
Instructional Video14:16
IDG TECHtalk

Which programming language should you learn?

Higher Ed
Selecting which programming language is most appropriate to learn can be a daunting task. While there is overlap among them, they each excel at different functions. InfoWorld senior writer Serdar Yegulalp joins Juliet to discuss the...
Instructional Video2:50
IDG TECHtalk

2-Minute Linux Tip: How to use the top command

Higher Ed
In today’s Linux tip, we’re going to look at top – a favorite tool for examining performance on a Linux system. Want to pinpoint why your Linux system is running slowly? Top can shed a lot of light on that. Leave a comment and let us...
Instructional Video5:40
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Web Services (AWS) Platform

Higher Ed
This video introduces you to the AWS platform and its various services, such as computing services, storage services, database services, and networking services. This clip is from the chapter "Solutions Architect Chapter 1 - Amazon Web...
Instructional Video5:46
Curated Video

Complete Modern C++ - Project - Part VIII (Upcasting and Downcasting)

Higher Ed
This video is a discussion on upcasting and downcasting within the objects of a class hierarchy. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about...