For those of you who live in Colorado like I do, I'm sure that you most certainly understand one meaning of a 'Tree', but I would like to show you another meaning in the world of computer science an ...
For those of you who live in Colorado like I do, I'm sure that you most certainly understand one meaning of a 'Tree', but I would like to show you another meaning in the world of computer science an ...
Here's a simple way to parse an html table into a ruby hash using nokogiri Foo Bar ...
Here's some reference material about ruby basics. Arrays and Hashes array = [1,2,3,4,5] # => [1,2,3,4,5] array.pop # => 5 array # => [1,2,3,4] The array has been modified by the pop metho ...
I recently had a phone interview for a position as a software engineer and one of the questions I was asked was to define iteration and recursion and explain the differences between the two. I knew w ...
This is my fourth post in four days blogging with Middleman App. I've been having a blast so far and wanted to share my experience with using M ...