Links tagged “architecture”
53 links, newest first.
marcio.io
How Malwarebytes rebuilt a high-volume telemetry endpoint in Go, moving from a goroutine-per-request handler to a bounded worker queue writing to S3.
martinfowler.com
Weighs the benefits of microservices — module boundaries, independent deployment, technology choice — against distributed complexity, eventual consistency and operational cost.
12factor.net
Methodology of twelve rules for building software-as-a-service apps that are portable, disposable and suited to cloud deployment.
martinfowler.com
Defines the microservices architectural style through nine characteristics, from componentisation by service to decentralised data, and contrasts it with monoliths and SOA.
martinfowler.com
Argues that new projects should start as a monolith and split into microservices only once the service boundaries are actually understood.
lucumr.pocoo.org
A walkthrough of Nameko, a Python framework that runs HTTP handlers, background tasks and scheduled jobs as AMQP-backed services with dependency injection.
atelier.net
Survey of desert, floating and skyscraper city concepts, asking whether such designs are experiments in style or buildable answers to urbanisation and environmental limits.
romain.dorgueil.net
Argues that business logic belongs in a model layer acting as a facade, not in controller methods, and that duplicated logic must be refactored the moment it appears.
slideshare.net
Slide deck cataloguing distributed-systems patterns: scalability and consistency trade-offs, fail-over and replication, then caching, sharding and NoSQL for state.
fr.wikipedia.org
Article Wikipédia sur Merise, la méthode française d'analyse, de conception et de gestion de projet des systèmes d'information, née des travaux des années 1970.
sabricole.developpez.com
Tutoriel sur le processus unifié (UP), méthode de développement itérative centrée sur l'architecture, pilotée par les cas d'utilisation et orientée réduction des risques.
martinfowler.com
An explanation of how lightweight containers wire components together, comparing constructor, setter and interface injection against the Service Locator alternative.











