Nov 20, 2017
Looking for a free website hosting and automatic deployment after source code changes? Try GitHub pages and Wercker!
Feb 22, 2017
Credit Card validation isn’t as hard as it looks – and you can add it to your app in a few minutes only!
Feb 10, 2017
Function currying is something I wanted to dig into for some time now, and finally I found a good time for it, especially now, after some changes introduced to the syntax in Swift 3.
Feb 7, 2017
Since last posts about using let and guard, Swift 3 came out and changed a few things here and there. Let’s see what’s new!
let
guard
May 9, 2016
Today we continue topic of avoiding Swift’s “Pyramid of Doom” that we started in previous post about guard statement.