Missing Chapter in Your CI Playbook: Database Guardrails
Offered By: Conf42 via YouTube
Course Description
Overview
Syllabus
intro
preface
be proactive and push to the left
know the context to find the root cause! monitor and troubleshoot
how do you know your code will work in production?
what can go wrong?
ci/cd
so what can go wrong?
problems with databases
slow queries
incompatible changes in schema
missing indexes
too many indexes
bugs
orm challenges - n plus 1 selects
- joins
- polymorphism
- data types
- lack of visibility
- migrations
- reviews
know the context to find the root cause
executing the query
anatomy of an sql query
observability
otel
traces and spans in otel and jaeger
load testing?
be proactive and push to the left!
metis demo
metis features
source code integration
pull request analysis
observability
summary
thank you
Taught by
Conf42
Related Courses
.NET Diagnostics for Applications: Best PracticesPluralsight OpenTelemetry Course - Understand Software Performance
freeCodeCamp Monitoring and Observability for Application Developers
IBM via edX Distributed Tracing in .NET 6 using OpenTelemetry
NDC Conferences via YouTube Application Diagnostics in .NET Core 3.1
NDC Conferences via YouTube