Technology has a worrying habit of repeating its architectural mistakes. Early struggles implementing microservices — where tight coupling masked as modular design and point-to-point integrations often just descended into complex webs — introduced failures that brought entire systems down. Today, we’re witnessing the same mistakes with Agentic AI integration. Agentic AI has huge benefits to … continue reading| ITOps Times
Event feeds are a simple mechanism to enable applications to react to things happening in other applications, reliably, consistently, and quickly.| Erik Heemskerk
Event-driven systems come in all sorts of shapes and sizes. The obvious commonality is; they all use events to communicate information. These events come in many shapes and sizes, and determining what goes into an event has an immense impact on the design of your system. In this post I'd| Frank on Software