Seriously though, programming is a tool, like a hammer is a tool. Sure you can talk about how to hammer the best, but what the hell are you hammering in the first place?
Name:
Anonymous2013-08-01 18:35
As hobby I work on a race simulation/management game with the snap framework. It has a load balancer and securing reverse proxy server, multiple backends, which can be hot plugged. The views are completely implemented in the web browser (inclusive templates). The backends expose a rest API for communication with the client code. The race simulations are good physical approximations and the car can be fully customized. Closed beta will be running this month.
On my work I work on a semantic analyzer for magazines, so we can categorize them and build an index to make them searchable. This is done in python.