Technical notes. What I've learned by building.
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.