Operations | Monitoring | ITSM | DevOps | Cloud

CI CD

The latest News and Information on Continuous Integration and Development, and related technologies.

Continuous integration that you can trust: announcing SOC 2 certification

At CircleCI, we care about security - in 2018, we became the first CI/CD tool to meet the rigorous security and privacy standards required by government agencies to get FedRAMP authorized. Now, CircleCI is SOC 2 certified, adding another industry-recognized security accreditation.

What is YAML? A Beginner's Guide

YAML is a digestible data serialization language that is often utilized to create configuration files and works in concurrence with any programming language. YAML is a data serialization language designed for human interaction. It’s a strict superset of JSON, another data serialization language. But because it’s a strict superset, it can do everything that JSON can and more.

Can devs and designers get along? - Dev Matters S1E02

In this episode of Dev Matters, Don and his guest Ben Sanders discuss whether software developers and designers can really get along. Ben shares stories, tips, and strategies pulled from his experience of over 15 years in the software industry. This episode was recorded in front of a live studio audience on Twitch.

IDC: Become a Digital Innovation Factory with These 4 Pillars of Modern DevOps

It’s do or die. In today’s brutally competitive digital economy, it is imperative for organizations to transform themselves into software-driven businesses — becoming “digital innovation factories” that can quickly and efficiently create and distribute new digital services. This enables them to be resilient, nimble, and innovative, creating business value and responding to market shifts and to customer needs. What does it take to keep your digital innovation factory humming?

Adding IaC security scans to your CI pipeline

The adoption of Infrastructure as Code(IaC) has skyrocketed in recent years as engineers seek ways to deploy cloud infrastructure faster and more efficiently. IaC refers to the technologies and processes that manage and provision infrastructure using machine-readable languages (code) as opposed to inefficient manual operations.