top of page
The DX Factor: From Developer Experience to Business Value
25. Juni 2025 um 13:25:00
techlead summit
Building effective development teams hinges on prioritizing the developer experience. Poor tooling and inadequate support lead to cumbersome builds and inefficient workflows, creating friction that slows engineers and hinders their ability to deliver value. Join this peer discussion to share and discover practical strategies for boosting developer velocity and satisfaction.
> How can we effectively measure the developer experience to pinpoint specific friction points that negatively impact team velocity and satisfaction?
> What tools or strategies effectively boost knowledge transfer, reduce cognitive load, and accelerate onboarding?
> What are your team's biggest DX pain points with builds, IDE, or CI, and what proven leadership tactics address them?
> Where does your team experience the most friction day-to-day (e.g., with builds, IDEs, CI/CD, inefficient workflows)? What practical leadership tactics or tooling improvements have successfully addressed these pain points?
> How can engineering leaders effectively quantify the impact of DX improvements on velocity, satisfaction, or overall value delivery to justify necessary investments to stakeholders?
Beyond Detekt: Building a Kotlin Compiler Plugin for Compose Insights
25. Juni 2025 um 15:15:00
Stage 2
While Jetpack Compose simplifies UI development with its declarative paradigm, mastering its reactive nature, particularly optimizing recompositions and managing state hoisting, presents costly challenges for developers transitioning from imperative approaches. Subtle mistakes can lead to performance issues, and verifying efficient composition through testing remains challenging at scale.
This session tackles these challenges head-on by diving into the world of Kotlin Compiler Plugins. We'll demonstrate how to build a custom plugin that hooks directly into the compilation process. Learn how to analyze Kotlin's Intermediate Representation (IR) to identify Composable functions and automatically inject instrumentation and recomposition tracking code before your app even runs.
We will construct a practical compiler plugin designed to:
>Track and visualize recomposition frequency using a heatmap, instantly highlighting performance hotspots.
>Enhance unit tests by enabling assertions on specific recomposition counts, ensuring stability and efficiency.
Attendees will leave understanding:
>The core concepts and power of Kotlin compiler plugins.
>Setting up a plugin project and integrating it via Gradle.
>Analyzing Kotlin IR to target specific code structures like Composables.
Join this session to unlock a powerful technique for building custom developer tooling, improving your Compose development experience, and shipping higher-quality, performant UIs to your users.

Clinton Teegarden
Distinguished Engineer| Capital One
Distinguished Engineer at Capital One with a focus on core platforms and the developer experience.
bottom of page