A key focus of the DevOps revolution is to be faster. Build faster. Deploy faster. Be quicker and more agile. But a challenge is how to ensure that quality doesn't suffer when throughput increases. In this session you will learn how to use establish tools and processes to ensure quality code throughout the development process. This will include:
- Linting
- Code analysis
- Testing
We will be covering how to configure local environments to get constant feedback during the development process as well as integration with third-party code repositories and build tools to ensure incorrectly formatted or breaking code is caught early.