You are here |
barbersmith.com | ||
| | | |
andreabergia.com
|
|
| | | | 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
|
|
| | | | Leon's musings on software development | |
| | | |
blog.martinig.ch
|
|
| | | | 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
|
|
| | 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... |