⬅️ DevOps

  • this FCC course 3 pillars
  • Code review automation
  • Application performance management
  • Deployment strategies

Notes

  • automatic testing is the same as continuous integration?
  • manually testing is the same as QA - quality assurance
  • devops engineering: being able to build, test, release and monitor applications
  • to faciliate deployment check tools like: Spinnaker, harness
  • checkout LayerCI
  • what does sentry do? (it caches errors on the website, but how)
  • launch darkly
  • more devops as the product matures and gets more users

Most popular code coverage tools:

  • codecov
  • coveralls
  • code climate

Checkout