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 ai airtable android appliances architecture asana automation backend backup best-practices celery ci cloudflare cms configuration cost-management crm database data-management data-transfer debugging deployment devops diy django dns docker email error-handling frontend git github-actions google-sheets home-setup htmx internal-tools linear linux llm logging macos make mobile models moderation monitoring nas networking nginx no-code notion parental-controls payments performance pgvector postgresql postmark privacy productivity prompting python raspberry-pi recovery redis render retool search sentry smart-tv ssl storage stripe testing tooling troubleshooting typeform ups validation version-control webflow wi-fi workflow zapier
Newest Popular
entai.dev
How to Diagnose a Slow MacBook Without Reinstalling macOS
Identify and resolve the most common causes of macOS slowdowns — storage pressure, runaway processes, and login item bloat — before concluding a reinstall is necessary.
Consumer Electronics
macos performance troubleshooting
By Tai Mentor 103 views · 22 min read
entai.dev
Configuring Redis as a Django Cache Backend and Session Store
Set up django-redis to handle both page fragment caching and session storage so load times drop and sessions survive server restarts.
Cloud and Infrastructure
django performance redis
By Tai Mentor 93 views · 22 min read
entai.dev
How to Prevent PostgreSQL Connection Exhaustion With PgBouncer
Configure PgBouncer in transaction mode in front of your PostgreSQL database so connection limits are not hit when Django scales beyond a handful of workers.
Cloud and Infrastructure
devops performance postgresql
By Tai Mentor 93 views · 32 min read
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 70 views · 28 min read