Notes


Perry McKenzie

Perry's blog

Things 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

  1. Commit to repo
  2. build machine compiles (does it compile?)
  3. Unit tests
  4. Deploy multiple versions to multiple Environments
  5. QA can pick any version to run on any environment to test it