Instructional Video6:52
Curated Video

Behavioral Design Patterns in C++ - Function Strategy - II

Higher Ed
In this video, we will continue to explore the function strategy design pattern, building on the concepts covered in the previous video. We will dive deeper into the implementation of this pattern. This clip is from the chapter...
Instructional Video7:17
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var

Higher Ed
This video explains the replacements of the Var keyword, which are Let and Const. This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Instructional Video4:06
Curated Video

SQL Server Course for Beginners with 100+ examples - UPDATE Statement

Higher Ed
Learn how to work with the UPDATE statement in SQL to update existing records in a table. Use the WHERE clause with the UPDATE statement to avoid updating all records in the table. This clip is from the chapter "Alter and Update in SQL"...
Instructional Video2:49
Curated Video

Behavioral Design Patterns in C++ - Shapes Example - IV

Higher Ed
This video explains the single and double dispatch concepts. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video5:23
Curated Video

Behavioral Design Patterns in C++ - Introduction-Visitor

Higher Ed
This video provides an introduction to the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video4:17
Curated Video

Learning GitHub Actions for DevOps CI/CD - Sharing Values Between Steps and Jobs in a Workflow

Higher Ed
This video demonstrates how to share the values between steps and jobs in a workflow. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on...
Instructional Video8:23
Curated Video

Learning GitHub Actions for DevOps CI/CD - GitHub Environments | How to Add Manual Approvals

Higher Ed
This video demonstrates GitHub environments, and you will focus on how to add manual approvals. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section...
Instructional Video9:47
Curated Video

Learning GitHub Actions for DevOps CI/CD - Environment Variables

Higher Ed
This video explains environment variables in detail. Here, you will look at different ways of creating variables and using their values inside our workflows. This clip is from the chapter "GitHub Actions: Exploring the Features" of the...
Instructional Video12:30
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Bump Values for 3D Detail

Higher Ed
In this lesson, you will learn how to fix issues with flat textures and manually paint in additional detail for our reed buds. This clip is from the chapter "Water Foliage Reed Texturing" of the series "Blender to Unreal Engine - 3D...
Instructional Video14:02
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Mesh for Water 3D Foliage

Higher Ed
In this lesson, we will be introduced to the modelling process for water-based foliage. We will start creating reeds and grass to place them on top of the water planes. This clip is from the chapter "Blender Water 3D Foliage" of the...
Instructional Video12:39
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Lowering Texture Resolution for Optimized 3D Foliage

Higher Ed
This lesson will introduce us to working with a lowered resolution for the mesh to optimize the foliage pack. You will learn the importance of making use of different texture sizes when only some parts of a mesh need additional texture...
Instructional Video6:40
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useRef Hook / 030

Higher Ed
In this video, we will explore a hook, useRef, which will allow us to reference an unnecessary value for rendering. This is used to reference a value, manipulate a DOM with a reference, and avoid recreating reference content.
Instructional Video5:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Toggle Update / 169

Higher Ed
In this video, we will discuss about two concepts, the first being a toggle and how to delete the card when the recycle icon is clicked and the second concept we will discuss here is the infinite loop.
Instructional Video16:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167

Higher Ed
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
Instructional Video13:40
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Configuration / 164

Higher Ed
In this lesson, we will focus on the configuration part of the Firebase app. We will also work on receiving the information from the Firestore.
Instructional Video3:51
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Fetching Individual Document / 262

Higher Ed
In Firebase version 9 Cloud Firestore, you can update an existing document using updateDoc() by adding, updating, or deleting the document field.
Instructional Video7:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Updating Documents / 261

Higher Ed
This guide explains how to use the set, add, or update individual documents in Cloud Firestore. If you want to write data in bulk, see transactions.
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Instructional Video14:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Adding and Deleting Documents / 257

Higher Ed
The simplest way to delete data is to call removeValue() on a reference to the location of that data. We can also delete data by specifying null as the value.
Instructional Video9:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Fetching Documents - I / 255

Higher Ed
You can use the Realtime Database Query class to retrieve data sorted by key, by value, or by the value of a child. You can also filter the sorted result.
Instructional Video5:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: WordCount / 158

Higher Ed
In this video, we will look at a demonstration to add an extra layer of security to the user and plain password authentication.
Instructional Video3:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generating AVRO Classes Using Maven

Higher Ed
In this video, we will code and generate AVRO classes using Maven. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video4:11
Curated Video

Social Media Automation using Python - Liking and Deleting the Post

Higher Ed
Let's use Python coding to like and delete posts on Facebook, using the like_post() function and the delete_post() functions to delete the post. This clip is from the chapter "Facebook Automation" of the series "Social Media Automation...
Instructional Video9:04
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Update the Code to Interact with Maven Local Repository - Gradle

Higher Ed
In this video, we will code and learn about how to integrate our code to work with the Maven local repository. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts...