Ask HN: What are the best books for learning software architecture?
1–6 of 6 posts
Re: Ask HN: What are the best books for learning software architecture?
#2While not a book, an alternative strategy that might be helpful would be to explore some projects like TorqueBox (Ruby) or Immutant (Clojure) that pull together a lot of different solutions (web server, application server, messaging, caching, transactions and scheduling) into a suite.
Re: Ask HN: What are the best books for learning software architecture?
#3[0] http://aosabook.org/en/index.html
[1] http://martinfowler.com/books/eip.html
Re: Ask HN: What are the best books for learning software architecture?
#4The Architecture of Open Source applications [0]. I suggest also to check, but they are more specific, Enterprise Integration Patterns [1]. Building Big Data systems, Data Intensive applications [2], [3]. The best way to learn is practice - open source project or lending an appropriate job. [0] http://aosabook.org/en/index.html [1] http://martinfowler.com/books/eip.html [2] http://www.manning.com/marz/ [3] http://sho…
Re: Ask HN: What are the best books for learning software architecture?
#5Re: Ask HN: What are the best books for learning software architecture?
#6The Architecture of Open Source applications [0]. I suggest also to check, but they are more specific, Enterprise Integration Patterns [1]. Building Big Data systems, Data Intensive applications [2], [3]. The best way to learn is practice - open source project or lending an appropriate job. [0] http://aosabook.org/en/index.html [1] http://martinfowler.com/books/eip.html [2] http://www.manning.com/marz/ [3] http://sho…
I really like the look of the patterns of enterprise application architecture book also by Martin fowler but is there really nothing more recent covering the same subject. Surely a new edition is overdue?