Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Mental Health (Self-Care, Stress Management, Personal Therapy)
This video will teach us to care for our minds and emotions and discover self-care practices to manage stress, anxiety, and other mental health challenges. We will explore the benefits of personal therapy and how to find a therapist to...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders
In this video, we will understand the concept of a Packer builder responsible for creating machines and generating images. More than one builder can be specified in a template. We will compare the different builder models available. This...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Document / 275
This video explains the delete functionality 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 new...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Updating Documents / 261
This video explains how to update a particular document. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Delete Task / 294
This video explains the delete functionality in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Add Task / 292
This video explains the add functionality in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Task Count / 291
This video explains how to fix the task count in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Task / 288
This video explains how to delete a task from the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a web-based...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Get Task / 286
This video explains the get task functionality of the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task Count / 226
This video explains how to update the task count using messageSpan. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Add Task / 224
This video explains how to add a task to the ToDo list. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains another project...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical Operators / 024
This video explains logical operators in JavaScript along with an example. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Analyzing Net Promoter Score (NPS)
In this video, we will explore how ChatGPT can analyze Net Promoter Score (NPS) data in Excel. We will use ChatGPT's capabilities to calculate NPS, analyze NPS data using Excel functions, and visualize NPS results using charts/graphs for...
Curated Video
Design Microservices Architecture with Patterns and Principles - Choosing the Right Architecture for Your Application
This video will explore the factors to consider when selecting an architecture for our application. This video discusses various architectural options, strengths, and suitability for different scenarios, empowering us to make informed...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Client Apps Have Different UI Requirements
This video highlights the challenge of catering to different UI requirements of client applications in a microservices architecture and discusses the need for a solution that allows the backend to provide tailored responses to different...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Multiple Request (N+1) for Retrieving Relational Data
In this video, we will address the problem of multiple requests and the N+1 query problem when retrieving relational data in a microservices architecture. Explore strategies, such as eager loading, caching, and denormalization, to...
Curated Video
Design Microservices Architecture with Patterns and Principles - API Gateways Microservices Code Review - E-Commerce App
In this video, a code review of the API gateways microservice in the e-commerce application is conducted and explores the codebase of the API gateways microservice, its role in handling client requests and routing them to the appropriate...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Using Containers and Orchestrators
In this video, the adaptation of existing microservices to leverage containers and orchestrators is discussed, the process of containerizing microservices, modifying deployment configurations, and integrating with container orchestration...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt Microservices Distributed Caching with Cache-Aside Pattern
This video explores how to adapt an existing microservices architecture to incorporate distributed caching with the cache-aside pattern. It discusses the steps and considerations involved in integrating caching into the architecture....
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Bounded Context for Transactional Boundaries
This video explores the concept of bounded contexts, which are distinct areas within a microservices architecture that have their own transactional boundaries, allowing for independent data management and transactional consistency. This...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem Manage Consistency Across Microservices in Distributed Transactions
This video addresses the challenge of managing consistency across multiple microservices in distributed transactions, delves into the complexities and difficulties associated with ensuring transactional consistency in a distributed...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent
This video focuses on the adaptation of an existing microservices architecture to incorporate CQRS, Event Sourcing, and eventual consistency and provides guidance and best practices for introducing these patterns into an existing system,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Service Registry/Discovery Pattern - Microservices Communications Design pattern
The Service Registry/Discovery pattern is discussed in this video to facilitate service-to-service communication and explains how this pattern involves maintaining a central registry of available services and provides mechanisms for...
Curated Video
Design Microservices Architecture with Patterns and Principles - Gateway Offloading Pattern
The gateway offloading pattern is covered in this video; we will see how an API gateway can offload cross-cutting concerns such as authentication, rate limiting, caching, and logging from individual microservices, reducing duplication,...