subscription based right?
- 6 Posts
- 24 Comments
so proton is now a movement.
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Built an API dev tool and got 12k+ installs already, this is what happened since we open sourced.English
3·3 months agoAwesome - would love some feedback !
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Built an API dev tool and got 12k+ installs already, this is what happened since we open sourced.English
4·3 months agoJust fyi - voiden too is not us based.
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Built an API dev tool and got 12k+ installs already, this is what happened since we open sourced.English
2·3 months agoHappy to help out - Check out our docs too - https://docs.voiden.md/docs/getting-started-section/intro.
dhruv3006@lemmy.worldto
Technology@lemmy.world•Reddit Starts Blocking Mobile Website, Pushing Users to App InsteadEnglish
262·3 months agoThey never learn.
dhruv3006@lemmy.worldto
Selfhosted@lemmy.world•A developer in our team sent me a full presentation without using a slides tool.English
10·3 months agoI am making a GitHub repository https://github.com/dp1620/awesome-markdown-devtools for markdown tools - I will include revealjs.com along with sli.dev
dhruv3006@lemmy.worldto
Technology@lemmy.world•The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn'tEnglish
2·3 months agomy goodness - I saw this pretty pretty long back.
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
1·4 months agoThanks - do give us a feedback :)
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
2·4 months agoimo Swagger is good for looking at the API. For local and odd setups for example If you need shell scripts swagger becomes pretty rigid.
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
32·4 months agoYou can join our discord to meet people who are using it : https://discord.com/invite/XSYCf7JF4F
dhruv3006@lemmy.worldOPto
Technology@lemmy.world•Admiral Grace Hopper on Future Possibilities: Data, Hardware, Software, and People (1982)English
2·5 months agoI posted this for womens day - a really really under rated person.
dhruv3006@lemmy.worldOPto
Technology@lemmy.world•When the Category Leader Stalls : Postman and the Future of API ToolingEnglish
2·5 months agoCollaboration?
dhruv3006@lemmy.worldOPto
Technology@lemmy.world•When the Category Leader Stalls : Postman and the Future of API ToolingEnglish
8·5 months agoCurl is great. I use curl. Most developers use curl. But “you can call an API with curl” and “curl is enough as an API working environment” are two very different claims.
The problem is that real API work is almost never just one request typed into a terminal like some kind of beautifully minimalist Unix haiku. It usually turns into auth, environments, copied headers, reused payload fragments, request chains, documentation, testing, debugging, sharing examples with teammates, reviewing changes in Git, and trying not to break prod because you forgot to swap one token or one base URL.
At that point, people are not really using “just curl” anymore. They are using curl plus shell scripts, plus notes, plus env files, plus copied commands from Slack, plus random JSON files, plus tribal knowledge. Which is fine, until it becomes annoying, fragile, and weirdly hard to collaborate around.
dhruv3006@lemmy.worldOPto
Technology@lemmy.world•When the Category Leader Stalls : Postman and the Future of API ToolingEnglish
3·5 months agoI guessl postman pivoted - didn’t die really. Now they are a more of a AI Infra company - https://blog.astromode.ai/blog/hello-astro-ai/
Also httpie is great - you may like Voiden.We opensourced some days back and are not just a postman clone !
Take a look here maybe : https://github.com/VoidenHQ/voiden
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - A Markdown based Open Source Alternative to PostmanEnglish
1·5 months agocurl is great. I use curl. Most developers use curl. But “you can call an API with curl” and “curl is enough as an API working environment” are two very different claims.
The problem is that real API work is almost never just one request typed into a terminal like some kind of beautifully minimalist Unix haiku. It usually turns into auth, environments, copied headers, reused payload fragments, request chains, documentation, testing, debugging, sharing examples with teammates, reviewing changes in Git, and trying not to break prod because you forgot to swap one token or one base URL.
At that point, people are not really using “just curl” anymore. They are using curl plus shell scripts, plus notes, plus env files, plus copied commands from Slack, plus random JSON files, plus tribal knowledge. Which is fine, until it becomes annoying, fragile, and weirdly hard to collaborate around.
That is the gap Voiden is trying to solve.
So for me it is not “curl vs Voiden.” curl is a low-level execution tool. Voiden is a workspace for actual API work: writing requests, organizing them, reusing pieces, documenting them, testing them, versioning them in Git, and not duplicating the same headers/body/auth setup 45 times like a person slowly losing control of their life.
dhruv3006@lemmy.worldto
Technology@lemmy.world•New York considers bill that would ban chatbots from giving legal, medical adviceEnglish
152·5 months agoYou bring a regulation - can you really enforce it?
dhruv3006@lemmy.worldto
Technology@lemmy.world•Discord delays global age verification rollout after backlash - DexertoEnglish
155·5 months agoBut a true easy to use discord alternative is still not there.


But then how did Postman became so popular - we can’t deny it became the default.