February 2012 M T W T F S S « Jun 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Tag Archives: Ruby
Introducing QueryStringParser
Over at PostRank we serve a lot of data through our API servers. All of those servers parse query strings. Along with, obviously, the query string, we also encode the post data in query string format. This means we’re doing … Continue reading
What’s your moniker
We were playing with some ideas over at PostRank and realized we needed a way to give out some unique codes. We didn’t want some random string of letters and numbers as that isn’t very memorable. We wanted real words. … Continue reading
EventMachine Screencast — EM-HTTP-Request
I decided to try my hand at creating a screencast the other day. I took a look at the EventMachine EM-HTTP-Request library and created a simple shell program to do single and multi requests. Take a look and let me … Continue reading
Google Analytics, OAuth and Ruby. Oh, my.
I recently had the opportunity to take a peek at accessing Google Analytics data using their OAuth endpoint. We did this in Ruby using the Ruby OAuth gem. There were a few snags along the way so I figured I’d … Continue reading
EventMachine Introductions
As you may know, we use EventMachine a lot at work. I’ve had a bit more time to get familiar with EventMachine then some of the other guys here and was asked to do a presentation to get everyone on … Continue reading