Don't Repeat Yourself (DRY) and Never Reinvent the Wheel (NRtW) - core b00tprinciples. Use existing libraries, leverage Rust via PyO3 instead of duplicatinglogic in Python, and contribute to upstream
devops/dry-philosophy
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creatin...
Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the sch...
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use...