Minimal CI Checks for Side Projects

Minimal CI Checks for Side Projects workspace scene

The tests pass on your machine, and the clone on a second folder already fails. You run the same install command, and suddenly you’re debugging dependency version mismatches, linter errors you never saw locally, and broken tests that only show up when you don’t have cached local config files. That’s the exact pain point minimal … Read more

CSV Dedupe Script With a Dry-Run Flag

CSV Dedupe Script With a Dry-Run Flag workspace scene

The export has duplicate emails, and a spreadsheet filter already feels unsafe. You’ve already accidentally deleted 12 valid entries during a manual dedupe last quarter, and you don’t want to repeat that mistake with this 12,000-row lead list. A purpose-built script removes human error, and adding guardrails like a dry run ensures you don’t modify … Read more