Posts
All the articles I've posted.
-
Writing Xcode plugin in Swift
I've found myself using Xcode a lot more than I did in Objective-C. One of things I’ve missed a lot from my AppCode setup, is the ability to jump to...
-
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.