TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How useful is "Patterns of Enterprise Application Architecture" today?

7 pointsby hikzabout 10 years ago
How useful is Martin Fowler&#x27;s 13-year-old &quot;Patterns of Enterprise Application Architecture&quot; today?<p>Are there some newer content (web, books etc.) on the same subject you would recommend?

2 comments

Inceptionabout 10 years ago
I found it to be very useful. Even though it is a few years old, the underlying concepts of each pattern remain the same and I find it much easier to maintain code when I know which pattern was implemented.<p>As for newer content, I would point you again to Martin Fowler and his piece on Microservices[0].<p><a href="http:&#x2F;&#x2F;martinfowler.com&#x2F;articles&#x2F;microservices.html" rel="nofollow">http:&#x2F;&#x2F;martinfowler.com&#x2F;articles&#x2F;microservices.html</a>
anon3_about 10 years ago
Architecture of Open Source Applications.<p><a href="http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;index.html</a>