Optimising Networks in a Django REST Application
Introduction
During production, it is often easy to blame the database latencies as the root cause of a slow app. But finally, the way the backend interacts with the frontend (and every other component) is using the classic HTTP request-response arch...
diptonil.hashnode.dev12 min read