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
Python Bootcamp in a Day - Python Programming for Beginners - Dictionaries
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.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Converting Between Different Types
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Project Overview and Packages
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...
Curated Video
Master SQL for Data Analysis - Data-Type Conversions (CAST)
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...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Make Tensors from DataFrame
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:...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Plotting Images
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Babel / 154
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Babel Introduction
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - II / 204
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - I / 203
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Income and Expense List / 236
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - JSON / 208
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Search Task II: Case Sensitive / 228
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Relationships (Parent/Child/Siblings) / 052
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Type Conversion / 017
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Convert JSON to HCL
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Transaction / 238
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...
Learning Mole
How Does it Work? - Nitrogen Cycle
This video is explaining how nitrogen cycle works for kids.
Curated Video
I WONDER - What Is Wave Energy?
This video is answering the question of what is wave energy.
Curated Video
Getting Started with Scrum - Demo: Setting up the Sprint Tool
In this class, we will understand how to start setting up the tool and using it for managing the Scrum artifacts.
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Eventual Consistency Principle
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - CQRS with Event Sourcing Pattern
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...