Most backend systems that collapse under load were not poorly written - they were written for a user count that no longer exists. These four lessons cover the specific techniques engineers use to find where their system is actually choking, index databases so queries stop lying to them, cache aggressively without getting burned, and hand off work to queues so the synchronous path survives.