Tag Archives: Development
12 Principles for Building Software as a Service Apps
The Twelve Factors: # Factor Description I Codebase There should be exactly one codebase for a deployed service with the codebase being used for many deployments. II Dependencies All dependencies should be declared, with no implicit reliance on system tools or libraries. III Config The configuration that varies between deployments should be stored in the…