Why large Django projects need a data (prefetching) layer with Flávio Juvenal - DjangoCon US 2022

Django REST Framework focus on Don’t Repeat Yourself is useful for code simplicity and compatibility with built-in solutions for permissions, pagination, filters, etc. However, after projects grow in complexity, DRF’s default architecture isn’t enough to ensure code maintainability. Often, any change requires navigating through a lot of nesting to ensure all necessary ORM calls and avoid serious performance slowdowns. In this talk, you’ll learn how to use a custom data prefetch layer to avoid those issues by gathering together code that changes together.

This talk was presented at: https://2022.djangocon.us/talks/why-large-django-projects-need-a-data/

LINKS: Follow Flávio Juvenal 👇 On Twitter: https://twitter.com/flaviojuvenal

Follow DjangCon US 👇 https://twitter.com/djangocon

Follow DEFNA 👇 https://twitter.com/defnado https://www.defna.org/

Date Added: September 19, 2024

Watch Video