12 Factors: Revisiting the 8th Factor - Concurrency

Welcome to my blog! Hello everyone! In this article, we will continue our series on the 12 factors for modern application development, inspired by the books of the legendary Martin Fowler. If you missed our previous articles, feel free to check out the other factors. Today, we will cover the eighth factor: Concurrency The eighth factor states that an application should scale out through the process model, which means that the application should be designed to handle concurrency and be able to scale its capacity according to changes in demand....

April 1, 2023 · 3 min · Luiz Ferreira