Tag Archives: Ruby

The Learning Library

I’ve always been a book lover. I have a private collection of Ruby, Perl, and Java books, amongst other topics, that would make a public library jealous. In fact, I recently moved and was surprised that that the bulk of the items boxed up where books. I’ve been making the trend of moving my library [...]

Posted in Books, TechKnow | Also tagged , , , , , , , , | 2 Comments

TechKnow Year In Review 2009

It is that time of year where we reflect on the accomplishments of the passing year and look forward to the one to come. Here is a window into the past year in technology through this year’s popular posts on TechKnow Juixe. Top Favorites Laws of Source Code and Software Development Repetative Recursion Technology and [...]

Posted in CSS, HTML/XML, Programming, Ruby, TechKnow | Also tagged , , , , , , , , , , | 1 Comment

Quotable DHH 2009

David Heinemeier Hansson, commonly referred as DHH, is a polarizing programmer with a self professed fucking potty-mouth. He is opinionated and uncensored. He is a world renowned hater, he hates big enterprise software, large startup valuations, and apple pie. The web development framework he fashioned after himself is as opinionated and know-it-all as he is. [...]

Posted in Programming, Ruby, TechKnow | Also tagged , , , , , , | 2 Comments

Favorite Programming Quotes 2009

When I am not coding I am reading about code. Here is a short list of memerable programming quotes I read over the past year about the science and art of software development. Over this last year, my interest and reading habits have been related to software development, team leadership, and entrepreneurship and this quotes [...]

Posted in Programming, TechKnow | Also tagged , , , , , | 7 Comments

Download Twitter Profile Images Using Ruby

Recently, I gave myself the small task of going through all my Twitter retries and downloading each profile image from each Twitter user that replied to me. To access my Twitter replies I used the Twitter Ruby Gem. I am using Twitter gem version 0.4.1. The script is small and pretty concise that it can [...]

Posted in Ruby | Also tagged , , , | 2 Comments

Jamming with Ruby YAML

When working with Ruby, the library/class I use and abuse most often is YAML. YAML stands for YAML Ain’t Markup Language and it is a versatile human friendly data serialization format. It is easier to use and understand than JSON. A YAML file is much like a Java properties file in that is used to [...]

Posted in Ruby, TechKnow | Also tagged , , , | 4 Comments