Essential Xcode Shortcuts for More Efficient Coding
— Read on medium.com/flawless-app-stories/essential-xcode-shortcuts-for-more-efficient-coding-1f8e58b2c907
Category: Software Dev
Concurrency in iOS
This is a great overview of threading / Grand Central Dispatch / operations queues in iOS.
Concurrency iOS: All things async

Paw: A Great REST Client for the Mac
I know people love Postman for a REST API client. And it’s a great tool, especially for automation and team collaboration.
But as a picky Mac user, I prefer Paw. Paw has a truly native Mac feel. The app is intuitive and beautiful, and it gives you a ton of amazing options for viewing REST responses. So just a shout out to a tool I really like. 😊

ReactiveX
I love that ReactiveX supports the same reactive paradigm across so many languages, especially Swift (also Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, ..).
👉 ReactiveX – An API for asynchronous programming with observable streams
ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming

And don’t forget RXMarbles for some experimenting with Rx.
Open Weather API

A free API to get the current weather in over 200,000 cities! You can pay for forecasts too if you want that.
