Learn and share

Talks

After years of experience in web development, it felt right to give something back to the community. I speak at conferences and meetups where I share practical lessons, mistakes, and approaches that have worked for me.

A Decade* of Unraveling the Framework's Power

Ljubljana, June 2023

My Laravel Adventure is about reflections, lessons learned, insights, tips, and tricks I learned in the past decade of working with Laravel.

Article: Meetup at Agiledrop

Hotwire Turbo for Laravel Developers

Vienna, March 2024

What Livewire is for Laravel, Hotwire is for Ruby on Rails. The difference is that Hotwire is framework-agnostic and can be used with any backend. This talk is about how to use Hotwire Turbo with Laravel.

Talk repository

From Messy Controllers to Clean Code: My Laravel Refactoring Guide

Ljubljana, April 2024

This talk covers refactoring controller-heavy code with practical patterns, including Requests, Pipeline, DTOs, Value Objects, and Builder and State patterns, to improve code structure and maintainability.

Talk repository

Code is cheap. Bugs in production never have been.

Ljubljana, May 2026

This talk is about testing in a world where writing code is cheap but production bugs are not. It covers how tests act as guardrails and then moves into more advanced topics such as contract tests.

Thoughts after the talk