Design Pattern Observer
This article outlines the Observer Design Pattern, which defines a one-to-many dependency so that if the subject changes state, observers are notified of the change and updated automatically.
This article outlines the Observer Design Pattern, which defines a one-to-many dependency so that if the subject changes state, observers are notified of the change and updated automatically.
Spring Cloud, a better way to build distributed applications using well-known patterns put together in a single core component.
In this new article, we will talk about the Strategy Design Pattern with an example in Java, it’s mainly used to encapsulate logic flexibly.
Design patterns are resolutions made to deal with common problems in software engineering, they are not typical of a particular programming language or technology but can be used in various scenarios.