OSCON 2015 covered topics including reactive programming languages, cloud security, the Internet of Things, DevOps, scaling with Docker, big data, Go, and microservices. Docker can help with deploy scripts, configuration management, and handling different environments. Building code with Docker combines configuration management and scripting. Docker compose and Docker swarm can be used for managing infrastructure with microservices, which break large applications into many small independently deployable services using different technology stacks. Cassandra 3.0 includes role-based authorization, user-defined functions, user-defined aggregates, and a new storage engine and materialized views. Maintaining quality in distributed systems presents constant challenges including technical debt, breakage, responsible decision-making regarding tradeoffs,