12 Factors: Revisiting the 3rd Factor - Configuration

Welcome to my blog! We continue our journey of studying and reviewing the 12 factors for modern application development, inspired by the books of the legendary Martin Fowler. In previous articles, we discussed the first and second factors, Codebase and Dependency Management. Today, we will address the third factor: Configurations The configurations of an application are all the options and parameters that can vary between different environments (development, testing, production, etc....

March 20, 2023 · 3 min · Luiz Ferreira