A big part of creating Web Applications is to write code. We spend a lot of time in text editor and therefore it has to be an extension of ourselves. We each have our own preference at Code Genome. Some of us like to use textmate, while others prefer emacs or a full IDE like RubyMine.
Logging is an important part of any web application. Rails has a great logging mechanism, which is ideal to see what’s happening during development. It can also be useful in many other situations, but it has its limitations. Being text based, its...
I’ve found out while working with Clojure in my free time that it can be really useful to have metadata bound to subroutines. It opens up a whole lot of possibilities and I recently had a problem in one of our projects where that concept would...