JS monorepos in prod 6: CI/CD, continuous integration and deployment with Travis CIDecember 11, 2024 Implementing continuous integration CI and continuous deployment (CD) on a monorepo is quite complex due to the diversity of multiple…
JS monorepos in prod 7: Continuous Integration and Continuous Deployment with GitHub ActionsDecember 11, 2024 The value of CI/CD lies in the ability to control and coordinate changes and feature addition in multiple, iterative releases…