Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove Items from Local Storage
In this video, you will learn how to remove items from local storage when they are removed from the shopping list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove and Clear Items
In this video, you will learn how to remove items from the shopping list and how to clear the entire list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Event Delegation and Multiple Events
In this video, you will learn about event delegation in JavaScript. We will explore how to use event delegation to handle events for multiple elements and how to register event listeners for different types of events. This clip is from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Event Bubbling
In this video, we will explore how event bubbling works in JavaScript. You will learn about the event propagation model and how to use it to handle events more efficiently. This clip is from the chapter "Events" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove Elements
This video covers how to remove an element from the DOM using JavaScript. It covers the removeChild() method. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the Beginning".In this section, we will...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Custom insertAfter() Challenge
This video presents a coding challenge to create a custom function called insertAfter() that can insert an element after a specific element in the DOM. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Traversing the DOM - All Nodes
This video covers how to traverse the entire DOM, including text nodes and comment nodes. It covers the firstNode, lastNode, nextNode, and previousNode properties. This clip is from the chapter "DOM Manipulation" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Traversing the DOM - Elements
This video covers how to traverse the DOM to access child elements, parent elements, and sibling elements. It covers the firstChild, lastChild, nextSibling, and previousSibling properties. This clip is from the chapter "DOM Manipulation"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Nested Scope
In this video, you will learn about nested scope, which is when a function is defined within another function, and how it affects variable scope. This clip is from the chapter "Functions, Scope, and Execution Context" of the series...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using Matplotlib for Data Visualization (2)
In this continuation lecture, we will focus on completing the assignment that we started on in the last lesson. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Delete Ideas
In this video, we will implement the ability to delete ideas from the list. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this bonus...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Understanding Hierarchy in React.JS
This video provides a comprehensive explanation of the hierarchy concept in React.JS. You will learn how components are structured in a hierarchical manner, with parent and child components, topics such as component composition, passing...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First React App
In this video, you will learn to create our first React application, be guided through the process of setting up a basic React project and understanding the structure of a React application. You will learn to create and render React...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Children Nodes
In this video, we will explore the children property, which provides access to the child nodes of an element. We will retrieve child elements, text nodes, or other types of nodes within an element. Understanding children nodes is...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Parent Nodes
This video focuses on traversing the DOM tree to access the parent nodes of elements. You will learn about the parentNode property to navigate to the immediate parent of an element, useful for traversing up the DOM tree, finding specific...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Model
In this video, you will learn about the Document Object Model (DOM), a programming interface for HTML and XML documents, and understand how the DOM represents the structure of a webpage as a hierarchical tree of objects and interact with...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Classes Part 1
In this video, we will discover the power of pseudo-classes in CSS3 and learn to target elements based on specific states or interactions. We will explore commonly used pseudo-classes such as :hover, :active, and :focus, and understand...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Model in CSS
In this video, we will gain a deeper understanding of the Document Object Model (DOM) and how it relates to CSS3. You will learn about the structure of the DOM, how elements are represented, and how CSS selectors interact with the DOM to...
Curated Video
The Art of Doing - Web Development for Beginners - CSS Selectors
In this video, you will learn about different CSS selectors such as Universal selector, Element selector, Selector list, Class selector, ID selector, and Descendant selector. We will also understand how CSS properties are inherited from...
Curated Video
The Art of Doing - Web Development for Beginners - Defining Element Width
In this video, you will learn how to define the element's width using pixel values, percentage values, and viewport units. You will also learn how to define classes for styling different-sized images. This clip is from the chapter "CSS...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Inheritance
This video explains inheritance in JavaScript. This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes enhancements and OOPS.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - JSX: In-Depth Introduction / 007
In this video, you will learn about JSX in-depth, a syntax extension for JavaScript that lets you write HTML-like markup inside a JavaScript file.
Curated Video
Social Media Automation using Python - Project
This video is a demonstration plus project work where we will create code based on the lessons learnt so far and link what we have studied in this course in terms of retrieving information using Python coding. This clip is from the...
Curated Video
HashiCorp Certified - Vault Associate Course - Controlling the Token Lifecycle
This video helps in controlling the token lifecycle. What if we don't like the default behavior of the token hierarchy if our apps can't handle it? Well, that's what we will explain in this video. This clip is from the chapter "Assess...