Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
Top Free Python Books 🌠 - 100% Free or Open Source!
- Title The Twelve-Factor App
- Author(s) Adam Wiggins
- Publisher: 12factor.net
- Hardcover/Paperback: N/A
- eBook: HTML
- Language: English
- ISBN-10/ASIN: N/A
- ISBN-13: N/A
- Share This:
Book Description
In the modern era, software is commonly delivered as a service: called web apps, or Software-as-a-Service (SaaS). The twelve-factor app is a methodology for building software-as-a-service apps that:
- Use declarative formats for setup automation, to minimize time and cost for new developers joining the project;
- Have a clean contract with the underlying operating system, offering maximum portability between execution environments;
- Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration;
- Minimize divergence between development and production, enabling continuous deployment for maximum agility;
- And can scale up without significant changes to tooling, architecture, or development practices.
The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).
About the Author- N/A
:
|
|