With over a decade of experience, Elon specializes in building enterprise web applications for both established businesses and startups. He has extensive experience with Ruby, Ruby on Rails, Java, Linux, and cloud infrastructures. If you have a project and need a freelance consultant, please feel free to contact me.
Navigating Ruby and Ruby on Rails projects in VIM involves learning a number of things that aren't in the manual. This post is intended to shorten the learning curve. ruby
I've been using xmonad in ubuntu for quite a while. The change from 11.04 to 12.04 involved the following steps. xmonad linux
While closures are usually associated with functional languages, Ruby has them in the form of blocks, procs, and lambdas. These concepts are a powerful feature that must be mastered to be successful using this language. ruby
Ruby: Applying closures to the context of a caller via Modules and the template design pattern. ruby
Setting up a modern xorg.conf with the binary NVIDIA driver to be used with xrandr. linux
Prototyping in Ruby is even faster with inlined test driven development. ruby
How to set up minitest-spec for both Ruby and Ruby on Rails 4 projects while preserving vim-rails shortcuts. ruby ruby on rails
A short script to enable USB access to an Android device using MTP. android linux