Blog
Notes.
2026-09-15 · 5 min
What building on ONDC taught me about the difference between an API and a protocol
No central author, callbacks instead of responses, defensive parsing — what changes when you integrate with a shared agreement instead of a service.
2026-09-10 · 4 min
Async context as a mental model, not just a library
AsyncLocalStorage is really about how a value survives async boundaries — plus the rule for when context helps and when it hides real dependencies.