Curated Video
CompTIA A+ Certification Core 1 (220-1101) - LCD Breakdown
The Liquid Crystal Display (LCD) is the dominant technology for today's monitors. A good tech should possess a deep understanding of how LCDs work and how to open and repair an LCD monitor. This clip is from the chapter "Book Chapter 17...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Optical Media
Shiny optical discs are an excellent media for transporting data and are still a very common tool for delivering drivers and configuration utilities for hardware. There's several different optical standards and it's critical to know that...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Installing and Troubleshooting a PSU
Knowing how to install and troubleshoot errors with power supplies is essential. While it is generally a simple process, there are some things to look out for. Let's go through installing and troubleshooting a PSU together. This clip is...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Installing and Troubleshooting a CPU
Every computer needs a CPU. The installation steps are straightforward but should be handled with care to prevent damage. Additionally, some form of cooling is required. This clip is from the chapter "Book Chapter 3 - CPUs" of the series...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - RAM Capacity
Individual sticks of DRAM will have very different capacities. It's important to understand RAM capacities and how sticks work together to provide the total memory for a system. This clip is from the chapter "Book Chapter 4 - RAM" of the...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - CPU Generations and Architecture
By now you are probably wondering what that alphabet soup of letters and numbers alongside a CPU name means. Understanding the nomenclature of CPU models will ensure that you fully understand how they work. In this video, we are going to...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - How to Use this Video Course
Steve shows you how to use this video course alongside the CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition. He also shows you helpful hints about the videos. This clip is from the chapter "All About the CompTIA A+" of the...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Splitting Code into Modules
This video explains splitting code into modules. This clip is from the chapter "Breaking Up Larger Programs, Part 2" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains part 2 of breaking up...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Enterprise Wireless
There's a big difference between the 80 2.11 network in your home and small office vs. 802.11 in larger organizations such as businesses, schools, and government offices. Multiple SSIDS, advanced technologies, and more aggressive...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Setting Up the Base Project - Gradle
In this video, we will set up the base Spring Boot project using Gradle. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
The Science and Art of Ice
Discover the fascinating properties of ice beyond its common use in cooling drinks. Learn why ice floats, how it forms, and its incredible strength, which makes it suitable for large sculptures. Explore the phenomenon of supercooling and...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Convolution
In this video, you will learn how to apply convolution to an image to create a blurring filter. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section,...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Macro Recording
This video explains how to record a simple macro that center-aligns texts. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces you to the course...
Curated Video
The Complete Vue.js Course for Beginners - Slots
In Vue.js, slots are a way to pass content to a component. They allow you to define a section of a component's template that can be replaced by the parent component. This clip is from the chapter "Advanced Concepts" of the series "The...
Curated Video
The Complete Vue.js Course for Beginners - Computed Property
A Computed property in Vue3 is used to declaratively describe a value that is dependent on other values. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this section, we will...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Add Task / 224
This video explains how to add a task to the ToDo list. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains another project...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Browser Console / 006
This video explains the browser console and its importance. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the basics of...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Selector Game I
This video explains the selector content using an example. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Semantics II
This video continues to explain HTML semantics and explains the tag called img. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Comments
This video explains how to add comments to the HTML code. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Curated Video
Design Microservices Architecture with Patterns and Principles - API Versioning in Microservices RESTful APIs
In this video, we will explore the challenges and best practices of versioning RESTful APIs in microservices architectures. We will understand different approaches to API versioning and their implications on compatibility and evolution....
Curated Video
Foetal Sac Surgery Before the Baby is Even Born
What do we do if the foetal sac tears during pregnancy? Doctors can do surgery on a foetus before it’s born. That’s amazing. But, to do this, they need to pierce the sac that holds the amniotic fluid around the foetus. Patching up this...
Flipping Physics
Buoyant Force Equation: Step-by-Step Derivation
In this physics lesson, we dive into the concept of buoyant force by analyzing a hypothetical cube submerged in a fluid. We derive the equation for buoyant force, which is the upward force exerted on an object in a fluid, equal to the...
Science Buddies
Simple Explanation of the Minimax Algorithm with Alpha-Beta Pruning with Connect 4
Create a Connect 4 AI Player with the Minimax algorithm and Alpha-Beta Pruning