Many companies break up their internal environments into different realms. A typical setup might look like: The prod realm is where production servers live. The dev or stage realm is a live testing environment, where code gets deployed before it goes into production, or long-running features are tested. The local realm is for code that's […]