The November/December issue of acmqueue is out now
Subscribers and ACM Professional members login here
The origin web server does not have a valid SSL certificate.
Please try again in a few minutes.
The SSL certificate presented by the server did not pass validation. This could indicate an expired SSL certificate or a certificate that does not include the requested domain name. Please contact your hosting provider to ensure that an up-to-date and valid SSL certificate issued by a Certificate Authority is configured for this domain name on the origin server. Additional troubleshooting information here.
Originally published in Queue vol. 16, no. 3—
see this item in the ACM Digital Library
Ivar Jacobson, Roly Stimson - Tear Down the Method Prisons! Set Free the Practices!
Essence: a new way of thinking that promises to liberate the practices and enable true learning organizations
Alpha Lam - Using Remote Cache Service for Bazel
Save time by sharing and reusing build and test output
Jez Humble - Continuous Delivery Sounds Great, but Will It Work Here?
It's not magic, it just requires continuous, daily improvement at all levels.
Nicole Forsgren, Mik Kersten - DevOps Metrics
Your biggest mistake might be collecting the wrong data.
(newest first)
Good article, but with complex system it is quite hard to make some automated checks - when many services are interdependent we found it is hard to predict if the certain change would not break something else, and so while keeping the infrastructure in the code, and allowing team to make PRs, we are rolling changes manually.