Monthly Archives: August 2009

Bringing web applications to your Desktop with Prism

I have almost finished working on a web app that will be used inside intranets by students willing to do their English language exams interactively. I have reached the point where I want the app to have as much as … Continue reading

Posted in Web | Tagged , , | 3 Comments

Observer and Singleton design patterns in Ruby

This is my first article in http://railsmagazine.com, it was published in issue 3, so basically I’m just republishing it here again. Observer and singleton are two common design patterns that a programmer should be familiar with, however what made me … Continue reading

Posted in Design Patterns, Ruby | Tagged , , , | 11 Comments