Perry McKenzie
Perry's blogThings to watch out for (red flags):
- Does an employer use a repo (Git/Mercurial) or an SVN?
- Do they have a CI (Continuous Integration) / CD (Continuous Development) pipeline?
CI/CD Pipeline
- Commit to repo
- build machine compiles (does it compile?)
- Unit tests
- Deploy multiple versions to multiple Environments
- QA can pick any version to run on any environment to test it