Instructional Video7:17
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Mental Health (Self-Care, Stress Management, Personal Therapy)

Higher Ed
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...
Instructional Video6:16
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders

Higher Ed
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...
Instructional Video10:31
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Document / 275

Higher Ed
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...
Instructional Video7:24
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Updating Documents / 261

Higher Ed
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...
Instructional Video6:27
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Delete Task / 294

Higher Ed
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...
Instructional Video7:34
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Add Task / 292

Higher Ed
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...
Instructional Video4:47
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Task Count / 291

Higher Ed
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...
Instructional Video8:40
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Task / 288

Higher Ed
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...
Instructional Video7:20
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Get Task / 286

Higher Ed
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...
Instructional Video6:06
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task Count / 226

Higher Ed
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...
Instructional Video10:59
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Add Task / 224

Higher Ed
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...
Instructional Video13:10
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical Operators / 024

Higher Ed
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...
Instructional Video14:26
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Analyzing Net Promoter Score (NPS)

Higher Ed
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...
Instructional Video5:16
Curated Video

Design Microservices Architecture with Patterns and Principles - Choosing the Right Architecture for Your Application

Higher Ed
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...
Instructional Video3:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Client Apps Have Different UI Requirements

Higher Ed
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...
Instructional Video1:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Multiple Request (N+1) for Retrieving Relational Data

Higher Ed
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...
Instructional Video7:07
Curated Video

Design Microservices Architecture with Patterns and Principles - API Gateways Microservices Code Review - E-Commerce App

Higher Ed
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...
Instructional Video7:27
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Using Containers and Orchestrators

Higher Ed
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...
Instructional Video2:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Distributed Caching with Cache-Aside Pattern

Higher Ed
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....
Instructional Video3:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Bounded Context for Transactional Boundaries

Higher Ed
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...
Instructional Video3:28
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem Manage Consistency Across Microservices in Distributed Transactions

Higher Ed
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...
Instructional Video3:02
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent

Higher Ed
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,...
Instructional Video5:36
Curated Video

Design Microservices Architecture with Patterns and Principles - Service Registry/Discovery Pattern - Microservices Communications Design pattern

Higher Ed
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...
Instructional Video2:41
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Offloading Pattern

Higher Ed
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,...