#tips
Quick, helpful insights to level up your development workflow and productivity.
2 articles
Why Python's Path.home() Returns the Wrong Directory in MSYS2 MinGW64 Bash
/articles/environment-setup/fixing-mingw-bash-python-home-path
Running Python in MinGW64 bash and getting `C:/Users/Bob` from `Path.home()`? Here's why MSYS2_ARG_CONV_EXCL won't help and the one-line fix that gives Python the right home directory.
Environment Setup
#tips#bashBob James•
How to Backup Your Supabase Database for Free
/articles/tutorials/backup-your-supabase-database-for-free
Learn how to backup your Supabase database using pg_dump and PostgreSQL tools, even on the free tier. Includes troubleshooting common connection issues and step-by-step instructions.
Tutorials
#automation#tips#dataBob James•