The Twelve-Factor app was published by Heroku co-founder Adam Wiggins in 2011. The Twelve-Factor App Methodology is used to build a successful SaaS Applications. I have discussed 6 factors of The Twelve-Factor App Methodology in the previous article. And the remaining factors will be discussed on here.
Showing posts with label Twelve-factor application. Show all posts
Showing posts with label Twelve-factor application. Show all posts
Sunday, May 19, 2019
Saturday, March 30, 2019
The Twelve-Factor App Methodology for building a successful SaaS Applications
Software as a Service (SaaS) is a software licensing and delivery model. Here, the service provider hosts applications and makes them available to customers over the Internet. Salesforce.com is a well-known example of software as a service.
Subscribe to:
Posts (Atom)
How to send Slack notification using a Python script?
In this article, I am focussing on sending Slack notifications periodically based on the records in the database. Suppose we have to monit...
-
What is Arduino Mega 2560 ? The Mega 2560 is a micro controller board which is designed for more complex projects like 3D printers an...
-
Last time I discussed about Arduino Mega 2560 micro controller board . Now I'm going to discuss about a simple project using Arduino Meg...