Posts
All the articles I've posted.
-   
iOS Project Bootstrap
If you are looking for some good quality project settings and scripts, I've open-sources my bootstrap for upcoming 2015.
 -   
How do I work?
I’ve been programming for 20 years now, doing commercial work for the last 8. Over the years I’ve been exposed to different ideas and experiences that have...
 -   
A Swift introduction into fitness
Many people think getting fit is hard, the fitness industry is full of myths and unnecessary complications.
 -   
Writing less code
What are some of my favorite techniques for cleaner and more readable code? Over the years I’ve become very pedantic when it comes to code quality.
 -   
Improving development speed
I wrote a blogpost about improving iteration speed and why code injection is awesome when you work on small changes.
 -   
Implementing observable in Swift
KVO has been integral part of Cocoa programming, yet it's not available for pure Swift classes. Is there a way to implement your own implementation of...