I've been creating websites for over 10 years, and I've been using Django since early 2008. I focus on high quality, well-tested, maintainable code and reliable high-performance deployments. Web development is something that I am very excited about, and I love finding elegant and innovative ways to push web applications further.
Since I began working with Lincoln Loop, I’ve been absolutely loving the flexibility. What has surprised me, though, is how hard it has been to consistently put in 40 hours a week. There were several weeks when it was even difficult for me to get to 32 hours, which is my absolute minimum. I decided that it was time to take advantage of this newfound flexibility, and try a new ...
A set of tools for using Django's multi-db feature to balance database requests between multiple replicated databases. It currently provides some basic routers for using weighted random selection or round robin selection with a pool of databases, following a master/slave layout where the slaves are read-only copies of master, and pinning reads to master for a user after that user ...