Instructional Video13:53
Curated Video

Modern JavaScript from the Beginning - Second Edition - Traversing the DOM - All Nodes

Higher Ed
This video covers how to traverse the entire DOM, including text nodes and comment nodes. It covers the firstNode, lastNode, nextNode, and previousNode properties.
<
br/>
This clip is from the chapter "DOM Manipulation" of the...
Instructional Video11:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Traversing the DOM - Elements

Higher Ed
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.
<
br/>
This clip is from the chapter "DOM...
Instructional Video3:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Nested Scope

Higher Ed
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.
<
br/>
This clip is from the chapter "Functions, Scope, and Execution Context" of the...
Instructional Video5:21
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using Matplotlib for Data Visualization (2)

Higher Ed
In this continuation lecture, we will focus on completing the assignment that we started on in the last lesson.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video13:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Delete Ideas

Higher Ed
In this video, we will implement the ability to delete ideas from the list.
<
br/>
This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video5:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Understanding Hierarchy in React.JS

Higher Ed
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...
Instructional Video10:10
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First React App

Higher Ed
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...
Instructional Video4:16
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Children Nodes

Higher Ed
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...
Instructional Video4:43
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Parent Nodes

Higher Ed
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...
Instructional Video4:12
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Model

Higher Ed
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...
Instructional Video9:55
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pseudo-Classes Part 1

Higher Ed
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...
Instructional Video1:58
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - DOM Model in CSS

Higher Ed
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...
Instructional Video15:50
Curated Video

The Art of Doing - Web Development for Beginners - CSS Selectors

Higher Ed
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...
Instructional Video14:33
Curated Video

The Art of Doing - Web Development for Beginners - Defining Element Width

Higher Ed
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.
<
br/>
This clip is from the...
Instructional Video18:43
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Inheritance

Higher Ed
This video explains inheritance in JavaScript.
<
br/>
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...
Instructional Video12:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - JSX: In-Depth Introduction / 007

Higher Ed
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.
Instructional Video5:15
Curated Video

Social Media Automation using Python - Project

Higher Ed
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.
<
br/>
This clip is...
Instructional Video2:56
Curated Video

HashiCorp Certified - Vault Associate Course - Controlling the Token Lifecycle

Higher Ed
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.
<
br/>
This clip is from the...
Instructional Video4:24
Curated Video

HashiCorp Certified - Vault Associate Course - Token Hierarchy

Higher Ed
In this video, we will explore the concept of token hierarchy in Vault. Here, you will understand more about how Vault tokens follow a token hierarchy. This is important to consider when using Vault tokens to authenticate and retrieve...
Instructional Video4:26
Curated Video

The Complete Vue.js Course for Beginners - Data Child to Parent

Higher Ed
In this video, we will talk about how we can pass data from a child component to a parent component.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section...
Instructional Video4:14
Curated Video

The Complete Vue.js Course for Beginners - Props

Higher Ed
In this video, we will talk about props. It can be registered on a component to pass data from a parent component to one of its children components.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete...
Instructional Video10:31
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Document / 275

Higher Ed
This video explains the delete functionality in the bookmark manager.
<
br/>
This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video6:27
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Delete Task / 294

Higher Ed
This video explains the delete functionality in the Kanban project.
<
br/>
This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video3:06
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Built-in Methods

Higher Ed
This video explains a few built-in methods and prototypes in OOPs.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...