
Event Bus Pattern : A Software News Feed
We often see the Event Bus architectural pattern in notification frameworks and Android development. This approach provides us with a way to have a news... Read more
We often see the Event Bus architectural pattern in notification frameworks and Android development. This approach provides us with a way to have a news... Read more
This episode digs into the peer-to-peer software architecture pattern. It is common among file-sharing and crypto networks. Likewise, the pattern is not too complicated. However,... 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