Category Archives: programming

Django Gotchas Part 3 - Windows Services

Continuing with my series of Django Gotchas in this post I will speak about something I haven’t seen anywhere else: Django as a Windows Service (yuck!).

Erlang: another step forward

Some time ago I posted here that I was trying to learn Erlang. My first encounter with the language had been quite a number of years back and thanks to a dear friend who was my teacher at the time and I must admit it hadn’t been the happiest of all my encounters.
It seems to [...]

Django gotchas - part 2

Continuing with my posts on Django gotchas, this article is devoted to writing your custom authentication module. There are plenty articles out there (like this and this) dealing with this topic and even the wonderful Django documentation explains how to do it very well. However I wasn’t able to find an article that dealt with [...]