Broker Pattern – Send Requests To The Correct Worker
The broker pattern may seem very similar to some others we have examined. However, it is more about distributed systems than balancing traffic. The pipe-filter... Read more
The broker pattern may seem very similar to some others we have examined. However, it is more about distributed systems than balancing traffic. The pipe-filter... Read more
The pipe-filter architectural pattern is very common and used to process data. It is flexible and scalable. This pattern has existed in other areas. However,... Read more
We switch gears in this episode and look at a pattern for getting work done. The master-slave pattern can be confused with the client-server. However,... Read more
The discussion of patterns sort of goes backwards this episode. First, we look at the client-server pattern. It is an older and well-established pattern. However,... Read more
We start our journey through software architecture patterns with one of the most common. The layered pattern is easy-to-use and often easy to understand. However,... Read more
We start this season of the podcast with an overview or review of software architecture patterns and anti-patterns. This season will explore several of these,... Read more