Live data from Hacker News

Show HN: Some of my tools, may be usable for you

news.ycombinator.com

1–3 of 3 posts

Show HN: Some of my tools, may be usable for you

#1
Hey everyone!

I’ve developed a few tools that I wanted to share with the community:

https://clipush.deno.dev A simple way to send web push notifications using cURL, making the process much easier to integrate into your workflow. (An experiment for personal usage.)

https://request-bin.deno.dev A tool that acts as a real-time HTTP request debugger with SSE logging to track and analyze requests efficiently. (Created after requestb.in introduced limits on free accounts. Personally used for testing webhooks.)

https://lock-states.deno.dev A service to manage lock states across distributed systems, helping to ensure consistency in shared resources. (Personally used in my CI/CD pipelines to handle asynchronous tasks and wait until they are done.)

The UI on these services is quite limited, but they're just simple tools ;-) Let me know if you find them useful!