- 23 Posts
- 52 Comments
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·5 days 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·5 days 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·5 days agoHappy to help out - Check out our docs too - https://docs.voiden.md/docs/getting-started-section/intro.
Its trigonometry - big brain time.
dhruv3006@lemmy.worldto
Technology@lemmy.world•Reddit Starts Blocking Mobile Website, Pushing Users to App InsteadEnglish
262·8 days 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·19 days 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·19 days 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·19 days 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·19 days 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·23 days 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?
23·24 days agolemmy is really really cool.
dhruv3006@lemmy.worldto
Technology@lemmy.world•The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn'tEnglish
2·1 month 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·1 month agoThanks - do give us a feedback :)
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
2·1 month 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·1 month agoYou can join our discord to meet people who are using it : https://discord.com/invite/XSYCf7JF4F
dhruv3006@lemmy.worldto
Ask Lemmy@lemmy.world•What's the cheapest you can afford buying (or already bought) that you consider as luxury?
1·1 month agocaffein rich whey protein.
dhruv3006@lemmy.worldto
Ask Lemmy@lemmy.world•How do we reduce toxicity on the Fediverse, and on the wider internet?
41·1 month agothe best possible answer.
but from a programmers perspective - shouldn’t it feel natural - you just keep filling up forms doing the same work again and again?










Just in case you wanna try it out : https://voiden.md/
We have a very different approach to API tooling.