Tutorials
In-depth guides written by Mentai mentors.
Browse by category
Filter by topic
All
asana
automation
backend
ci
cloudflare
cms
cost-management
devops
django
dns
email
github-actions
Show all 23 tags Show fewer tags
How to Set Up Sentry Error Tracking in a Django Application
Integrate Sentry into your Django project to capture unhandled exceptions, slow transactions, and regressions with enough context to fix them quickly.
SaaS and Tools
django
monitoring
sentry
By
Tai
·
Mentor
105 views
· 22 min read
How to Audit and Reduce Your SaaS Subscription Spend in an Afternoon
Use a structured audit process to identify unused, duplicated, and overprovisioned SaaS subscriptions and make informed cuts without disrupting active workflows.
SaaS and Tools
cost-management
productivity
workflow
By
Tai
·
Mentor
101 views
· 18 min read
Configuring Cloudflare DNS and Proxy Settings for a Custom Domain
Point a custom domain to your hosted application using Cloudflare and avoid the SSL misconfiguration that causes redirect loops and mixed-content errors.
SaaS and Tools
cloudflare
devops
dns
By
Tai
·
Mentor
100 views
· 22 min read
How to Use Linear for Engineering Sprint Planning Without the Jira Overhead
Set up Linear cycles, triage views, and priority levels so your engineering team has a clean sprint planning workflow with minimal administrative friction.
SaaS and Tools
linear
productivity
workflow
By
Tai
·
Mentor
99 views
· 20 min read
How to Set Up Postmark for Reliable Transactional Email Delivery
Switch from a generic SMTP provider to Postmark and configure bounce handling, suppression lists, and delivery monitoring so critical emails consistently reach inboxes.
SaaS and Tools
devops
email
postmark
By
Tai
·
Mentor
95 views
· 25 min read
How to Move Your Team From Email Threads to a Structured Asana Workflow
Design an Asana project structure that maps your team's actual work so tasks stop falling through the cracks and you can stop chasing status updates by email.
SaaS and Tools
asana
productivity
workflow
By
Tai
·
Mentor
95 views
· 22 min read
Automating Repetitive Spreadsheet Tasks With Google Sheets Apps Script
Write a Google Apps Script that processes, formats, or exports spreadsheet data on a schedule so you stop performing the same manual steps every week.
SaaS and Tools
automation
google-sheets
productivity
By
Tai
·
Mentor
74 views
· 25 min read
How to Use Notion as a Lightweight CMS for a Small Team
Structure Notion databases and views to manage an editorial calendar, content pipeline, and approval workflow without buying dedicated CMS software.
SaaS and Tools
cms
notion
productivity
By
Tai
·
Mentor
73 views
· 20 min read
Setting Up GitHub Actions to Run Your Test Suite on Every Pull Request
Create a GitHub Actions workflow that runs your Django or Python test suite automatically so broken code is caught before it merges into main.
SaaS and Tools
ci
github-actions
testing
By
Tai
·
Mentor
71 views
· 22 min read
How to Configure Stripe Webhooks to Reliably Sync Subscription State
Set up Stripe webhook signature verification and idempotent event handling so your application's subscription records stay in sync even when events arrive out of order.
SaaS and Tools
backend
payments
stripe
By
Tai
·
Mentor
69 views
· 32 min read