blog.dannysantino.comSetting up a multi-cloud deployment pipeline with CircleCI, AWS & Google CloudMulti-cloud application deployment strategies offer a host of benefits, such as flexibility, resilience, and avoiding cloud provider lock-in. Spreading workloads across different clouds not only helps cut costs but also lets you pick the best tools a...Sep 17, 2025·15 min read
blog.dannysantino.comManaging CI/CD pipelines in a JavaScript monorepo with CircleCI's dynamic configurationWherever you stand on the Monorepo vs polyrepo debate, managing continuous integration presents its own set of challenges, especially as your application scales up. Usually, when working with CircleCI in a polyrepo setup (where each project lives in ...Jul 24, 2025·10 min read
blog.dannysantino.comHow to Dockerize an Express AppIntroduction Differences across development environments tend to cause compatibility issues for developers during deployment. Enter Docker, a platform that helps solve this problem by providing a consistent environment for developing and deploying ap...Mar 6, 2025·10 min read