Baseliner

May - September 2012; February 2020 - present

  • Baseliner is an iPhone, iPad, and Mac app that keeps a record of singles and doubles tennis matches.
  • Add an opponent, score, date, and notes to matches
  • Easily view all your matches against a particular opponent
  • Keep track of your win/loss record against each opponent
  • Export a JSON back up of matches
  • UI developed using SwiftUI
  • Sync match records between devices with iCloud
  • Available on the App Store. Tracking up to three players is free. A one-time in-app purchase unlocks the ability to track unlimited players (opponents and partners).

Pretty Swift

August - December 2015

Pretty Swift is a learning resource to help beginning programmers get started with iOS development. The Pretty Swift course is a roadmap for beginning iOS developers. All the course materials are available on GitHub.

The Pretty Swift curriculum was the course project for CS 6460 Educational Technology in Georgia Tech’s Online Master in Computer Science program.

BRJPopoverPicker

July 2014

BRJPopover is an Objective-C framework for iOS. It presents a list inside a popover and allows the user to select one item. It is available to install as a Cocoapod.

Open Source Contributions

MagicalRecord

January 2014

Contributed a pull request to add functionality to support dates in JSON formatted as Unix timestamps

CocoaLumberjack

March 2015

Contributed a pull request to fix bug where a new log file was created on each app launch on the iOS simulator