Notes from the conference.
https://github.com/mxsasha/lessobviouschecklist
Climate
https://www.youtube.com/watch?v=upiK4du5vUI
https://cloud.google.com/sustainability/region-carbon https://pypi.org/project/energyusage/ https://www.cloudcarbonfootprint.org/docs/gcp https://codeascraft.com/2020/04/23/cloud-jewels-estimating-kwh-in-the-cloud/ https://www.cloudcarbonfootprint.org/docs/methodology https://github.com/hubblo-org/scaphandre https://pypi.org/project/pyJoules
https://github.com/responsibleproblemsolving/energy-usage/issues/16
Indexes
db_index=True on fields
class-based indexes on classes
Functional indexes?
https://adamj.eu/tech/2020/07/27/how-to-modernize-your-django-index-definitions/
Database migrations
https://speakerdeck.com/markush/writing-safe-database-migrations-djangocon-europe-2021
Hunting Performance in Django code
Tracing profilers vs sampling profilers
Good overview of different profiler options for Python (for example the ones that support multi-threading)
https://github.com/plasma-umass/scalene
DD with GraphQL and Django
Leaner framework could be better? (FastAPI?)
Django + Sphinx
Clean architecture with Django
Best use case for Django
Dependency inversion
HTMX: Frontend Revolution
Absolutely no JavaScript
https://github.com/adamghill/djangocon-eu-2021-conference-talk
Sprint
https://github.com/django/django/pull/14391 https://github.com/django/django/pull/14389
https://github.com/aeltanawy/Receptor
https://github.com/adamghill/djangocon-eu-2021-conference-talk
https://code.djangoproject.com/ticket/32819 https://code.djangoproject.com/ticket/32820