$ grep -l "#simple" ~/terhechte/journal/*.md
Posts tagged #simple
posts 3 years 2 tag simple
[ 2015 ]
01 · posts
2015-06-17
Generic method overloading by protocol in Swift
See how you can even overload methods in a generic manner by using protocols
[ 2014 ]
02 · posts
2014-06-17
Understanding the powerful Switch statement in Swift
2014-06-13
Swift optionals made simple
With Swift, Apple introduced several new programming languages features to iOS and Mac developers. One of them are Optionals. This is a simple introduction into Optionals that glosses over details to make it more approachable.