14 stories tagged with #software-architecture, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Software Architecture"
Software Architecture After AI
AI has moved the boundary of what counts as architecture. A lot of code isn't in it anymore.…
Distributed Messaging Systems Explained Simply: How Kafka, RabbitMQ, and Modern Apps Really Work
You click “Place Order” on Amazon. A second later: Payment is processed Inventory is updated Email...…
Why AI Changes Software Architecture?
Spas Are Just Harder, and Always Will Be (2013)
There's quite a lot of talk these days about Single Page Applications (SPAs) and the terrific user experience they deliver. This is great, and the SPA architecture is probab…
Composition over Inheritance in Go: The Design Choice That Makes Microservices Boring in the Best Way
A senior Go engineer's practical explanation of composition, embedding, interfaces, polymorphism, any vs interface{}, and why this model fits concurrent microservices.…
Why I Still Choose Ruby on Rails in the Age of AI
Hello, I’m Haruku, a freelance developer. After recently starting my own company, I’ve found myself...…
The Most Dangerous Part of a Modern System Is the Part Nobody Thinks They Own !!!
Introduction Modern systems rarely fail in the neat, isolated way architecture diagrams...…
Beyond REST: Architecting High-Performance Microservices with gRPC in Go
When scaling backend architecture, the communication layer between services eventually becomes a...…
The ten principles: locality, contracts, quarantine
The rules that hold underneath the spec and the loop. Four locality principles, three contract principles, three quarantine principles. Plus what the audit corrected me on.…
Why we treat credits and wallets as first-class billing primitives
tl;dr: Most billing systems model a credit wallet as a prepaid cash balance. That works at day zero....…
Multi-Agent Orchestrators: Building Reliable AI Teams That Actually Work Together
The Orchestration Imperative In late 2024, AWS Labs released the Multi-Agent Orchestrator...…
From spaghetti to main bus: refactoring an AI agent orchestrator with Elm
tl;dr: In Part I, I built the factory: an orchestration system that runs AI agents like workers on a production line. Part II tears the original system down and rebuilds it from fi…
Claude Leak Confirms It: LLM Systems Are Architecture, Not Prompts (Orca)
Agents should execute whenever possible — runtime for composable AI agent skills - gfernandf/agent-skills…
Agent Capsule: "Agents as Data" pattern for production AI agents (gist)
Agent Capsule - A pattern for building production AI agents as document folders powered by coding-agent as runtimes - agent-capsule.md…