Wednesday, 21st August 2013
What is a good list of conferences, speaking gigs, hackathons, and other technology-centric events where one can reach software architects and developers?
We have a pretty comprehensive list of (mostly tech) conferences in the Midwest USA here: http://lanyrd.com/places/midwest...
[... 45 words]How scalable is Django?
Django scales in exactly the same way as PHP or Rails or any other stateless shared-nothing web technology: you ensure that the web nodes (running your Django code) are independent from your persistence layer (database, caching, session storage etc) and scale then independently.
[... 191 words]