Posts
All the articles I've posted.
-   
The beauty of imperfection
Perfection is not something one can truly achieve, so it's very smart that one of the best meditation services called Headspace is using an imperfect dot as their brand logo. Learn how to recreate their captivating animated dot effect.
 -   
Swift init()
With Swift strong typing and immutability, there are rules that prevent you from accesing variables until an object is fully initialized.
 -   
Tips for Interface Builder
Young developers are happy when they write a lot of code, they like to brag about that project that has tens of thousands lines of code they wrote.
 -   
Prototyping floating burger menu with CAShapeLayer
Reproducing a floating burger menu animation is simple with CAShapeLayer and CoreAnimation. Learn how to use strokeStart and strokeEnd to create elegant menu transitions.
 -   
Simple way to scrape web with Ruby
MyFitnessPal didn't give me API access, so I wrote some Ruby to get it anyway. Logging in into MyFitnessPal, go to Reports Tab.
 -   
Playgrounds for Objective C
Playgrounds are one of the niftiest features of Swift. They allow you to quickly test out bits of code and see results in real time without going through...