Passbook is a often under utilized feature of IOS. For those who haven’t used it, Passbook is a app that comes with all phones running IOS 6 and above. Passes can be mailed, shared, retrieved from a website or delivered…
Passbook is a often under utilized feature of IOS. For those who haven’t used it, Passbook is a app that comes with all phones running IOS 6 and above. Passes can be mailed, shared, retrieved from a website or delivered…
When you need to offer advanced search in your Ruby based application you have a number of options. People often will look at using a Lucene based solution such as Solr or Elasticsearch. The only problem is that you will…
Recently I had the honor of being able to speak for a second time at Rubynation in Washington DC. Rubynation is a two day, dual track conference that focuses on Ruby and related technologies. Speaking On The Second Day This…
While Google Glass is a Android device, you don’t need to be an Android developer to start to create apps for it. What is the Mirror API The Mirror API is a Google API based cloud service that hooks into…
There are a lot of articles out there about setting up one server with Doorkeeper to offer Oauth support in Ruby projects. But when you start to get into federating your Oauth credentials across services it turns into the wild…
So you are working in Ruby, you like to party, you like HTTP and you like cookies. For many ruby developers the HTTParty is a great way to make http calls from your ruby code to a web service. When…
The Monolithic App When you have one monolithic ruby stack, getting a developers machine to run the stack for smoke testing etc. is really easy. If the application is just Rails based without any background jobs you simply start up…
Last month I had the honor of being able to speak at Rubyconf Taiwan with a talk about Analytics for the Busy Ruby Developer. Rubyconf Taiwan is a two day, two track conference dedicated to all things Ruby that had…
Recently I gave a talk at Rubyconf Taiwan about Analytics in Ruby. Check out the slides below!
The OmniAuth gem tends to be one of the go-to tools in a Ruby developer’s toolbox when you want to authenticate against multiple systems. It has been around for a long time and is very well-documented. When you want to…