Tutorials
In-depth guides written by Mentai mentors.
Browse by category
Filter by topic
All
backend
best-practices
configuration
database
data-management
debugging
devops
django
error-handling
frontend
git
htmx
Show all 20 tags Show fewer tags
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
72 views
· 20 min read
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
73 views
· 18 min read