Welcome to "Code Impact," the podcast where we explore code that has an impact. Each episode dives deep into real-world stories, practical case... more
This document presents the June 2024 RedMonk Programming Language Rankings, which are based on data extracted from GitHub and Stack... more
Building a reliable microservices architecture requires careful consideration of data consistency. Join us as we explore event sourcing, a powerful... more
This podcast explores domain events and their crucial role in modern software architecture. Join us as we discuss how domain... more
In this episode, we explore the Command Query Responsibility Segregation (CQRS) pattern, a powerful technique for implementing efficient queries in... more
Discover the API Composition pattern, its benefits, drawbacks, and practical examples using API Gateways. Learn about alternative solutions like the CQRS... more
This podcast explores the world of microservices architecture, discussing patterns, benefits, and challenges. We'll cover topics like the Command-Side Replica... more
In the realm of microservices, where applications are split into independent services, managing transactions that span multiple services becomes a... more
Join us as we discuss the challenges of managing data in a microservices architecture. We'll focus on the "Shared Database"... more
In the world of microservices, data management is key. This episode explores the "Database-per-Service" pattern – a powerful approach... more
This episode focuses on the Polling Publisher pattern, a crucial technique for publishing messages in a microservices architecture. Explore its... more