Skip to main content

Tutorials

In-depth guides written by Mentai mentors.

Browse learning paths
All categories Development AI and Workflows Cloud and Infrastructure Consumer Electronics SaaS and Tools No-Code and Automation
All backend best-practices configuration database data-management debugging devops django error-handling frontend git htmx models performance python testing tooling validation version-control workflow
Newest Popular
entai.dev
How to Find and Fix N+1 Query Problems in Django Using Debug Toolbar
Install Django Debug Toolbar and use the SQL panel to identify duplicated queries and fix them with select_related and prefetch_related.
Development
database django performance
By Tai Mentor 71 views · 28 min read