Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DH
Posts
30
Comments
59
Joined
4 mo. ago

Programming @programming.dev

Cleaning up after AI rockstar developers

Programming @programming.dev

Where is API tooling lacking ?

Selfhosted @lemmy.world

Where is API tooling lacking ?

Ask Lemmy @lemmy.world

What are some of your favourite developer tools?

FOSS - Freie Software @feddit.org

Built an API dev tool and got 11k+ installs already, this is what happened since we open sourced.

Programming @programming.dev

Voiden CLI Runner

Selfhosted @lemmy.world

Voiden CLI Runner

Programming @programming.dev

The API Tooling Crisis: Why developers are abandoning Postman and its clones?

Programming @programming.dev

Postman Defined the Last Era of API Tools. Not the Next One.

  • Interesting 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.

  • Programming @programming.dev

    Built an API dev tool and got 11k+ installs already, this is what happened since we open sourced.

    Ask Lemmy @lemmy.world

    What is the coolest website you’ve visited that no one knows about?

    Self Hosted - Self-hosting your services. @lemmy.ml

    Voiden - an Offline, Git-native API tool built around Markdown

    Selfhosted @lemmy.world

    Voiden - an Offline, Git-native API tool built around Markdown

    Ask Lemmy @lemmy.world

    What is that one software that you are using for 10 years and still loving it?

    Programmer Humor @programming.dev

    No More Spreadsheet APIs

    Programming @programming.dev

    API Testing with Reusable Blocks

    Programmer Humor @programming.dev

    axiosCompromised

    Programming @programming.dev

    Why have supply chain attacks have become a daily occurrence?

    Programming @programming.dev

    How would you design parallel grep for huge JSONL files?

    Programming @programming.dev

    Voiden - A Markdown based Open Source Alternative to Postman