Posts
All the articles I've posted.
-
7 most common code issues
What are top 7 most common issues I find doing Code Reviews? It makes me think that you didn't learn how to use version control and tagging, why the hell do...
-
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...