Tutorials
In-depth guides written by Mentai mentors.
Browse by category
Filter by topic
All
architecture
automation
backend
best-practices
ci
configuration
database
data-management
debugging
deployment
devops
django
git
Show all 27 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
77 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
78 views
· 18 min read