Questions
Answer the following questions as best as possible to ensure you’ve understood the key concepts from this chapter without googling anything. Do you know if you got all the answers right? Visit https://angularforenterprise.com/self-assessment for more:
- What is the testing pyramid?
- What are fixtures and matchers?
- What are the differences between a mock, a spy, and a stub?
- What is the benefit of building Angular in prod mode?
- How does GitHub flow work?
- Why should we protect the main branch?
- Explain the difference between a Docker image and a Docker container.
- Why do you prefer a managed container runtime over an unmanaged one in the cloud?
- What is the purpose of a CD pipeline?
- What is the benefit of CD?
- How do we cover the configuration gap?
- What does a CircleCI orb do?
- What are the benefits of using a multi-stage Dockerfile?
- How does a code coverage report help maintain the quality...