Tags:

data mining   fail save   gentoo   html2pdf   lazykid   mod_fcgid   nothing to hide   onetime password   open office   otp   privacy   ruby   ruby on rails   security   test driven development  

Last update
(Nov 25 2007)

Test driven development is your friend

Friday 02 November 2007 - 01:45 by sven

Since I started programming in ruby, I tried to force myself to do test driven development. The pain of writing the test first and the actual code later prevents me from over engineering and makes me focus better on... read more


Fail save

Sunday 04 November 2007 - 20:36 by sven

While working with the excellent writertopia authorization plugin I made some small changes to let it fail more secure in certain situations. With this plugin you are able to query and set permissions for users... read more


A rails application in less than 10 hours.

Sunday 04 November 2007 - 23:10 by sven

I was a bit bored and thought about the idea of writing an useful and production ready web application with 'ruby on rails' in less then 10 hours. When I say production ready, I mean that the code is more or less... read more


Onetime Password plugin for rails

Wednesday 14 November 2007 - 12:55 by sven

Do you blog from friends computers or the internet cafe? I do not. I am too much afraid that there is some sort of malware installed that will grab my password. To overcome this problem, I wrote a small onetime... read more