Instructional Video4:36
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Optional Chaining Operators

Higher Ed
This video explains chaining operators.
<
br/>
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 Video3:42
Curated Video

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

Higher Ed
This video explains the Nullish-Coalescing-operator.
<
br/>
This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video5:38
Curated Video

Behavioral Design Patterns in C++ - Undo - IV

Higher Ed
In this video, we will continue implementing the undo method in the remaining command classes.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video38:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Filter: Properties / 113

Higher Ed
This lesson will teach us more about props or properties used in React. Here, the properties are transferred from the parent to child components.
Instructional Video15:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 073

Higher Ed
In this video, you will learn how to effectively handle the chaining of fetch calls to avoid nesting them together, clean up our component code, and abstract those details away from our component code.
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 Video9:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Introduction and Demo

Higher Ed
This video demonstrates the Tailwind CSS framework use in detail, which is packed with classes like flex, pt-4, text-center, and rotate-90 that can build any design directly in the markup.
Instructional Video4:33
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Level Styling / 023

Higher Ed
In this lecture, you will learn about dynamic class names and dynamic CSS styling, which involves conditional arguments passed as True or False values and then performing a task assigned to it.
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 Video9:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016

Higher Ed
After understanding components, we will now understand the various components in use. We will also create different components and understand what fragments and component trees are.
Instructional Video2:01
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Photo Widget Entry

Higher Ed
This video explains the photo widget entry.<br<br/>/>

This clip is from the chapter "Photo-Based Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the photo-based widget.
Instructional Video4:46
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Hello Widget Timeline Entry

Higher Ed
This video explains how to create the hello widget timeline entry.
<
br/>
This clip is from the chapter "Build Your First Widget from Scratch" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
Instructional Video4:55
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Focus Timer Attributes

Higher Ed
This video explains focus timer attributes using the live activity.
<
br/>
This clip is from the chapter "iOS 16.1 Live Activity Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section...
Instructional Video6:34
Curated Video

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

Higher Ed
This video introduces you to the map widget.
<
br/>
This clip is from the chapter "Maps in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains maps in widgets to be shown on...
Instructional Video4:10
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Simple AVRO Schema

Higher Ed
In this video, you will learn to build a simple AVRO schema.
<
br/>
This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
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.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Instructional Video7:45
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Produce and Consume Using AVRO Console Producer and Consumer

Higher Ed
In this video, you will learn to produce and consume AVRO messages using AVRO Console Producer and Consumer.
<
br/>
This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers -...
Instructional Video7:40
Curated Video

The Complete Vue.js Course for Beginners - Vue.js Interpolation

Higher Ed
Vue.js interpolation is simply the process of displaying a string that's defined within your component logic. In this video, we will see how we can use interpolation and its role in Vue.js
<
br/>
This clip is from the chapter...
Instructional Video7:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Cell Property

Higher Ed
This video explains the Cell property used to reference the cells on your spreadsheets.
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section...
Instructional Video2:14
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - With and End With

Higher Ed
This video explains a new object called With and End With, where you can perform a series of statements on a specified object without specifying the name of the object multiple times.
<
br/>
This clip is from the chapter "VBA...
Instructional Video3:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variable Practice

Higher Ed
This video is a practice session on variables where you will declare the variable and store a value to it and read the string that was contained in it.
<
br/>
This clip is from the chapter "Mastering Variables in VBA" of the series...
Instructional Video4:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Resize Property

Higher Ed
This video explains the resize property that is available in VBA to change or resize the range of cells from the active cell as needed.
<
br/>
This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course...
Instructional Video7:09
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Getter and Setter / 127

Higher Ed
This video explains the getter and setter keywords in OOP using an example.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video8:59
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Static Keyword / 125

Higher Ed
This video explains static keywords that help us define a static method or static properties.
<
br/>
This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...