Posts
All the articles I've posted.
-
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...
-
Crafter - setup your cocoa projects with ease
How do you setup your Cocoa projects? Do you always set same warnings, clone configurations and do bunch of other stuff?