Standard tiers: dev (your laptop), staging (a copy of production for testing), production (real users). Each has its own database, secrets, and domain. Never run experiments against production. Never edit files directly on production. Both rules will save your career.
Environment
Also known as: dev,staging,production