DPDhruba Patraindhruv123.hashnode.dev·Feb 9 · 1 min readVoiden Blocks: Building APIs Like LEGOAt Voiden, we believe API development should feel like writing clean, reusable code, because it IS code. That’s why everything in Voiden is a Block, the smallest, most flexible piece of your API world. Your endpoints, headers, query params, JSON b...00
DPDhruba Patrainvoiden.hashnode.dev·Jan 28 · 1 min readGraphQL support in VoidenGraphQL has steadily gained popularity among developers and serves as a powerful query language for your API with a server-side runtime to execute those queries. Unlike traditional REST APIs, GraphQL lets clients specify exactly what data they need, ...00
DPDhruba Patrainvoiden.hashnode.dev·Jan 23 · 1 min readSimple Assertions using VoidenAssertion Blocks in Voiden We recently added assertion blocks to Voiden.Not because assertions are new but because they’re usually treated as an afterthought. When testing APIs, most of us:- Send a request- Inspect the response- Mentally verify “...00
DPDhruba Patrainvoiden.hashnode.dev·Jan 22 · 1 min readHow to Use a Git GUI in Voiden for Easier Version ControlWhat is Git GUI, and how does it help here ? Git GUI makes version control visual, predictable, and easier to reason about especially when things go wrong. That’s exactly why we built Git GUI in Voiden. Instead of relying on memorized commands, Voide...00
DPDhruba Patraindhruv123.hashnode.dev·Dec 17, 2025 · 1 min readVoiden: API specs, tests, and docs in one Markdown fileSwitching between API Client, browser, and API documentation tools to test and document APIs can harm your flow and leave your docs outdated. This is what usually happens: While debugging an API in the middle of a sprint, the API Client says that eve...00