Technical notes. What I've learned by building.
Mar 16, 2026·2 min read
N+1 shows up every time you put an `await` inside a `for`. How to spot it in your logs and swap it for a single query.