Most of my API checks are embarrassingly small. Is staging up? Does this endpoint still return the field the frontend expects? Did the auth header fix actually deploy? For work that small, opening Postman feels like bringing a truck to carry one groc...
Flat JSON is easy. Nested JSON is where the day goes: an API response with orders inside customers inside accounts, a jsonb column three levels deep, a config file that grew a tree. Three tasks come up over and over, and each one has a trick that mak...
Every developer has the same graveyard of browser tabs: one sketchy site to decode a JWT, another to pretty-print JSON, a third to encode Base64 for an auth header, a fourth to diff two blobs of text. Half of them are covered in ads, most of them qui...
!Markdown Editorhttps://coderlegion.com/?qa=blob&qablobid=12847191464559850342
As someone who writes docs and takes notes frequently, I believe Markdown is one of the best ways to display documents, especially complex ones, and writing Markdown is a...
I’m a software engineer, and a big part of my day is debugging issues reported by other teams.
Most of the time I’m:
checking tokens
calling APIs
comparing JSON responses and traces
writing docs
I kept jumping between different tools for all of...