Explore >> Select a destination


You are here

barbersmith.com
| | andreabergia.com
13.1 parsecs away

Travel
| | Hello, and welcome to a new edition of Links lists! Tech articles Hexagonal architecture The hexagonal architecture, also called ports and adapter, is not particularly new. It still is a very good way of designing your applications and comes with real benefits. Here is a really good introduction to the topic. Hexagonal Architecture: Three Principles and an Implementation Example - OCTO Talks ! Documented in 2005 by Alistair Cockburn, Hexagonal Architecture is a software architecture that has many advanta...
| | friendgineers.rosenshein.org
13.4 parsecs away

Travel
| | Leon's musings on software development
| | blog.martinig.ch
13.5 parsecs away

Travel
| | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management.
| | aimatters.wordpress.com
52.4 parsecs away

Travel
| There is a strong principle in software engineering of reusing code wherever possible. It's considered so important, that it's got its own TLA: DRY ("Don't Repeat Yourself"). In other words, don't reinvent the wheel. There are obvious benefits to this. Nobody wants to type the same piece of code over and over. Sowrite it...