Django on Steroids -- Building Applications at Web Scale

Sanket Saurav (~sanket)


16

Votes

Description:

Django is an excellent web-application framework to build scalable, extensible and high-performance web applications that can serve hundreds of thousands of requests per second -- while keeping the development cycle optimal and maintaining the sanity of developer mind-space. The success of the framework can be attributed to the well-thought out design patterns and opinionated decisions the framework makes that walks the thin line between having all batteries included and giving the developer tremendous room to grow out of the box.

This talk summarizes my learning from using Django as the core application engine in multiple production applications for the past two years at DoSelect to serve tens of millions of requests everyday, while maintaining stringent availability SLAs and extremely low response times. The content of the talk outlines the best practices and gotchas in using Django meant for web scale -- right from designing the project layouts to writing different components of your app, and finally breaking out of Django and using the best tools to support performance and reliability of your application.

The talk would be structured around the following focus areas:

  1. Structuring your Django project for extensibility and performance
  2. Designing your request-response workflow for optimal throughput
  3. How to write Django queries that don't kill your application
  4. Designing your caching workflow
  5. Using components around your Django app optimally -- Gunicorn, NGINX, PostgreSQL, etc.

The talk will include real-world code examples while illustrating the points above – explaining what I faced in production, and how I solved it (and then realized that’s what I should have done in the first place). This talk builds on top of a talk given by me at PyCon Pune 2017 -- the content has evolved as I have while continuing on quest to use Django better in production.

Prerequisites:

The talk is intended for people who have a basic knowledge of Python / Django, know how web applications work in general. Key take-aways would be things you can directly drop into your production Django application for better performance.

Speaker Info:

Sanket (@sanketsaurav) is co-founder and Chief of Geeks at DoSelect. He’s 50% developer and 50% designer. He’s been dabbling with computers since the age of 10, and had started his first venture at 18. He loves the Web and likes building cool stuff that matter. His languages of choice are Python, Go and JavaScript, and he’s been building production apps using these for the past two years. He’s also spoken at more than 50 events and hackathons across the country on open source technologies including Python, HTML5 and web applications in general.

Speaker Links:

  1. GitHub
  2. Website
  3. DoSelect

Section: Web Development
Type: Talks
Target Audience: Intermediate
Last Updated: