January 17, 2011
This weekend, after reading some of the Hustle materials from Ramit, I became inspired to try a 28 Day Challenge to change some habits. What is this challenge? The challenge is to select up to three habits you want to change, and track completion every day. Why 28 Days? This comes from the adage “it [...]
Read the full article →
November 8, 2010
I recently began playing with Ruby on Rails, a web development framework. Among the interesting features of RoR is the use of the Model View Controller architecture. In layman’s terms, this means the code is split into three sections: Model. This is the actual data you use (though its not necessarily “the database”). For example, [...]
Read the full article →