Web applications
Here is a list of the websites, web applications and other web based projects made by me.
Stargate Resistance Stats (2010)
Description: Stargate Resistance PC game fan site with player statistics, rankings, server list, news, articles and polls.
Website URL: http://www.sgrstats.com
Features:
- Written in Python and powered by ponies with magical powers
- First version was running on Google App Engine, but later moved to a private server, because of some of the Google App Engine limitations (still an awesome platform to develop and deploy web apps on!)
- Fetches, displays and parses players statistics and achievements from Stargate Resistance servers
- Because of the schema-less design, a pretty big data set and faster historical data analysis, player related data is stored in MongoDB collections
- Includes Python script which uses PIL to generate dynamic player signatures (small images which users can use to display their stats and achievements on other websites)
- Each signature image template includes a special config file which makes adding a new signature template very easy
- Initially running on Tornado web server, but later moved to a more conventional Apache + mod_wsgi web stack, because of some strange problems with Tornado not setting cookies at random intervals




