Processing 11 million rows in minutes instead of hours
A developer details optimizing a server-side analytics system, reducing processing time for 11 million rows from hours to minutes.
A developer details optimizing a server-side analytics system, reducing processing time for 11 million rows from hours to minutes.
A curated collection of links covering software architecture, neuromorphic computing, observability trends, AI protocols, and leadership in tech.
The Critter Stack team outlines their 2026 development roadmap, focusing on the Critter Watch monitoring tool, documentation, and performance optimizations.
A developer shares 100 personal opinions on programming, software development practices, tools, and team methodologies.
Announcing Laravel Event Sourcing v5, a major release featuring consistent event handling, event queries, and aggregate partials.
Explores event sourcing as a pattern for software development, challenging the notion it's only for large-scale projects and discussing its core concepts.
A developer's perspective on Event Sourcing as a paradigm shift from traditional MVC/CRUD, based on a guest post for Event Store.
A developer shares key talks that guided their journey into event sourcing and event-driven development, covering foundational concepts and practical applications.
Explores combining event sourcing with stateful systems for a large-scale project, focusing on design for reporting and historical tracking.
Explores an experimental event-driven PHP server architecture using in-memory state and event sourcing, with insights from a proof-of-concept.
A technical article presenting a contract pattern for encoding and decoding discriminated union types in schemaless data stores, using the TypeShape library.
An overview of Kafka Streams, a new library for building stream processing applications using Apache Kafka, with key concepts and a code example.
A developer's curated list of resources, links, and videos for learning the CQRS (Command Query Responsibility Segregation) architectural pattern and Event Sourcing.
Notes from a DDD/CQRS course covering aggregates, commands, queries, and handling consistency without distributed transactions.
Explains how to implement Event Sourcing using asynchronous actors, with a Scala example based on a ship domain model.