Posts
All the articles I've posted.
-   
8 Books that everyone should read
A list of 8 books that Krzysztof Zabłocki believes everyone should read to improve their life.
 -   
Programming
What is programming? For me it has always been about solving problems, and analytical thinking. Does it matter what language or platform you solve problems...
 -   
Improve your iOS Architecture with FlowControllers
When working on iOS app, now more than ever one should avoid having view controllers pushing other view controllers around.
 -   
Little things that can make your life easier in 2016
As we are closing this year, let's take a look at few simple things you can add to your iOS developer toolbox to make your life easier and be more...
 -   
Details matter - harnessing the power of Core Animation
A friend showed me animations from Stripe Checkout and asked: "how could we implement that on iOS?" Learn how to harness Core Animation for folding, shaking, and button animations.
 -   
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...