WeSearch
Hub / Tags / Software Architecture
TAG · #SOFTWARE-ARCHITECTURE

Software Architecture coverage.

Every story in the WeSearch catalog tagged with #software-architecture, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

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"

RELATED TAGS
#ai-agents3#go3#ai2#microservices2#grpc2#protocol-buffers2#web-development2#distributed-systems2#prompt-engineering1#devops1#ml1#open-source1
GEARS WITHIN GEARS

Software Architecture After AI

AI has moved the boundary of what counts as architecture. A lot of code isn't in it anymore.…

10 views ·
#software#architecture#ai
DEV.TO (TOP)

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...…

8 views ·
#distributed systems#messaging
R/PROGRAMMING

Why AI Changes Software Architecture?

17 views ·
WILLIAM GROSS

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…

11 views ·
#technology#web development
DEV.TO (TOP)

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.…

13 views ·
#go#microservices#programming
DEV.TO (TOP)

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...…

15 views ·
#ruby on rails#web development#ai coding
DEV.TO (TOP)

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...…

12 views ·
#system reliability#incident management
DEV.TO (TOP)

Beyond REST: Architecting High-Performance Microservices with gRPC in Go

When scaling backend architecture, the communication layer between services eventually becomes a...…

14 views ·
#microservices#go#grpc
DEV.TO (TOP)

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.…

12 views ·
#ai development#code design
DEV.TO (TOP)

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....…

10 views ·
#billing#ai#infrastructure
DEV.TO (TOP)

Multi-Agent Orchestrators: Building Reliable AI Teams That Actually Work Together

The Orchestration Imperative In late 2024, AWS Labs released the Multi-Agent Orchestrator...…

13 views ·
#ai engineering#multi-agent systems
MARIOHAYASHI

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…

13 views ·
#ai agents#refactoring
GITHUB

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…

11 views ·
#ai agents#machine learning
GIST

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…

14 views ·
#ai agents#prompt engineering