We are drowning in information while starving for wisdom.
https://www.pinterest.com/pin/572590540109208266/
Author: patmcg
Einstein’s “least favorite idea” in a picture
These scientists used a virtual telescope the size of the entire Earth to nail down this black hole. And it appears that Einstein’s “least favorite idea” is holding up. Also, black holes are terrifying. π€―
Applying the Builder Pattern to URLRequests
This is a good real-life example of using of the Builder pattern. and a great way to make a URLRequest in Swift.
π Building URLRequests with ease

It’s time to break up with your networking library for URLSession
π https://tim.engineering/break-up-third-party-networking-urlsession/
Maybe URLSession is good to use on its own! I like this idea as a simplifier. Just use what you have! I just did this in some of my own code and was really happy with the simplified result.

This came from iOS Dev Weekly…
I liked this article by Tim Miko on how to build a simple API client with no dependencies. There’s a simple playground example too.
iOS Dev Weekly #398
On the other hand, PromiseKit still looks amazing.
