Hacker News new | past | comments | ask | show | jobs | submit login

A small workflow that I come back to all the time is generating curl commands with dynamic values through SQL queries to run something against our API. People don't always think about that so once you have it in your tool belt it's a great tool you'll reach to often.

Something like the following, then just copy it in a shell script, chmod +x it and execute it:

    select 'curl -XPOST localhost:9090/apis/some-service/' || p.technical_name || '/locale/' || l.full_locale



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: