#29332
Mentioned in 1 episodes
The 12-Factor App Methodology
Principles for Building Modern Software Applications
Book • 2012
The 12-Factor App methodology is a set of best practices for developing modern software applications.
It was created by developers at Heroku in 2012 to help build scalable and resilient SaaS applications.
The methodology consists of 12 principles: Codebase, Dependencies, Config, Backing Services, Build, Release, Run, Processes, Concurrency, Disposability, Dev/Prod Parity, and Logs.
These principles aim to improve collaboration among developers, avoid software erosion, and ensure the application's scalability and security.
It was created by developers at Heroku in 2012 to help build scalable and resilient SaaS applications.
The methodology consists of 12 principles: Codebase, Dependencies, Config, Backing Services, Build, Release, Run, Processes, Concurrency, Disposability, Dev/Prod Parity, and Logs.
These principles aim to improve collaboration among developers, avoid software erosion, and ensure the application's scalability and security.
Mentioned by
Mentioned in 1 episodes
Mentioned by 

and 

as a methodology for building software as a service applications.


Carter Morgan


Nathan Toups

14 snips
Web App Fundamentals - The Twelve-Factor App