Writing on software design, iOS and freelancing.

MVVM + Coordinator = 🍰

I've been using the god-mix of the MVVM pattern mixed with the Coordinator pattern to build Tacks - and I'm a huge fan of the approach.

Swift Basics: reduce()

The `reduce` function is super useful for when you need to compute a set of values down to a single value.