Model-View-Controller : A Pattern Based on Functional Area
The Model-View-Controller pattern is one that is common and often seen in frameworks. It provides us with a nice place to “hang” our code. The... Read more
The Model-View-Controller pattern is one that is common and often seen in frameworks. It provides us with a nice place to “hang” our code. The... 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