Operations | Monitoring | ITSM | DevOps | Cloud

CircleCI

How to validate Your #circleci config | #SupportShorts

Welcome to our new #SupportShorts video series featuring our Support Engineering Team answering some of your most frequently asked CircleCI questions, tackling common customer issues, as well as sharing their favorite tips and tricks. In today's video, Ervin shows how to validate your config using the CircleCI CLI.

Build vs buy: Choosing the right CI/CD solution for your team

Continuous Integration/Continuous Delivery (CI/CD) has become an essential part of modern software development, allowing teams to deliver high-quality code at a faster pace. Teams can either build or buy their CI/CD system. In this blog post, we will compare both options - exploring the advantages and disadvantages of each - and why CircleCI may be the better choice.

Machine Learning CI/CD with AWS Sagemaker

There are many benefits of incorporating CI/CD into your ML pipeline, such as automating the deployment of ML models to production at scale. The focus of this article is to illustrate how to integrate AWS SageMaker model training and deployment into CircleCI CI/CD pipelines. The structure of this project is a monorepo containing multiple models. The monorepo approach has advantages over the polyrepo approach, including simplified dependency versioning and security vulnerability management.