I’ve been reading a lot about microservices lately, starting with the excellent Building Microservices book by Sam Newman, and then devouring various blog articles on the topic – including this article by Martin Fowler and James Lewis which provides a nice introduction if you’re new to the topic. Here’s my take on why this style of architecture is worth paying attention to.
Category: Architecture & Design
Architecture and design decisions provide a framework on which software is built, and for decomposing software into logical components. Rapidly changing technologies and market conditions favour architectures and designs that allow more freedom for the software to evolve over time.