23, March 2010 Link 10 Minute Mail refresher

"10 Minute Mail" is a service of temporary emails. This script is used to keep mailbox alive while it is opened in the browser.

25, November 2009 Link DBSlayer — HTTP layer for MySQL

A thin layer over MySQL, to access data in JSON format. Supports connection pooling and load balancing.

16, October 2009 Link Djblets — useful helpers for the Django

Djiblets is a useful set of Django helpers. For example you can easily create a custom tags, mangle URLs, show data in sortable rows and add a dynamic site configuration. I certainly will use it!

21, September 2009 Link Interesting series about Twisted Web

In his posts, Jp Calderone shows examples how to serve static and dynamic pages using Twisted framework. Examples are small but very informative.

19, September 2009 Link Using Django inside Tornado

An example, how to build Tornado based web application which uses Django's ORB and forms.