Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Controlling Content (Add/Delete) / 048
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with HashiCorp Vault Using the AWS Secrets Engine
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276
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...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Is ChatGPT a Google Killer?
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,...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Alternative 1
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Database Sharding Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Advantages and Disadvantages of GraphQL
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Graph: QLA Query Language for APIs
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - CQRS - Command Query Responsibility Segregation Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with GraphQL API Design
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Graph: QL Core Concepts, Schemas, Queries, Mutations, and Resolvers
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....
Curated Video
Mastering Competency-Based Interview Questions
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...
Curated Video
Indexes and Optimization
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.
Curated Video
Filtering data with WHERE and Operators
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.
Curated Video
Basic SQL Queries: SELECT and FROM
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.
Curated Video
Enhancing Battlefield Identification: NATO's Advanced Technology Integration
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...
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Batch Apex and Its Test Class with 100% Code Coverage
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...
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Test Class for Your Batch Class
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...
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Batch Apex Class
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Exposing Projects with Public Routes
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Request and Response
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - The GraphQL Plugin and How It Works
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Premium Posts: The FindOne Controller
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...