- 20 Posts
- 41 Comments
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
1·6 days agoThanks - do give us a feedback :)
dhruv3006@lemmy.worldOPto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
2·6 days 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·6 days 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·14 days 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·14 days 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?
It means a lot of API tools feel like form-heavy tables where you just fill fields and hit send.
For example, testing CRUD often becomes multiple tabs, repeated headers/auth, and manual copy-paste of IDs.
they should not be forms for gods sake.
dhruv3006@lemmy.worldto
Programming@programming.dev•If not Github, where would you host your projects?
72·21 days agoCodeberg.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•How would you design parallel grep for huge JSONL files?
3·23 days ago100s of GBs yes.
dhruv3006@lemmy.worldto
Programming@programming.dev•(Github scam do not click links) Solana grant by GhoulStatesman
2·1 month agoyep i got one as well.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
14·1 month agoWelcome to join us here : https://discord.com/invite/XSYCf7JF4F
dhruv3006@lemmy.worldOPto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
101·1 month agoEveryone seems to hate this template.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
21·1 month agoYou are welcome ! Join us here : https://discord.com/invite/XSYCf7JF4F
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
6·1 month agoVoiden’s core request model is based on composable blocks (for elements like headers and auth) that are reusable across requests for a DRY (Don’t Repeat Yourself) approach, unlike Bruno which treats the request as a single, monolithic object that leads to copy-pasting and maintenance burden.
For documentation, Voiden provides living documentation by integrating runnable requests and human explanations side-by-side in the same Markdown file, ensuring it stays in sync with the API, while other tools’ documentation is often separate.
From the monetisation side Voiden: Is an open-source community infrastructure project backed by a different main business, reducing the pressure to monetize aggressively. Bruno is as an open-source project that is under pressure to find a viable monetization strategy, which can lead to license shifts or paywalls.
You can read about the comparison here : https://voiden.md/comparison
dhruv3006@lemmy.worldOPto
Self Hosted - Self-hosting your services.@lemmy.ml•Voiden - A Markdown based Open Source Alternative to Postman
2·1 month agoIts an alternative to Monolithic Requests - Voiden has composable blocks which are an alternative to copy pasting entire request objects. We do not lock in collections in cloud like other api clients like postman and have a file centric and git native approach. Also we offer a unified toolchain - for design, testing, and documentation as an alternative to juggling multiple disconnected apps.
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
1·1 month agoWould love some feedback here: https://github.com/VoidenHQ/voiden
dhruv3006@lemmy.worldOPto
Programming@programming.dev•Voiden - A Markdown based Open Source Alternative to Postman
6·1 month agoThat’s a pretty good comparison.
The core idea of executable documentation next to your code is exactly what we were aiming for.
The difference is that Voiden is a dedicated, cross-platform app for the modern ecosystem, bringing the power of that file-centric workflow to everyone. We specifically go further by offering resuable composable blocks for requests (closer to functions than monolithic objects), a unified toolchain for design, testing, and documentation, and a clean, Git-native experience for all developers.
dhruv3006@lemmy.worldOPto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
71·1 month agoWell having decent documentation is kind of rare.






my goodness - I saw this pretty pretty long back.