Posts
All the articles I've posted.
-
iOS App Architecture, Part 1: Setting up
This will be subjective look at creating iOS app, first part will focus on basics like project setup, folder structure, version control and some quality...
-
iOS tips
Easy to apply tips that can improve your development workflow. I believe you should use best tool for the job, and there are lots of tools that are perfect...
-
Fit geek
If you ever meet me you probably already know my second biggest passion after programming is Bodybuilding.
-
iOS Developer Tools
I probably spend too much money on apps, but I like to support other Developer's good ideas. I recently gave talk about tools I use and why.
-
Stop writing data parsing code in your apps
Data parsing is one of most common tasks we need to do in our apps, yet still majority of people do this parsing by hand, always repeating the same code for...
-
Expanded use of asserts
Do you use assertions in your code? What for? How do you handle release builds ? There is a better way than NSAssert...