We use Pivotal Tracker to organize our development for all of our clients. Tracker enables our agile-inspired process, which helps us deliver the most value to our clients. Pivotal Tracker
We turn to Sidekiq when we need to run background jobs in a Rails app, which we do for just about every Rails app we write. We especially like the ops tools that come with Sidekiq, which make it easy to monitor and maintain. Sidekiq
We use Google Drive to share documents across the entire team. From company policy documents to iteration meeting notes—you can find it on Drive! Google Drive
Our team is partly distributed, but we would still use Slack even if it weren't. Keeping conversations asynchronous ensures nobody will be kicked out of "flow" during their most productive hours. Slack
We like to go native with iOS development, and Objective-C has been the only game in town until recent introduction of Swift. We're keeping an eye on Swift, but we aren't giving up on the [old way:to do:things]! Objective-C
React is amazing for applications that have a lot of moving pieces. The underlying abstraction makes it easy to keep track of highly stateful UIs while keeping code complexity down, so we don't spend as much time fixing bugs. React