Instructional Video3:42
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Nullish-Coalescing-Operator

Higher Ed
This video explains the Nullish-Coalescing-operator. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops,...
Instructional Video11:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Responsive Screen and Component Tools / 210

Higher Ed
Here, we will examine and explore the various possible settings related to our responsive screen. We will define page sizes, appearance of components on different pages, etc.
Instructional Video7:07
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dark Mode

Higher Ed
In this lecture, we will understand about the dark mode feature and use Tailwind CSS to style our site in dark mode, which is a first-class feature of many operating systems.
Instructional Video5:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Hover, Focus, and Other States

Higher Ed
In this lesson, you will learn to apply custom properties in special states, like when working with buttons, we will use "hover", "focus" properties for fonts, and other states that can be customized to our project requirements.
Instructional Video4:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Inline Level Styling / 022

Higher Ed
Let's examine what inline CSS is and where the style applies to a particular inline segment. We create an object and pass the styling parameters applicable to this inline segment.
Instructional Video6:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017

Higher Ed
After learning about components and component trees in this video, we will focus on props in detail. We will understand what props are and how they are used in codes and properties with dynamic values.
Instructional Video1:54
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Color Widget Introduction

Higher Ed
This video explains the color widget. This clip is from the chapter "Understanding Configurable Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the configurable widget, which...
Instructional Video2:37
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quotes Struct

Higher Ed
This video explains how to create the data structure for our quotes widget. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how to...
Instructional Video4:24
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Four Key Components

Higher Ed
This video explains the four key components that make up a widget, which are timeline provider, timeline entry, timeline entry view, and widget configuration. This clip is from the chapter "Understanding Widgets in WidgetKit" of the...
Instructional Video5:17
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pizza Order Attribute

Higher Ed
This video explains pizza order attribute file, which will be shared between the app and the widget. This clip is from the chapter "iOS 16.1 Live Activity Lifecycle Events" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with...
Instructional Video13:40
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Installing a Local Printer

Higher Ed
Installing a printer attached to a computer (a local printer) is a bread-and-butter task for techs. This episode describes the installation process using the Devices & Printers section of the Settings app in Windows. This clip is from...
Instructional Video9:37
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Dynamic IP Addressing

Higher Ed
Manually entering IP addresses into all our devices is an administrative nightmare. To avoid this mess, smart techs use the Dynamic Host Configuration Protocol (DHCP) to automatically provide IP addressing to individual hosts. This clip...
Instructional Video12:23
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Let's Build AVRO Kafka Producer

Higher Ed
In this video, you will learn to build a Kafka Producer to publish AVRO records into the Kafka topic. This clip is from the chapter "Build AVRO Producer and Consumer in Java" of the series "Kafka for Developers - Data Contracts Using...
Instructional Video4:28
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Configure the Kafka Producer Properties in Coffee Order Service

Higher Ed
In this video, we will configure the properties to boot the Kafka producer in the coffee orders service. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for...
Instructional Video5:08
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Developer Toolbar

Higher Ed
This video explains the Excel VBA developer toolbar and the various panels associated with it. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces...
Instructional Video13:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Prototype Inheritance / 123

Higher Ed
This video explains how inheritance works with this prototype method. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video9:20
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Inheritance - I / 120

Higher Ed
This video explains how to capture some properties and elements from parent to child. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video11:34
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Classes / 118

Higher Ed
This video explains the class keyword, which is used to create a blueprint in OOP. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video9:10
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object Literals Again! / 117

Higher Ed
This video explains why creating our own object literals is important. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video12:36
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object-Oriented Programming - II

Higher Ed
This video explains OOP concepts with a few examples. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object-oriented...
Instructional Video5:23
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - DOM In-Depth / 045

Higher Ed
This video explains how and when the DOM interface is loaded. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document...
Instructional Video10:00
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Math Object / 042

Higher Ed
This video explains the Math object in JavaScript. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals and its importance...
Instructional Video9:22
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - this' Keyword / 040

Higher Ed
This video explains the 'this' keyword in JavaScript with an example. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals...
Instructional Video11:00
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Object Literals - II / 038

Higher Ed
This video explains how to create an object along with its properties in JavaScript. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...