Continuous delivery (CD) pipelines automatically release code to live environments as it’s integrated into your project’s main branch. This allows developers to focus on building new features, instead of manually rolling out deployments. CD is often discussed in the context of developer productivity but it’s also a competitive asset for […]
Continuous
JS monorepos in prod 6: CI/CD, continuous integration and deployment with Travis CI
Implementing continuous integration CI and continuous deployment (CD) on a monorepo is quite complex due to the diversity of multiple responsibilities between developers and the need to coordinate multiple packages. This article introduces the benefits of a monorepo integrated to a CI/CD pipeline. It tests and deploys such an application […]