Simplifying Swift Data Conversion
Protocol Conformance vs. Mapping Functions
Sep 5, 20238 min read55

Search for a command to run...
Protocol Conformance vs. Mapping Functions

Why I like Kotlin Multiplatform Mobile

Tools used to make iOS applications

Welcome ๐ to part one of the Swift Network Layer Series where we will be laying the foundation for our network layer. Pre-requisites Xcode 11 Basic understanding of Swift & Networking API Design Things I like to keep in mind when designing an A...

Welcome to the Swift Network Layer Series! ๐๐พ In this series, we will be covering how we can code our own declarative protocol-orientated networking layer using our beloved Swift. Knowing how to communicate with a server and present the response da...
