Skip to content

WorthPosting

  • Home
  • About

Tag: Event-Driven Architecture

Cat Links Software Engineering

Event Sourcing in Practice: Building a System That Never Forgets

Posted on July 21, 2026 teliaz

Most systems today use CRUD: read the current state, modify a row, write it back. The database remembers where things

Continue readingEvent Sourcing in Practice: Building a System That Never Forgets

Cat Links Software Engineering

The Saga Pattern: Coordinating Distributed Transactions in Microservices

Posted on July 14, 2026July 15, 2026 teliaz

Distributed transactions are one of those problems that look simple until you split your monolith into services. In a single

Continue readingThe Saga Pattern: Coordinating Distributed Transactions in Microservices

Cat Links Software Engineering

Change Data Capture with PostgreSQL and Debezium: Building Reliable Event Pipelines

Posted on July 10, 2026July 11, 2026 teliaz

Every application that updates a database and then does something else — pushes to a search index, invalidates a cache,

Continue readingChange Data Capture with PostgreSQL and Debezium: Building Reliable Event Pipelines

Cat Links Software Engineering

CQRS in Practice: Splitting Reads and Writes for Scalable Systems

Posted on July 7, 2026July 8, 2026 teliaz

Most applications start with a simple mental model: one database, one set of tables, and CRUD operations that read and

Continue readingCQRS in Practice: Splitting Reads and Writes for Scalable Systems

Cat Links Software Engineering

The Saga Pattern in Distributed Systems: Orchestrating Transactions Across Microservices

Posted on June 23, 2026June 24, 2026 teliaz

Every developer who has worked with microservices eventually hits the same wall: a single business operation needs to touch multiple

Continue readingThe Saga Pattern in Distributed Systems: Orchestrating Transactions Across Microservices

Cat Links Software Engineering

CQRS and Event Sourcing: Building an Order System from Scratch in Go

Posted on June 10, 2026 teliaz

CQRS and Event Sourcing: Building an Order System from Scratch in Go Most of us build CRUD services by default:

Continue readingCQRS and Event Sourcing: Building an Order System from Scratch in Go

Cat Links Software Engineering

The Saga Pattern: Distributed Transactions Without the Pain

Posted on May 26, 2026May 27, 2026 teliaz

When a single database holds all your data, transactions are straightforward: begin, commit, rollback. But in a microservices architecture, where

Continue readingThe Saga Pattern: Distributed Transactions Without the Pain

Cat Links Uncategorized

Event Sourcing in Practice: Building Audit-Friendly Systems with Python and PostgreSQL

Posted on May 12, 2026May 13, 2026 teliaz

Most applications store data the same way: overwrite the current state and move on. A customer changes their address? Update

Continue readingEvent Sourcing in Practice: Building Audit-Friendly Systems with Python and PostgreSQL

Cat Links Software Engineering

The Outbox Pattern: Solving the Dual-Write Problem in Event-Driven Microservices

Posted on May 5, 2026May 6, 2026 teliaz

Event-driven architecture is the default for most microservices systems today. Services communicate by publishing events to a message broker —

Continue readingThe Outbox Pattern: Solving the Dual-Write Problem in Event-Driven Microservices

  • Home
  • About
Copyright © 2026 WorthPosting | Signify by WEN Themes
Scroll Up