Category Archives: Recommendation

Recommendation of the week: Sinatra web microframework

If you are building RESTful services or even small web apps, you could do a lot worse than check out Sinatra, a Ruby based web framework written in under 1500 lines of code. Sinatra is utterly simple and doesn’t get … Continue reading

Posted in Recommendation | Leave a comment

Recommendation of the week: Raphael SVG library

Raphael is a tiny JavaScript library for working with vector graphics. It provides a fairly complete canvas-like API, but with all the flexibility of SVG over raw bitmap drawing (for example, everything you draw is an object and can have … Continue reading

Posted in Recommendation | Leave a comment