A Rails webapp profile for Ronald Hong as a software engineering candidate.
For now, the resume itself (CV cv.rb
) stores all of its data in JSON format in the database. I toyed with the idea of powering the CV with associated db-backed models, but I decided that a CV was too dynamic and ill-structured to fit in a db paradigm.
An example of the ease that simple JSON allows is a change something like the following that I made early on: example