Should This Be an Event or a REST Call?
Decide whether a system interaction should be sync REST or async events.
The Prompt
Free accounts also get the weekly newsletter.
Related prompts
Find Every Async Function That Blocks the Event Loop
Scan your codebase for async patterns that silently serialize work and kill throughput under load.
Map Every Hardcoded Limit That Should Be Configurable
Finds pagination limits, timeouts, retry counts, and size caps buried in code that will break under real load.
Find Every Config Value That Should Be an Enum
Scan a codebase for stringly-typed config and environment values that are secretly a closed set.
Map Every Implicit Assumption Hiding in a System Design Doc
Digs through a system design document and surfaces every assumption that is not stated, proven, or defended.
