The Observer Pattern, one of the most commonly used and useful design patterns. Applying the observer pattern helps us build better systems by minimizing the interdependency between objects.
For this session, we'll learn what the observer pattern looks like and when to apply it.