Pages Tagged with "Strategy"

Managing Multiple Projects with Repo

In my previous post Creating a Scalable Application Ecosystem, I described how to create an ecosystem of applications, libraries, and services rather than isolated applications. With this paradigm, you should end up with smaller, more manageable projects, but how do you manage all of these separate codebases?

/posts/2019/01/managing-multiple-projects-with-repo.html
Creating a Scalable Application Ecosystem

In many applications, although the application itself has an MVC structure, the application is built as a monolith. Services, libraries, and the application code are all intermingled, making the process of extending or creating a similar application far more difficult than should be required.

/posts/2018/11/creating-scalable-application-ecosystem.html