- 31 Posts
- 57 Comments
subscription based right?
dhruv3006@lemmy.worldOPto
Ask Lemmy@lemmy.world•What are some of your favourite developer tools?
0·1 month agoA list I made btw - mostly on markdown :
dhruv3006@lemmy.worldOPto
Programming@programming.dev•The API Tooling Crisis: Why developers are abandoning Postman and its clones?
28·1 month agoBut how do you collaborate?
dhruv3006@lemmy.worldto
Technology@lemmy.world•'There is no universe in which Proton VPN compromises its no-logs policy' — Proton joins the backlash against Canada's surveillance billEnglish
142·1 month agoso proton is now a movement.
dhruv3006@lemmy.worldto
Ask Lemmy@lemmy.world•Why do you prefer the Fediverse over other Social Media?
0·1 month agoall the comments are written by humans and no bots.
dhruv3006@lemmy.worldto
Ask Lemmy@lemmy.world•Professional software engineers of Lemmy, are code reviews still a thing in the age of "AI" assisted coding?
0·1 month agoI guess the need is going to only increase !
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Postman Defined the Last Era of API Tools. Not the Next One.
1·2 months agoJust in case you wanna try it out : https://voiden.md/
We have a very different approach to API tooling.
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·2 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·2 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·2 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·2 months agoThey never learn.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Built an API dev tool and got 11k+ installs already, this is what happened since we open sourced.
4·2 months agoInteresting point. Are you thinking about this from the parser/tooling side, or from the person writing and reviewing the file?
We intentionally started from Markdown because we wanted .void files to stay standards-compliant and not reinvent a new document format. Markdown already gives us a familiar, portable way to write docs, notes, examples, and explanations around the request.
Frontmatter handles the document-level metadata, Markdown stays the human-readable documentation layer, and the structured Voiden blocks handle the executable API parts.
We could put everything into one YAML object, but then the file becomes more like a config file than a Markdown document. The tradeoff we’re making is: keep the file readable in GitHub, PRs, and plain text editors while it still gives Voiden enough structure to execute requests reliably.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Built an API dev tool and got 11k+ installs already, this is what happened since we open sourced.
2·2 months agoThat’s a great observation !
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Built an API dev tool and got 11k+ installs already, this is what happened since we open sourced.
3·2 months agoIt right now helps in opening a specified file or directory in Voiden, see the version, etc.
You can check out more in the docs here : https://docs.voiden.md/docs/developer-tools/voiden-cli
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Built an API dev tool and got 11k+ installs already, this is what happened since we open sourced.
4·2 months agoNo it does have a CLI too and we are planning for a CLI runner very very soon !
dhruv3006@lemmy.worldto
Selfhosted@lemmy.world•A developer in our team sent me a full presentation without using a slides tool.English
10·2 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.worldOPto
Ask Lemmy@lemmy.world•What is the coolest website you’ve visited that no one knows about?
0·2 months agolemmy is really really cool.












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