Curated Video
Java Multithreading and Parallel Programming Masterclass - What Is a Process?
This video talks about process in detail.
Curated Video
Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Attacks Against Encryption
In this video, we will look at the different kinds of attacks that hackers can perform to decrypt an already encrypted hard drive.
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Dunder Methods or Magic Methods
In this video, you will dive into dunder (double underscore) methods or magic methods in Python. You will learn how these special methods allow you to customize the behavior of classes and objects and gain a deep understanding of their...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Exercise on Static Method (Part 3)
In this video, you will continue to apply your knowledge of static methods through another practical exercise. You will be given more challenging problem statements and will learn how to design and implement static methods to solve them....
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Static Method
In this video, you will explore static methods in Python. You will understand the concept of static methods, which are methods that do not depend on the state of the instance or the class, and how to define and use them in your classes....
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Dynamic Memory Management
In this video, you will learn about dynamic memory management. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control,...
Curated Video
Java Multithreading and Parallel Programming Masterclass - Threads Versus Processes
This video demonstrates the difference between threads versus processes.
Curated Video
Alcohol and the Brain
Alcohol is consumed in small quantities for pleasure, but long-term use or consumption in greater quantities has alarming effects on the body, especially in younger people. Biology - Healthy Living - Learning Points. Alcohol is a...
Curated Video
Harmful Drugs: Cannabis
Cannabis is a controversial drug: there are debates around its production, legal status and use. What are the facts behind the use of this drug, and how safe or dangerous is it? Biology - Healthy Living - Cannabis is a mild sedative and...
Curated Video
Percentages: Feeding the Nutcracker
See the preparations the tiny Clark's Nutcracker makes for winter. Alongside its incredible memory, this bird must play the percentage game to survive. Maths - Number A Twig Math Film. Reinforce and extend the learning required by the...
Curated Video
Huntington's: The Disease
Discover how Huntington's disease is passed on through a single gene. How does it progress, what are the symptoms and is there a treatment? Biology - Cells And DNA - Learning Points. Huntington's disease is a genetic disorder that is...
Curated Video
How We Smell
Introduction to the structure and function of the nose, and how it works in tandem with the brain. How do we tell the difference between good and bad smells, and has this ability helped humans to survive? Biology - Being Human - Learning...
Curated Video
Introduction to the Brain
What does the brain look like and what does it actually do? What specific functions do the brain stem, cerebellum and cerebrum control? Biology - Being Human - Learning Points. The brain is the most complex object in the known Universe....
Curated Video
What is a Memory?
What are memories and how does the brain store them? How does our memory develop as we grow? Biology - Being Human - Learning Points. As the brain processes experiences and stimuli, it creates pathways between neurons. Pathways between...
Curated Video
Intuition
What is intuition and how does it work? A fireman explains how intuition saved his and his crews' lives. Biology - Being Human - Learning Points. The human brain has powers we aren't normally aware of. There is a part of our brain that...
ShortCutsTv
Context-Dependent Memory
If you’ve ever returned somewhere and found your mind suddenly filled with memories, you’ve experienced what psychologists call context-dependent memory. Research has shown that our recall of information is much stronger when it’s done...
Great Big Story
LaLa honors his love for Louise with a heartfelt tribute
Discover Charles "LaLa" Evans' touching tribute to his late wife, Louise, as he transforms their home into LaLa and Louise Place, celebrating nearly 60 years of love and cherished memories.
Curated Video
Why Do We Remember Bad Memories More than Good Memories?
Negative events tend to induce stress, prompting our body to release the stress hormones epinephrine and cortisol. These hormones are believed to influence the basolateral amygdala (BLA), which is responsible for storing fear-conditioned...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Execution Context in Action
This video demonstrates how execution context works in practice, using examples to illustrate the different stages of the execution context. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Execution Context
Here, you will learn about execution context, which is the environment in which JavaScript code is executed. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the Beginning".In...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Primitive Versus Reference Types
In this video, we will explain the difference between primitive and reference types in JavaScript and how they are stored in memory. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - The Stack Versus the Heap in Rust
In Rust, memory management is a crucial part of writing efficient and safe programs. Understanding the differences between the stack and the heap is important for managing memory effectively. In this video, you will learn about the stack...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Const in Rust - Constants
In this video, you will learn about constants in Rust and how to use them in your programs. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This...