Instructional Video4:03
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - LCD Breakdown

Higher Ed
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...
Instructional Video6:59
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Dictionaries

Higher Ed
This video explains dictionaries in Python. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video7:31
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Converting Between Different Types

Higher Ed
This video explains converting between different types. This clip is from the chapter "Processing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to process information...
Instructional Video4:30
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Project Overview and Packages

Higher Ed
In this lesson, we will go over the project conception in detail and install and import all the required libraries for the project, input the data, and perform other tasks to project completion. This clip is from the chapter "Basics of...
Instructional Video1:49
Curated Video

Master SQL for Data Analysis - Data-Type Conversions (CAST)

Higher Ed
Here, we will understand predefined datatypes and how to convert one data type to another. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section focuses on the...
Instructional Video6:07
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Make Tensors from DataFrame

Higher Ed
In this video, we will continue to check our dataset using a single username. We will use a part of the DataFrame to do so. This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems:...
Instructional Video7:45
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Plotting Images

Higher Ed
In this video, you will learn how to plot images. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
Instructional Video6:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Babel / 154

Higher Ed
This video explains how to use Babel for compiling JavaScript. This clip is from the chapter "Babel" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains Babel, which is a JavaScript...
Instructional Video4:00
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Babel Introduction

Higher Ed
This video explains Babel and its importance. This clip is from the chapter "Babel" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains Babel, which is a JavaScript compiler.
Instructional Video6:35
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - II / 204

Higher Ed
This video explains how modules can help us divide the complexity of any project. This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the modules...
Instructional Video11:29
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - I / 203

Higher Ed
This video explains the modules and their importance in JavaScript. This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the modules in JavaScript.
Instructional Video12:32
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Income and Expense List / 236

Higher Ed
This video explains the income and expense list using a addTransaction function. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video7:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - JSON / 208

Higher Ed
This video explains JSON, which is a connecting value when it comes to local storage. This clip is from the chapter "Local Storage" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video5:40
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Search Task II: Case Sensitive / 228

Higher Ed
This video explains how to change the case-sensitive issue by converting the terms to lowercase. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video11:57
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Relationships (Parent/Child/Siblings) / 052

Higher Ed
This video explains the relationship between parent, child, and siblings in DOM. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video8:38
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Type Conversion / 017

Higher Ed
This video explains type conversion where you will be able to convert data types from string to number or number to string. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Instructional Video4:52
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Convert JSON to HCL

Higher Ed
This video provides a hands-on lab covering converting a Packer template from JSON to HCL format. The lab covers how to use the Packer init command to convert the template and how to modify the resulting HCL file to update the...
Instructional Video17:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Transaction / 238

Higher Ed
This video explains how to delete a transaction. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project in which we...
Instructional Video2:35
Learning Mole

How Does it Work? - Nitrogen Cycle

Pre-K - 12th
This video is explaining how nitrogen cycle works for kids.
Instructional Video0:37
Curated Video

I WONDER - What Is Wave Energy?

Pre-K - 5th
This video is answering the question of what is wave energy.
Instructional Video9:08
Curated Video

Getting Started with Scrum - Demo: Setting up the Sprint Tool

Higher Ed
In this class, we will understand how to start setting up the tool and using it for managing the Scrum artifacts.
Instructional Video3:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent

Higher Ed
This video showcases the design of a microservices architecture that incorporates the CQRS pattern, Event Sourcing, and eventual consistency and demonstrates how these patterns and principles can be applied together to build a scalable...
Instructional Video2:45
Curated Video

Design Microservices Architecture with Patterns and Principles - Eventual Consistency Principle

Higher Ed
This video discusses the principle of eventual consistency in distributed systems and explains that while immediate consistency may not always be achievable, eventual consistency ensures that all replicas of data will eventually be...
Instructional Video3:59
Curated Video

Design Microservices Architecture with Patterns and Principles - CQRS with Event Sourcing Pattern

Higher Ed
This section explores the combination of the Command Query Responsibility Segregation (CQRS) pattern with Event Sourcing, how Event Sourcing can be used to capture and store all changes to application state as a sequence of events, and...