Why you should regularly smash your servers with a baseball bat (figuratively)| martinfowler.com
Immutable servers cannot have their configuration changed once deployed, instead they are torn down and replaced with a new server based on an updated (version-controlled) definition.| martinfowler.com
Devops is a movement to break down traditional silos between developers, operations and other delivery groups. Although many tools are useful, it is primarily a cultural change.| martinfowler.com
Setting up a continuous delivery deployment pipeline for a serverless application using Travis CI, The Serverless Framework on IBM Cloud Functions.| jamesthom.as