Instructional Video12:37
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Data Dictionary

Higher Ed
In this video, we will introduce the concept of the data dictionary in Oracle Database. You will learn about dynamic performance views and data dictionary views, and how to query them to retrieve valuable information about the database....
Instructional Video5:41
Curated Video

The Complete Vue.js Course for Beginners - Methods and Parameters

Higher Ed
In this video, you will learn about methods with parameters in Vue.js. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started with the basic...
Instructional Video4:02
Curated Video

Sustainable Housing Practices in Switzerland: The CODHA Experience

6th - Higher Ed
This video provides an overview of CODHA's housing cooperatives in Switzerland, emphasizing sustainable building practices, energy performance, and community living. Building Tomorrow episode 6, part 5
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:21
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Single Database Server Performs Low Performance

Higher Ed
This video addresses the issue of low performance encountered when using a single database server in a microservices architecture and the challenges of scalability and performance bottlenecks that can arise from a centralized database...
Instructional Video2:03
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Fan-Out Publish/Subscribe Messaging

Higher Ed
This video focuses on the evaluation of a microservices architecture that utilizes the fan-out publish/subscribe messaging pattern. It examines the performance, scalability, and maintainability aspects of the architecture and discusses...
Instructional Video3:09
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Aggregation Pattern

Higher Ed
This video explores the gateway aggregation pattern, which allows the API gateway to aggregate data from multiple microservices and present it as a single unified response to clients and discusses the benefits of this pattern, such as...
Instructional Video0:58
Curated Video

Design Microservices Architecture with Patterns and Principles - Main Advantages of gRPC

Higher Ed
In this video, we will discover the main advantages of using gRPC in microservices communication. We will explore features such as high performance, bi-directional streaming, built-in authentication, and support for load balancing. This...
Instructional Video3:43
Curated Video

Mastering C++ Standard Library Features [Video] - The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video4:35
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Resilience, Observability, and Monitoring

Higher Ed
In this video, you will learn the best practices and principles for designing microservices with resilience, observability, and monitoring in mind, architectural considerations, such as implementing resilience patterns, incorporating...
Instructional Video3:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Health Monitoring with Kubernetes, Prometheus, and Grafana

Higher Ed
In this video, we will discover how Kubernetes, Prometheus, and Grafana can be combined to monitor the health and performance of microservices deployed in a containerized environment, how Kubernetes can provide health metrics, Prometheus...
Instructional Video2:49
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Health Checks: Liveness, Readiness, and Performance Checks

Higher Ed
In this video, you will learn different types of health checks that can be implemented in microservices to assess their availability, readiness, and performance, and learn about the significance of health checks in maintaining the...
Instructional Video5:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Elastic Stack for Microservices Observability with Distributed Logging

Higher Ed
In this video, we will discover the Elastic Stack, a popular open-source solution for log management and analysis, and see how you can use tools such as Elasticsearch, Logstash, and Kibana to collect, process, and visualize log data from...
Instructional Video4:19
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Observability with Distributed Logging and Distributed Tracing

Higher Ed
In this video, you will learn the importance of observability in microservices, how distributed logging and distributed tracing can help in monitoring and troubleshooting, and how logging can be distributed across microservices to gather...
Instructional Video3:19
Curated Video

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

Higher Ed
This video explores the evaluation of microservices deployments using containers and orchestrators. It discusses metrics and key performance indicators (KPIs) for assessing the performance, scalability, and reliability of microservices...
Instructional Video2:40
Curated Video

Design Microservices Architecture with Patterns and Principles - Deployment Strategies for Microservices Blue-Green, Rolling, and Canary Deploy

Higher Ed
This video discusses different deployment strategies used in microservices environments, including blue-green, rolling, and canary deployment and explains each strategy and their benefits in terms of minimizing downtime, reducing risk,...
Instructional Video1:25
Curated Video

Design Microservices Architecture with Patterns and Principles - Cache Hit and Cache Miss

Higher Ed
This video explains the concepts of cache hit and cache miss in the context of distributed caching. It discusses how these events affect the retrieval of data from the cache and how they can impact system performance. This clip is from...
Instructional Video4:01
Curated Video

Design Microservices Architecture with Patterns and Principles - Distributed Caching in Microservices

Higher Ed
This video delves into the specific application of distributed caching in microservices architectures. It explores how distributed caching can be used to improve scalability, reduce database load, and enhance overall system performance....
Instructional Video1:29
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Caching?

Higher Ed
This video explores the fundamentals of caching and its purpose in storing and retrieving frequently accessed data. It explains how caching can reduce latency and improve the overall system performance. This clip is from the chapter...
Instructional Video2:25
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Distributed Caching

Higher Ed
This video provides an overview of the topic of distributed caching in microservices architectures. It introduces the concept of caching and its importance in improving performance and scalability. This clip is from the chapter...
Instructional Video2:55
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Database Operations Are Expensive, Low Performance

Higher Ed
This video explores the issues of high cost and low performance associated with traditional database operations and discusses the limitations they impose on scalability and responsiveness. The video highlights the need for alternative...
Instructional Video2:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Listen and Polling Outbox Table

Higher Ed
This video addresses a specific challenge related to the Transactional Outbox pattern, which is the need for a mechanism to detect and process new events in the outbox table, and explores different approaches, including listening and...
Instructional Video4:17
Curated Video

Design Microservices Architecture with Patterns and Principles - Data Partitioning: Horizontal, Vertical, and Functional Data Partitioning

Higher Ed
This video explores different types of data partitioning techniques; horizontal partitioning, dividing data based on rows or ranges; vertical partitioning, splitting data based on columns or attributes; and functional partitioning,...