Swift networking using Combine
Apple announced the introduction of a new framework called Combine in 2019 and I finaly I got to try it out.
I'm Ciprian, a freelance Senior iOS engineer and Ruby on Rails enthusiast based in Iasi, Romania. I develop native iOS apps and always like to try out new technologies whether it's the latest iOS framework or building a side project during my spare time.
Apple announced the introduction of a new framework called Combine in 2019 and I finaly I got to try it out.
Core Data has great support for UIKit but often it is a good idea to create an abstraction layer between the business layer and the storage layer.
Nowadays most iOS developers will just import a full networking library into their mobile application to perform a couple of trivial requests without even bothering to give URLSession a try.
We often want to deploy our mobile applications more frequently without compromising the stability of our applications. Check out this article to find out how.