Google will delete OAuth clients falsely flagged as unused
8 points by panstromek 18h ago 7 comments
Ask HN: How do I start my own cybersecurity related company?
4 points by babuloseo 1d ago 4 comments
How to Compile Your DB Migrations into Your Binary Using Goose
2 gwynforthewyn 1 5/28/2025, 12:28:25 AM playtechnique.io ↗
The benefit of this approach with migrations is being able to use golang itself to figure out if a migration should run e.g. you can check an environment variable to see if you're in the dev environment and if you are then you could run a migration to populate your seed data.