Book Description
When you explore a new technology landscape, the journey can take you to places you never expected. Take O'Reilly's CTO, Andrew Odewahn. While working on ideas for a new publishing platform, Andrew kept notes as he probed the depth and breadth of what we call the "distributed development stack" (DDS).
As patterns emerged, and as Andrew mentioned them to his co-workers, people started borrowing his "field guide." His detailed notes helped them avoid pitfalls and saved a lot of time. As Andrew's notes grew, so did the number of people who wanted them.
What started as his own journal soon became the Field Guide to the Distributed Development Stack, an ongoing collaborative project. This report is a snapshot of what the Field Guide includes to date, but the guide and the framework are meant to be a living resource. So, we put the source on GitHub and invite you to contribute. If you feel the Guide is missing a tool or a major theme, then fork the repo and send along a pull request.
You'll find contribution details inside the report, along with a framework full of useful tools and ideas.
This open book is licensed under a Creative Commons License (CC BY). You can download Field Guide to the Distributed Development Stack ebook for free in PDF format (12.8 MB).
Table of Contents
Chapter 1
Introduction
Chapter 2
The Cloud Is the Default Platform
Chapter 3
CI Servers Deploy Code, Not Ops
Chapter 4
The Codebase Is in Git
Chapter 5
The Entire Application Runs Locally in Development
Chapter 6
The Environment Is Automated in the Code
Chapter 7
The Monitoring Infrastructure Is Critical
Chapter 8
Tests Done in Code, Not by a QA Department
Chapter 9
Containerization for Production Services
Chapter 10
Real-time Chat and Chatbots