Malcolm
Swift Matters

Swift Matters

Follow
Follow
homebadgesnewsletter
Tag

Swift

#swift

More content

Read more stories on Hashnode


Articles with this tag

Simplifying Swift Data Conversion

Sep 5, 20238 min read

Protocol Conformance vs. Mapping Functions ยท Data transformation, a common task for iOS engineers, arises in various forms throughout one's career....

Simplifying Swift Data Conversion

Kotlin Multiplatform Mobile - An iOS Engineer's Hot Take

Jul 30, 20218 min read

Why I like Kotlin Multiplatform Mobile ยท In this article, I will be discussing why I believe that Kotlin Multiplatform Mobile (KMM) is the future of...

Kotlin Multiplatform Mobile - An iOS Engineer's Hot Take

My iOS TechStack 2021

Jul 6, 20215 min read

Tools used to make iOS applications ยท In this post, I'll share the tools, architecture, and resources I'm currently using to develop. A little about me:...

My iOS TechStack 2021

Swift Network Layer, Part 1: Designing The API

Sep 10, 202013 min read

Welcome ๐Ÿ‘‹ to part one of the Swift Network Layer Series where we will be laying the foundation for our network layer. Pre-requisites Xcode...

Swift Network Layer, Part 1: Designing The API

Swift Network Layer Series

Aug 27, 20203 min read

Welcome to the Swift Network Layer Series! ๐Ÿ‘‹๐Ÿพ In this series, we will be covering how we can code our own declarative protocol-orientated networking...

Swift Network Layer Series