Hexagonal Architecture Ports&Adapters with J. Martinsson & R. Sanlaville

Feb 10, 2015 by Madalina Botez in  Announcements

Until recently, layered architecture was the most common way of organizing large applications or modules. We’ve learned from practice that it has limitations:

  • business rules tend to escape or be duplicated in UI and/or data layer
  • switching from a database to another is very difficult
  • adding another UI to the application (eg. mobile or smart client) requires heavy changes
  • changing a library used by the application with another is often complex and risky

A new architecture style has appeared in the recent years that tackles this problem: Hexagonal Architecture, or Ports & Adapters. Its intent is to allow more flexibility by cleanly separating business rules from everything else.

Johann Martinsson and Rémy Sanlaville have described the basics of Hexagonal Architecture and then shown an example of such an architecture.

Enjoy their presentation @ I T.A.K.E. Unconference 2014 edition. Curious about 2015 edition?

Check out more about I T.A.K.E. Unconference 2015 or see directly the Schedule.

The Pyramid of Programming Skillsets with Alex Bolboaca

Nov 26, 2014

Unit testing, code review, TDD, BDD, refactoring, legacy code techniques, pair programming, continuous integration, architecture styles … So many things to learn and so little time.

In his talk at I TAKE Unconference 2014, Alexandru Bolboaca described a model that allows a programmer to organize these practices in an order that is most helpful for her career. At the same time, it allows a CTO or technical manager to roughly evaluate the teams he’s leading and figure out the next steps in their development.

Enjoy his talk @ I T.A.K.E. Unconference 2014 edition.

Check out more about I T.A.K.E. Unconference 2015 or see directly the Schedule.