Microservices

Book: Micro Frontends in Action

A practical guide to building scalable front-end applications with micro frontends

Micro Frontends in Action is Michael Geer's 2020 book. It is a practical guide to implementing micro frontends, an approach that brings the microservices concept to the front end. The book provides a way to split monolithic frontend applications into smaller, more independent pieces, making large-scale web applications theoretically more maintainable and scalable.

Read more...


Book: Building Event-Driven Microservices

Microservices are more than just synchronous calls

Building Event-Driven Microservices by Adam Bellemare is a book that provides practical insights into microservices and event-driven systems.

Read more...


Book: .NET Microservices Architecture for Containerized .NET Applications

Yet another free e-book from Microsoft

.NET Microservices Architecture for Containerized .NET Applications is Microsoft's free e-book that describes the architecture, patterns, and best practices for building microservices based on Microsft tech stack and Azure. As the name implies, it focuses mostly on building .NET and .NET Core applications with Docker.

Read more...


Book: Building Microservices: Designing Fine-Grained Systems 2nd Edition (2021)

A book that arguably started a "Microservices" movement in the industry

Building Microservices: Designing Fine-Grained Systems is a classic software developer book - one of those that arguably started a new movement in the industry. Under the (very brandable) name of Microservices, author Sam Newman combined recent trends in containerization, public cloud technology, continious deployment practices, DevOps trends, and tools into the new SOA paradigm.

Read more...