Always remain updated about current software development trends

Articles in RUBY

kahfei :: Something I learn from a boring talk

Attended an information sharing session this morning. One problem stood up. The person conducting the session is a bad presenter, not very fluent in English, and speaks with very heavy accent. Most of...

Learning Ruby Blog :: A “FREE” Online Course: Programming the Web with Ruby – 4th batch

Send to Kindle Programming the Web with Ruby Registrations are now open for RubyLearning's "Pay if you like", online course on "Programming the Web with Ruby". The first batch had over 2000 ...

stackoverflow weekly report :: (lii) stackoverflow ruby report

This is the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2013-05-19 19:58:50 GMTWhat do `def +@` and `def -@` mean? - [10/1]How is...

kahfei :: Getting paperclip, heroku and aws s3 non-us region bucket working together

As found out earlier, only images come with commits and pushed to heroku are kept. One way to keep images uploaded via paperclip permanent is to use a 3rd party storage service like s3 or keep it on a...

Max De Marzi :: Knowledge Bases in Neo4j

From the second we are born we are collecting a wealth of knowledge about the world. This knowledge is accumulated and interrelated inside our brains and it represents what we know. If we could export...

DevInterface Blog :: Time management: come utilizzare il proprio tempo in modo efficace ed efficiente

Vi siete mai chiesti se vi sono delle cose che fanno davvero la differenza? Se vi sono cose che possono avere un impatto davvero positivo nella vostra vita? Delle cose che vale la pena fare? Spesso ...

kahfei :: why attr_accessor

I keep bump into this problem, where I pick up some basic long ago, after a while, get too used to it and forgot the reason why something is done in a particular way. If I have written about it, then ...

Running With Rails :: GopherCon 2014!

So lately I haven't been doing much rails, which has lead to a distinct silence on this site as far as new developments go. The truth is, my career has changed a bit and I find myself more and more ...

stackoverflow weekly report :: (li) stackoverflow ruby report

This is the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2013-05-11 20:41:17 GMTWhy are constants from extended module not availab...