Missing Chapter in Your CI Playbook: Database Guardrails

Missing Chapter in Your CI Playbook: Database Guardrails

Conf42 via YouTube Direct link

so what can go wrong?

8 of 36

8 of 36

so what can go wrong?

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Missing Chapter in Your CI Playbook: Database Guardrails

Automatically move to the next video in the Classroom when playback concludes

  1. 1 intro
  2. 2 preface
  3. 3 be proactive and push to the left
  4. 4 know the context to find the root cause! monitor and troubleshoot
  5. 5 how do you know your code will work in production?
  6. 6 what can go wrong?
  7. 7 ci/cd
  8. 8 so what can go wrong?
  9. 9 problems with databases
  10. 10 slow queries
  11. 11 incompatible changes in schema
  12. 12 missing indexes
  13. 13 too many indexes
  14. 14 bugs
  15. 15 orm challenges - n plus 1 selects
  16. 16 - joins
  17. 17 - polymorphism
  18. 18 - data types
  19. 19 - lack of visibility
  20. 20 - migrations
  21. 21 - reviews
  22. 22 know the context to find the root cause
  23. 23 executing the query
  24. 24 anatomy of an sql query
  25. 25 observability
  26. 26 otel
  27. 27 traces and spans in otel and jaeger
  28. 28 load testing?
  29. 29 be proactive and push to the left!
  30. 30 metis demo
  31. 31 metis features
  32. 32 source code integration
  33. 33 pull request analysis
  34. 34 observability
  35. 35 summary
  36. 36 thank you

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.