Developer Tools Use Boundaries to Make Your Project Fit Your Team Size Tools like microservices, micro frontends, and monorepos offer control of software team size and structure. Here's how we use them.
Development Practices How to Weave Git Repositories Together into a Monorepo So you have a bunch of Git repositories for individual projects and you want to organize them together into a monorepo. What can you do?
DevOps & System Admin. How to Run Tests for Your Containerized Monorepo Using Github Actions I was happy to learn that a lot of the work to containerize our app for local development could be leveraged for automated testing using Github actions.