swift

2 Articles

Creating an API serving CoreML results

Machine Learning is the future, and for iOS developers that future is packaged with something called CoreML. In this post we're trying to setup an API using Vapor which will serve us the CoreML results.

A simple network manager in Swift

Network requests is something that basically every app needs and can be made many different ways. In this article you'll learn how to make these requests without adding extra unneeded libraries.