Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Installing VirtualBox
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...
Science ABC
How Can We Sometimes Keep Reading, But Not Understand Anything We Read?
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Tracing Execution in WebAssembly
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...
Curated Video
Creational Design Patterns in Modern C++ - Why a Double-Checked Locking Pattern (DCLP) Fails?
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,...
Curated Video
Complete Modern C++ - Union - II
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...
Curated Video
Complete Modern C++ - Circular References
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...
Curated Video
Complete Modern C++ - Operator Overloading - Part V (Smart Pointer Basics)
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.
Curated Video
Complete Modern C++ - If and switch with Initialization
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...
Curated Video
Complete Modern C++ - Exception Handling - Part III (Stack Unwinding)
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.
Curated Video
C++ Standard Template Library in Practice - Lists
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...
Brian McLogan
Finding the Degree Measure of an Angle When Given the Trig Value
👉 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...
Curated Video
The Complete Practical Docker Guide - How I Use Virtual Machines
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Java Reference Types – Puzzles
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Reference Types - How are they Stored in Memory?
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...
Curated Video
The Art of Doing: Dive Into Android Development with Kotlin - Installation and Introduction
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...
Curated Video
How To Remember Words Easily - English Like A Native
How To Remember Words Easily - English Like A Native
Curated Video
Learn and Master C Programming - Software: BIOS, OS and Programs
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...
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...
Psychology Unlocked
Atkinson and Shiffrin's (1968) Multi Store Model of Memory (AKA: Two Process Model)
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.
Curated Video
Learn and Master C Programming - CPU, GPU and 32-bit versus 64-bit Processors
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"...
IDG TECHtalk
Which programming language should you learn?
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...
IDG TECHtalk
2-Minute Linux Tip: How to use the top command
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...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Web Services (AWS) Platform
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...
Curated Video
Complete Modern C++ - Project - Part VIII (Upcasting and Downcasting)
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...