DevOps
145 views
Shift Left
Quick Definition
Moving testing and security checks earlier in development
Full Definition
Moving testing, security, and quality checks earlier in the development lifecycle.
Examples
early testing, security scanning in CI, code quality gates
Related Terms
continuous-integration
devsecops
More DevOps Terms
Docker
Platform for running applications in lightweight containers
Git
Distributed version control system for tracking code changes
Logging
Recording and aggregating application and system events
Immutable Infrastructure
Replacing servers instead of modifying them for updates
SLO
Target value for a service level indicator over time
Continuous Integration
Frequently merging code with automated verification