2018 has arrived and there are already a lot of great iOS conferences scheduled. Usually, when looking for conferences, I … More
Tag: swift
What every great iOS engineer needs to know (part 2)
Platform Knowledge In the first part we’ve covered what I believe are the required engineering skills to do a great … More
Algorithms in Swift
Let’s get back to college and the great Algorithms and Data Structures course. That’s one of the most fundamental Computer … More
Swift Class Diagrams and more
Introduction Documentation is one of the things that developers don’t like to do much – but it’s something very important … More
Reactive image downloading and caching with RXSwift
Introduction Downloading images from a URL is one of the most common things that mobile developers do. Most of the … More
Swift considerations and decisions
Introduction Swift is already 3 years old, but still changing and improving a lot. Its unique features are starting to … More
JSON Parsing in Swift with Generics
Introduction Most of the time, the mobile apps are calling REST services to get and display the latest data to … More
Injecting code in iOS framework startup
Introduction Apple’s new programming language has been around for 3 years now and it’s adopted really quickly by iOS developers. However, … More
Networking in Swift
Introduction Connecting the mobile apps with a REST service is almost inevitable in every project – apps would be useless … More
Introduction to Functional Reactive Programming and Table Views
Introduction In the last few years, there has been a lot of talking at conferences, blog posts and tutorials about … More