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
Structuring a Reusable Prompt Library in Python
Centralise all AI prompt strings into a single Python module so you can iterate on model behaviour without hunting across your codebase.
AI and Workflows
ai architecture python
By Tai Mentor 68 views · 18 min read
entai.dev
How to Use Python contextlib.suppress to Replace Repetitive try/except/pass Blocks
Replace verbose try/except/pass patterns with contextlib.suppress to make intentional exception suppression readable and precise.
Development
best-practices error-handling python
By Tai Mentor 73 views · 15 min read
entai.dev
Setting Up Pre-commit Hooks to Enforce Code Quality Before Every Push
Configure pre-commit with Black, isort, and flake8 so formatting and lint violations are caught automatically before code leaves your machine.
Development
git python tooling
By Tai Mentor 56 views · 18 min read
entai.dev
How to Debug a Python KeyError Without Stack Trace Guessing
Learn a systematic method for pinpointing KeyErrors in nested dictionaries using logging, defensive access, and breakpoints.
Development
backend debugging python
By Tai Mentor 54 views · 22 min read