A tuple in Swift is a construct that groups multiple values together into a sing…
programming
Number of posts: 5
Swift for Ruby Devs: Optionals
Many times when designing software, we have to deal with the possible absence of…
Enumerations in Swift
In our last post, Swift for Ruby Devs: The Basics pt. 2, we compared the differe…
Swift for Ruby Devs: The Basics pt. 2
In our last post, Swift for Ruby Devs: The Basics pt. 1, we looked at the differ…
TIL: How To Rename a Git Branch
There are times where you might want to rename a local branch you're working on…