#design-patterns
Read more stories on Hashnode
Articles with this tag
I. Proxy - Structural Pattern The Proxy is a familiar Design Pattern for developers, used to represent an original resource. The Proxy provides...