Slide 4
Slide 4 text
Developer Experience (DEVX)
• What do I care about as a developer or “How do I …”
• run my application,
• prepare my application for deployment,
• deploy my application to production,
• find out what my application is doing (e.g. logging, monitoring)
• connect to external systems (e.g. databases, queues),
• update my application with new versions (e.g. blue/green)
• make my application more resilient (e.g. self-healing, scaling, auto-scaling)
• ...