Curated Video
Behavioral Design Patterns in C++ - Function Strategy - II
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - UPDATE Statement
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"...
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - IV
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.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Visitor
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.
Curated Video
Learning GitHub Actions for DevOps CI/CD - Sharing Values Between Steps and Jobs in a Workflow
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - GitHub Environments | How to Add Manual Approvals
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Environment Variables
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...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Bump Values for 3D Detail
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...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Mesh for Water 3D Foliage
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...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Lowering Texture Resolution for Optimized 3D Foliage
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useRef Hook / 030
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Toggle Update / 169
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Configuration / 164
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Individual Document / 262
In Firebase version 9 Cloud Firestore, you can update an existing document using updateDoc() by adding, updating, or deleting the document field.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Updating Documents / 261
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Adding and Deleting Documents / 257
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Documents - I / 255
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: WordCount / 158
In this video, we will look at a demonstration to add an extra layer of security to the user and plain password authentication.
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Generating AVRO Classes Using Maven
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...
Curated Video
Social Media Automation using Python - Liking and Deleting the Post
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Update the Code to Interact with Maven Local Repository - Gradle
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...