At the beginning of every project, we have to commit to some important decisions. Among the correct decisions we made at Codenation I can cite the use of Go language, the adoption of Clean Architecture and JAMStack and our choice to store the code in a monorepo at Github. In this post, I will write about the latter, and how we solved a common challenge that the monorepo architecture brings.
...
One of the 12 factor, a methodology for building software-as-a-service apps, is:
Store config in the environment
...
Update I published an updated version of this post. Check it out at: Clean Architecture, 2 years later
What is Clean Architecture? In his book “Clean Architecture: A Craftsman’s Guide to Software Structure and Design” famous author Robert “Uncle Bob” Martin presents an architecture with some important points like testability and independence of frameworks, databases and interfaces.
...
Developer since 1998 Teacher since 2004 Tech Manager at Trybe I write in this blog since 2003 Writer of: Frameworks para Desenvolvimento em PHP , Grid Computing in Research and Education, Zend Framework na prática, Zend Framework 2 na prática, Iniciando com o Zend Framework 2 and Doctrine na prática Speaker ...