Author name: Daniel

Frank and RSpec

I hate Cucumber. It is a colossal waste of time and effort just to make your tests ‘read more easily’. And I’m not alone.1 When I started looking for an automation framework for iOS, I originally started off with Calabash in mind. Looking at the documentation, everything looked great, but when it came down to …

Frank and RSpec Read More »

Frank with CocoaPods

Most of the information to mix Frank and CocoaPods was gathered from Pete Hodgson’s blurgh – Being Agile. The rest of it was gathered through my own experience. In an effort to keep the lines from being blurred. This post is specifically about using Frank and CocoaPods together. Not how to use Frank or CocoaPods. …

Frank with CocoaPods Read More »

MongoDB TTL Objects

For anybody that hasn’t heard of NOSQL databases, there’s a lot of information out there about them. The most important thing to remember is that they are not for everyone. Just like relational databases are not perfect all the time, NOSQL databases are not perfect either. That being said, we’ve decided to try out a …

MongoDB TTL Objects Read More »

CocoaPods Setup

In the world of dependency management, every platform has their own solutions. Up until recently there hasn’t really been a good solution in Objective-C. CocoaPods is a relatively newish dependency management system for Objective-C. I’ve seen it mentioned in a few GitHub projects over the years, and recently I decided to try it out. At …

CocoaPods Setup Read More »