TED Talks
TED: What to trust in a "post-truth" world | Alex Edmans
Only if you are truly open to the possibility of being wrong can you ever learn, says researcher Alex Edmans. In an insightful talk, he explores how confirmation bias -- the tendency to only accept information that supports your personal...
SciShow
A Brief History of Timekeeping
It's time for another leap second! Join SciShow as we celebrate by exploring the long and strange history of timekeeping.
PBS
The Misunderstood Nature of Entropy
Entropy is surely one of the most intriguing and misunderstood concepts in all of physics. The entropy of the universe must always increase - so says the second law of thermodynamics. It's a law that seems emergent from deeper laws -...
Bozeman Science
Equipotential Lines
In this video Paul Andersen explains how equipotential lines show equal electric potential in an electric field. Equipotential lines can be created from scalar values or by observing the electric field lines. An charged object can move...
Bozeman Science
Half-Life and Radioactive Decay
In this video Paul Andersen explains how a radioactive nuclei can decay by releasing an alpha, beta, or gamma particle. The exact moment of decay for each nuclei can not be determined but probability is useful in predicting the...
SciShow
What's the Difference Between Baking Powder and Baking Soda
Powder vs. Soda: an important distinction!
Curated Video
The Legacy and Success of the German National Football Team
This video is a reunion of the successful German national team that won the World Cup in 1974, as well as a look at their journey in the 2006 World Cup. It highlights the team's past achievements, their tactical know-how, and their...
Curated Video
Portugal's World Cup Journey: The Quest for Greatness
This video discusses Portugal's history in the FIFA World Cup and highlights their potential to play dazzling football, yet their inability to progress beyond the semi-finals. It focuses on their performance in the 2006 World Cup and the...
Learn German with Herr Antrim
99% of German Learners FAIL to Reach Fluency: These 6 quotes can save you from their fate.
Discover the secrets to achieving German fluency with Herr Antrim's latest video, where he explains the pivotal role of consistency in language learning. Uncover effective strategies for learning German, from the formation of solid...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Formats of Data
You will learn about the different data formats in machine learning, including structured (labeled or unlabeled) and unstructured data, and how to choose the best format. This clip is from the chapter "Introduction to Machine Learning"...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - DevOps Maturity Model
While there are many versions of the DevOps Maturity Model, it is meant to be a model that describes a company's journey along the path of building a DevOps culture. Most models provide a step/progression layout to help identify where a...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Containerization with Docker
This video explains containerization, which is a way of packaging the code up complete with libraries, files, and dependencies in an environment that is predictable and portable. Docker is a suite of technologies that accomplishes this....
Curated Video
Vue.js 3 and Firebase for Beginners - Form and Table Styling
To round up this section, we will jump into the main .css file where we will apply some shared styles between the forms and our table as well as some general CSS styling. This clip is from the chapter "Project UI" of the series "Vue.js 3...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - EBS and EC2
Elastic Block Store is your "hard drive" in the cloud. This video introduces the use of an EBS volume in AWS.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Elastic File System (EFS)
Do you need to store data in your Amazon Web Services (AWS) cloud that can be accessed by multiple AWS virtual machines (instances)? If so, you need a Storage Area Network (SAN) in the cloud. The Elastic File System (EFS) provides this...
Curated Video
The Art of Doing - Web Development for Beginners - Store Front Two Preview
In this video, we will have a quick preview of our next project. You will learn how to design a multi-page site for a new "˜made-up company'. The site will include pages such as Home, About, Contact, Pricing, and Pictures, and you are...
Curated Video
The Art of Doing - Web Development for Beginners - Organized Collectors Project - Part 2
In this video, we will continue our work on the "Collectors" project by organizing the three item pages. Using the same principles of organized HTML, we will improve the structure and appearance of these pages, making them easier to...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - globalThis
This video explains the globalThis keyword released in ES2020. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and...
Curated Video
Oracle Database Administration from Zero to Hero - Performing RMAN Backups - Part I (2 of 2)
In this video, we will focus on performing full backups using RMAN. You will learn how to create whole database backups and partial backups, and how to specify a format for RMAN backups. This clip is from the chapter "Taking Backups in...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Data Files
In this video, we will focus on managing data files within an Oracle database. You will learn how to resize data files, alter data file availability, rename and relocate data files, and drop a data file. This clip is from the chapter...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Resources
This video explains how to find code, cheat sheets, and resources for the course. This clip is from the chapter "Introduction and Resources" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
Design Microservices Architecture with Patterns and Principles - Benefits of Modular Monolithic Architecture
In this video, let's discover the advantages of adopting modular monolithic architecture in applications. You will learn how it promotes better code maintainability, reusability, and testability. We will explore how modularization...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Bounded Context for Transactional Boundaries
This video explores the concept of bounded contexts, which are distinct areas within a microservices architecture that have their own transactional boundaries, allowing for independent data management and transactional consistency. This...