Tag:design-patterns
All the articles with the tag "design-patterns".
The Proxy Design Pattern
Published on:February 23, 2021 at 12:00 PMIn this post we talk about the Proxy design pattern and a simple example how to use it, in this case, in iOS applications to prevent retain cycles in an effective and clean way.
The Singleton Design Pattern
Published on:January 6, 2023 at 12:00 PMLearn about the Singleton Design Pattern