30 - The Cache Aside Pattern (Optimise your caching approach!)
Have you implemented caching within your application and need a better way to maintain consistency between your cache and datastore? Or maybe you haven’t adopted caching yet, and intrigued on what patterns you could use to do so? Then take a look in this session as Chris explores how caching …
19 - The Event Sourcing, Materialized View and CQRS Patterns
The event sourcing pattern is a well-known pattern and has been around for some time. The idea is that you use an append-only store to record the full series of actions taken on the data. This combines well with the materialized view pattern, where a pre-populated view is generated over one (or …
Architecture APIs Cloud Design Patterns Data Event-Driven