ELSEIF
Your brief EB
183 stories from 71 feeds 32 clusters Refreshed 8 minutes ago next pull 13:20

TOPIC

Architecture

How systems are shaped and why. Migrations, rewrites, and the structural decisions teams defend years later, including the ones they would now make differently.

2TODAY
7FEEDS
4mMEDIAN
FEEDS InfoQ 4 Lobsters 2 Redis 2 Cloudflare 1 Martin Fowler 1 Netflix Technology 1 Hugging Face 1

ARCHITECTURE

Everything in Architecture.

01 437 -4

Architecture InfoQ

Article: Enabling Evolutionary Architecture Through the Preservation of Change Locality

Why it matters — For engineers, boundary drift means that seemingly simple features (e.g., changing a delivery address) require cross-team coordination and deep system-wide knowledge, slowing delivery and increasing risk. The article offers practical sociotechnical strategies—redistributing mechanics, exposing essential policy, and rehearsing exception paths—to restore locality and keep changes proportional to their scope.

1 feed
12 min
02 375 -3

Architecture Lobsters

Retries don't fix eventual consistency

Why it matters — Engineers building distributed systems often default to retries and dead-letter queues when dependent data hasn't arrived yet, creating unnecessary operational burden and ordering problems. Recognizing that missing data under eventual consistency is a valid system state—not an error—leads to simpler architectures where events wait for their prerequisites naturally.

1 feed
4 min
03 202 new

Architecture Cloudflare

Introducing Meerkat: an experiment in global consensus

Why it matters — Engineers operating distributed systems across wide-area networks regularly face availability problems when leader-based consensus algorithms like Raft lose their leader to crashes or network degradation—Cloudflare itself has suffered multiple incidents from this. QuePaxa's leaderless, timeout-free design could offer a more resilient foundation for globally distributed control-plane state if it proves viable at production scale.

1 feed
15 min
04 186 new

Architecture Martin Fowler

The Economic Benefit of Refactoring

Why it matters — Only one feed elseif tracks has carried this so far, so there is no independent corroboration yet. Read it as a single-source report.

1 feed
15 min
06 165 -1

Architecture Lobsters

The First Idempotency Key

Why it matters — Engineers rely on idempotency keys daily to handle the fundamental distributed systems problem that exactly-once delivery is impossible and instead guarantee exactly-once processing through de-duplication. Understanding the pattern's history clarifies that Stripe named but did not invent the concept, and earlier implementations like Amazon EC2's ClientToken and Nottingham's POE draft predate it.

1 feed
8 min
07 152 -1

Architecture InfoQ

Cloudflare Introduces Meerkat for Strongly Consistent Global Coordination

Why it matters — For engineers operating multi-region systems, leader-based consensus like Raft creates availability gaps when a leader crashes or becomes unreachable, blocking writes until timeout-based failover completes. Meerkat's asynchronous approach eliminates that single point of failure, though the trade-off is one to three round trips per write decision, raising questions about whether performance remains competitive under normal conditions.

1 feed
4 min
Showing 12 of 12 0 saved