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
Git Rebase vs Merge — Choosing the Right Strategy for Your Team
Understand when to rebase and when to merge, with concrete examples of each workflow and the team rules that prevent history from breaking.
Development
git version-control workflow
By Tai Mentor 57 views · 20 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