A picture is worth a thousand words. An architecture drawing – countless explanations. Sometimes, visualising concepts and implementations can bring … More
Tag: architecture
iOS app requirements checklist
Introduction When we are starting with the development of a new app, we are usually going through the requirements defined … More
Pragmatic iOS app architecture
Lately, I’ve been reading a lot of articles on app architectures. There are many such articles, with many different opinions … More
Common iOS development mistakes
Introduction Developing iOS apps is fun and challenging. During this process, we sometimes make bad decisions and mistakes, that can … More
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
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