I have a bunch of subdomains: auth.example.com, api.example.com, dashboard.example.com, and reports.example.com. The reports site, by default, displays some basic reports (i know, duh). Now if a user logs in to the dashboard via the auth page (hosted...
In the book Pragmatic Programmer, there are several parts advocating putting things in configuration rather than code: First, we want to make our systems highly configurable. Not just things such as screen colors and prompt text, but deeply ingraine...