Posts tagged #Ruby

Yearning for some learning?

A piece of advise that is often given to developers who want to keep improving, is to learn a new programming language every year. I mostly think it holds true if you try to learn a new paradigme – because just learning new syntax won’t really get you anywhere. Koans One way of...

Everyday lifeLanguagesTechnology
Read more

I need a REST

One might think that the title of this blogpost is due to the fact that this summer I will be turning 30. However it is actually a task I have been looking into, that could also be phrased as: I wish to build a REST based service, what are my options? With REST gaining in...

Read more

Let me be Frank, I really like Sinatra

Lately I have heard quite a few people mention the Sinatra framework , which is a very light-weight webframework for Ruby. Already being fond of Ruby I decided to take a look at Sinatra, so I could see what all the fuss was about. Right off the bat I decided to install Ruby...

Read more