12-Factor App

The twelve-factor app is a methodology for building Software-as-a-Service (aka SaaS).  Any developer building applications which run as a service, or an operations engineer who deploys or manages such apps.

These best practices are designed to enable applications to be built with portability and resilience when deployed to the web. These methodologies were first drafted by developers at Heroku, a Platform-as-a-Service (aka PaaS) company, and was first presented by Adam Wiggins in 2011.


Methodologies 













=====

More Information: