Week 3, year 2021
- Distributed Systems Pattern: State Watch - Clients are interested in changes to the specific values on the server. It's difficult for clients to structure their logic if they need to poll the server continuously to look for changes. If clients open too many connections to the server for watching changes, it can overwhelm the server. more… [Martin Fowler]
- Sociological aspects of Microservices - Last week, I started writing about the topic of cutting systems into microservices (read more here). I was sceptical about the frequent… [Event-Driven by Oskar Dudycz]