JavaScript Prune Your Monorepo’s Docker Build My software team recently applied the prune command and other techniques to great effect, reducing the Docker image size by half.
JavaScript Automatically Watch and Build Your Turborepo Monorepo with Turbotree Monorepos are great, but watching and rebuilding them is a complicated problem. turbotree helps make it a lot easier.
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.