InfoQ Homepage Distributed Systems Content on InfoQ
-
Effective Error Handling: a Uniform Strategy for Heterogeneous Distributed Systems
Jenish Shah, a back-end engineer focused on distributed systems at Netflix, provides more insights into how to handle failures in a distributed systems setup. He shares details on how he built a library that handles exceptions uniformly, regardless of the underlying communication protocol.
-
Observability in Java with Micrometer - a Conversation with Marcin Grzejszczak
Marcin Grzejszczak, a veteran of observability spaces, discusses the current state of the space, including its evolution and the fine-grained details of how to instrument your system to capture all relevant information at every level - both inside services and between services communication.
-
Microfrontends: Heuristics, Patterns and Antipatterns by Luca Mezzalira
Luca Mezzalira, a pioneer and enthusiast of microfrontends, discusses the microfrontends' evolution over the past years, underlying a set of heuristics that will allow you to gradually implement them in your product. He also touches on approaches to obtain quick feedback, both in your inner and outer development loops.
-
Understanding Event-Driven Architecture in a Multicloud Environment
Teena Idnani, senior solutions architect at Microsoft, shares her experience on how and when to use event-driven architectures to improve the experience of your customers. She touches on when to use and not use this approach, as well as how to design your system, implement observability, and when to consider using more than one cloud vendor.
-
Do Microservices’ Benefits Supersede Their Caveats? A Conversation with Sam Newman
Sam Newman, one of the pioneers of microservices, encourages architects to use distributed systems as a last resort architecture. He stresses the importance of focusing on the desired outcome and starting with monoliths, gradually evolving the architecture.