# Node's `AsyncLocalStorage` Makes the Commons Legible When multiple teams share a resource like a code-base, a database, or an analytics pipeline, that resource can often suffer from the Tragedy of the Commons. Well intentioned engineers can add slow code, not prioritize important improvements because those improvements aren't aligned with team incentives, and just generally not leave the codebase or database better than they found it. ClassDojo has a monolithic backend web-server API, and i...