Category: Architecture and Design
The team at Amazon Prime published an article where they explain their move from serverless microservices to a monolith, reducing costs by 90% and enabling them to properly scale their solution. Scaling that according...
Instead of deciding to which queue a priority message should be send to, a better design is where the sender has no knowledge of priority messages or any receiver. We can achieve this using...
See how to send messages with a higher priority using NServiceBus.
Dealing with higher priority for certain messages often requires more than just an additional queue. Read why and how in this article on priority queues.
Last year during Øredev I presented on how to deal with eventual consistency. Quite a few people I talk to, tell me they can’t use eventual consistency, because they can’t have people looking at...
I just read a great article by Richard Wellum on Eventual Consistency and Concurrency in the real world. In it he provides two excellent examples on issues in the real world, that we mostly...
In the past we used to have monoliths. These were bad. Big balls of mud. Whenever we changed something, it was impossible to predict which part of the big ball of mud we might have...
Today I gave two presentations at an SDN Event in Zeist. An engineer (not the software kind) made a mistake somewhere and 5 minutes before the end of my first session on batch jobs...
In the eight fallacies, there’s one that says the topology never changes. Isn’t that covered by the other fallacies? Because we kind of try to use the network in a way that abstracts us...
Software Development Network – September 11th, 2015 The first two sessions I’ll be presenting are at Software Development Network (SDN) at the Achmea Conference Center in Zeist. More information can be found here at...
Recent Comments