You are here |
thecodelesscode.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... | |
| | | |
www.java-tv.com
|
|
| | | | This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable. | |
| | | |
www.softdevtube.com
|
|
| | | | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and | |
| | | |
www.softdevtube.com
|
|
| | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is |