Agenda

DevCon is calling you to join a community of experts, leaders and like minded individuals to engage and empower your own learning experience! Check our Agenda and craft your own journey to the most important topics of the moment!
10:00 to 10:10
06 Nov 2025

Opening Speech

10:15 to 11:00
06 Nov 2025

Beyond the Console: NetDevOps Strategies for Modern Data Networks

As data networks and the cloud continue to form the backbone of global IT infrastructure, network administrators face increasing pressure to ensure resilience and reliability, especially when the stakes are high on a Friday night. 

11:05 to 11:35
06 Nov 2025

Kubernetes Unpacked: A Guided Tour

From APIs to operators and everything in between,

11:40 to 12:25
06 Nov 2025

Scaling Developer Productivity with Platform Engineering

We work in the IoT space at Electrolux Group, supporting connected appliances across global markets. 

12:30 to 13:00
06 Nov 2025

Good dev env in the AI era

The development environment was, for decades, a key differentiator for the ability of companies to deliver products and services.

13:00 to 14:00
06 Nov 2025

Lunch Break

14:00 to 14:45
06 Nov 2025

Using Boundary-Driven Development to beat code complexity

As developers we are trained to apply principles like SOLID, Unit Testing and DRY, are lured into adopting certain architecture styles such as Event Sourcing or Clean Architecture, and are influenced to move away from monoliths to microservices. The truth is that all of these have value, but all can be applied the wrong way resulting in the opposite effect.

14:50 to 15:20
06 Nov 2025

Journey to SOC-2 and ISO:27001 Compliance — where YAML meets auditors

Go behind the scenes of how we made сlients' infrastructure compliant with SOC-2 and ISO:27001, from mapping risks and integrating security controls to automating evidence collection and sailing through audits.

15:25 to 16:10
06 Nov 2025

Accelerate Docker Image delivery with Varnish caching

Organizations that rely on Docker containers depend on performant registries to store and distribute their images.

16:15 to 16:45
06 Nov 2025

Forked and Owned: Taking Over GitHub Repositories via a single Pull Request

pull_request_target is a high risk GitHub Actions trigger, which cause the workflow to be executed in the context of the base repository. It means that secrets are automatically embedded into the GitHub runners, and the auto generated GitHub token is often permissive.