Contributions

Article
I recently found out that [weak self] is not always needed in Swift closures, so I decided to dig a little deeper, and I gathered all my findings in this blog post.

I think the concept of using [weak self] to avoid retain cycles is widely taught in the Swift community, but not everyone necessarily realizes when it may not be necessary.
Library
A simple ticker library for iOS