Got my hands on 'Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation'... hoping to do a few posts in the upcoming week(s) about it.
- The problem of Delivering Software
- common release antipatterns
- how to achieve our goal?
- benefits
- release candidate
- principles of software delivery
- Configuration Management
- version control
- managing deps
- managing software config
- managing enviros
- Continuous Integration
- implementing CI
- prereqs for CI
- using CI software
- essential practices
- suggested practices
- distributed teams
- distributed VCS
- Implementing a Testing Strategy
- types of tests
- real-life situations & strategies
- process
- Anatomy of the Deployment Pipeline
- what is a DP?
- DP practices
- Commit Stage (see ch7)
- automated acceptance test (see ch8)
- subsequent test stages
- preparing to release
- implementing a DP
- metrics
- Build & Deployment Scripting
- overview of build tools
- principles & practices of B&D Scripting
- project structure
- deployment scripting
- tips & tricks
- Commit Stage
- principles & practices
- results
- commit test suite principles & practices
- Automated Acceptance Testing
- why is AAT essential?
- creating ATs
- application driver layer
- implementing ATs
- AT stage
- AT performance
- Testing NonFunctional Reqs
- managing NF reqs
- programming for capacity
- measuring capacity
- capacity testing (CT) enviro
- automatic CT
- adding CTs to DP
- benefits of CT system
- Deploy & Release Apps
- creating a release strategy
- deploying and promoting your app
- rolling back and ZDT releases
- emergency fixes
- continuous delivery
- tips & tricks
- Managing Infra & Enviro
- understand the needs of the operations team
- modeling & managing infra
- managing server provisioning & config
- managing config of middleware
- managing infra services
- virtualization
- cloud computing
- monitoring infra & apps
- Managing Data
- database scripting
- incremental change
- rolling back DBs and ZDT releases
- managing test data
- data management and the DP
- Managing Components & Deps
- keeping your app releasable
- dependencies
- components
- managing dep graphs
- managing binaries
- managing deps with Maven
- Advanced Version Control
- history of revision control
- branching and merging
- distributed VCS
- stream-based VCS
- develop on mainline
- branch for release
- branch by future
- branch by team
- Managing Continuous Delivery
- maturity model for config & release management
- project lifecycle
- risk management process
- common delivery problems
- compliance and auditing