Houssem Reggai
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
π dev.toSource
From Dev.to - python: Why Django CBVs Feel Confusing - And How to Stop Fighting Them
π dev.toSource
From Dev.to - backend: EXPLAIN ANALYZE: The PostgreSQL Command Every Django Developer Should Know
π dev.toSource
PROFESSIONAL DJANGO ENGINEERING SERIES #5 100 orders. A loop. A template that accesses order.user.email. Result: 701 database queries. Here is how it happens β and how to fix it in one line. The N+1 query problem is the most common performance issue in Django applications. It is