Sunday dev tip: 5 curl commands you can run right now (no signup needed)
1. Generate UUID:
curl
https://employee-libraries-discrimination-deaf.trycloudfl…
2. Encode Base64:
curl -X POST -d '{"text":"hello world"}' -H 'Content-Type: application/json'
https://employee-libraries-discrimination-deaf.trycloudfl…
3. Hash a string:
curl -X POST -d '{"text":"test","algorithm":"sha256"}' -H 'Content-Type: application/json'
https://employee-libraries-discrimination-deaf.trycloudfl…
4. Check any website status:
curl
https://phones-beginner-univ-split.trycloudflare.com/chec…
5. Get DNS records:
curl
https://phones-beginner-univ-split.trycloudflare.com/dns/…
All free, no tokens, no rate limits. Built these for my own workflow and opened them up.
#developer #devtips #curl #api #webdev #programming #terminal #100DaysOfCode