October 2014

Attending the Grace Hopper Celebration

By Maria Eguiluz

I attended the Women in Computing - Grace Hopper Celebration (GHC) in Phoenix, Arizona a couple of weeks ago. GHC is an annual conference where women in all stages of their career come together to talk about relevant topics both in computer science and on what being a woman in the technology field is like.

Simple Cocoa Configuration Using Swift Structures

By Chris Rittersdorf

Apple’s introduction of Swift to the Cocoa development toolbox has created a buzz amongst Cocoaheads. The language is flexible and lends itself to new patterns which traditionally Objective-C programmers are excited about. I got excited about a pattern that emerged while working on a new version of the Dead Man’s Snitch iOS app:* using Swift structs to store application configuration information*.