Instructional Video14:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Controlling Content (Add/Delete) / 048

Higher Ed
This video explains how to add and delete content on our webpage using DOM. 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...
Instructional Video13:10
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with HashiCorp Vault Using the AWS Secrets Engine

Higher Ed
This video demonstrates how to use Packer with HashiCorp Vault’s AWS Secrets Engine to securely manage secrets during the build process. This clip is from the chapter "Packer Integrations" of the series "Automating Image Creation with...
Instructional Video18:01
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276

Higher Ed
This video explains how to filter the documents in the bookmark manager. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video4:59
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Is ChatGPT a Google Killer?

Higher Ed
In this video, we will discuss whether ChatGPT or any other language generation model has the potential to disrupt or replace Google and its search engine. We discuss the capabilities and limitations, compare ChatGPT and Google search,...
Instructional Video1:49
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Alternative 1

Higher Ed
Alternatives to ChatGPT refer to other language generation models or tools that can be used for similar tasks. These alternatives may have different strengths, limitations, and use cases than ChatGPT, like Socratic from Google. This clip...
Instructional Video2:26
Curated Video

Design Microservices Architecture with Patterns and Principles - Database Sharding Pattern

Higher Ed
The video dives deeper into the database sharding pattern, a popular approach for data partitioning in microservices and how sharding involves distributing data across multiple databases or shards and considerations and techniques for...
Instructional Video2:51
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?

Higher Ed
The video introduces the concept of data partitioning and explains its purpose in microservices data management and discusses the benefits of data partitioning and explores the idea of distributing data across multiple partitions or...
Instructional Video2:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Advantages and Disadvantages of GraphQL

Higher Ed
In this video, we will assess the advantages and disadvantages of using GraphQL in microservices architectures. We will understand the benefits of increased flexibility and reduced network traffic, as well as the challenges of caching,...
Instructional Video2:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Graph: QLA Query Language for APIs

Higher Ed
In this video, we will explore a query language for APIs, and its benefits for microservices architectures. We will understand how GraphQL allows clients to precisely request the data they need and eliminates the problem of over-fetching...
Instructional Video5:16
Curated Video

Design Microservices Architecture with Patterns and Principles - CQRS - Command Query Responsibility Segregation Pattern

Higher Ed
This video introduces the CQRS pattern, which separates the commands (write operations) and queries (read operations) into separate components, optimized data storage and retrieval strategies, enabling scalability and flexibility in...
Instructional Video2:54
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with GraphQL API Design

Higher Ed
In this video, you will learn to design microservices architecture using GraphQL API design principles. We will understand the schema design, data fetching strategies, and architectural considerations when implementing GraphQL in a...
Instructional Video2:35
Curated Video

Design Microservices Architecture with Patterns and Principles - Graph: QL Core Concepts, Schemas, Queries, Mutations, and Resolvers

Higher Ed
In this video, we will explore the core concepts of GraphQL, including schemas, queries, mutations, and resolvers. Learn how to define GraphQL schemas, write queries and mutations, and implement resolvers to fetch and manipulate data....
Instructional Video8:10
Curated Video

Mastering Competency-Based Interview Questions

12th - Higher Ed
This video includes four of the best examples to competency-based interview answers to tough interview questions using the STAR method. In this video I cover extensive job interview tips by breaking down each example answer to explain...
Instructional Video12:48
Curated Video

Indexes and Optimization

Pre-K - Higher Ed
Discover the significance of indexes in database performance and optimization. Learn how to create and use indexes to enhance the efficiency of your SQL queries, a key skill in database management.
Instructional Video10:03
Curated Video

Filtering data with WHERE and Operators

Pre-K - Higher Ed
Explore the power of the WHERE clause and operators to filter and refine your SQL queries. This SkillSprint focuses on creating precise data queries, using various conditions to extract exactly what you need.
Instructional Video12:41
Curated Video

Basic SQL Queries: SELECT and FROM

Pre-K - Higher Ed
Begin your journey into data retrieval with simple yet powerful SELECT and FROM clauses. Learn how to construct queries to effectively extract data from your database, a foundational skill in SQL querying.
Instructional Video2:34
Curated Video

Enhancing Battlefield Identification: NATO's Advanced Technology Integration

Pre-K - Higher Ed
The video showcases a multinational NATO exercise on Salisbury Plain, focusing on advanced technologies for combat identification to prevent friendly fire incidents. Troops from 9 countries are testing various systems, from encrypted...
Instructional Video5:55
Curated Video

ChatGPT for Salesforce Development - Use ChatGPT to Write Batch Apex and Its Test Class with 100% Code Coverage

Higher Ed
In this video, we will use ChatGPT to create a Batch Apex class that creates tasks for all cases in the “new” status. You will also learn how to achieve 100% code coverage using ChatGPT to write the necessary test class. By the end of...
Instructional Video6:16
Curated Video

ChatGPT for Salesforce Development - Use ChatGPT to Write Test Class for Your Batch Class

Higher Ed
In this video, we will ask ChatGPT to help us create a Batch Apex class that updates the Mailing City Of Contacts With Their Related Account's Billing City. We will then use ChatGPT again to generate the corresponding test class for this...
Instructional Video6:51
Curated Video

ChatGPT for Salesforce Development - Use ChatGPT to Write Batch Apex Class

Higher Ed
In this video, we will begin using ChatGPT to learn more about Batch Apex and its capabilities. We will then create a Batch Apex class that appends “Mytutorialrack” to all contact names and ask the ChatGPT to write the corresponding test...
Instructional Video8:32
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Exposing Projects with Public Routes

Higher Ed
In this video, you will learn how to expose projects with public routes. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this...
Instructional Video4:13
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Request and Response

Higher Ed
In this video, we will understand the starting and ending point of our flow, that is, request and response. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course...
Instructional Video3:34
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - The GraphQL Plugin and How It Works

Higher Ed
In this video, you will learn about the GraphQL plugin and understand how it works. This clip is from the chapter "Extending the GraphQL API" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you...
Instructional Video8:23
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Premium Posts: The FindOne Controller

Higher Ed
In this video, we will work on the findOne controller. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will...