Using URLCache As An Alternative To Retaining Network Model Objects
Oftentimes we request JSON data from the server, deserialise it into network model objects and then wonder where we can keep ahold of this data..
Oftentimes we request JSON data from the server, deserialise it into network model objects and then wonder where we can keep ahold of this data..
Using aria2c to reliably download Xcode on a poor connection
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.
The `reduce` function is super useful for when you need to compute a set of values down to a single value.