My Talks

A Decade* of Unraveling the Framework's Power

Ljubljana, June 2023

My Laravel Adventure is about reflections, lessons learned, insights, tips & tricks I've 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 is Hotwire for Ruby on Rails. There is a caveat, though: Hotwire is framework agnostic, and it can be used with any backend framework. This talk is about how to use Hotwire Turbo with Laravel.
Hotwire Turbo demo web app & slides

From Messy Controllers to Clean Code: My Laravel Refactoring Guide

Ljubljana, April 2024

In this talk, we'll dive into refactoring controller-heavy code using commonly employed design patterns in Laravel. Discover how to streamline your codebase by leveraging Laravel's powerful features, which include Requests, Jobs, Events, Global Scopes, Pipeline Facades, DTOs, and the Strategy pattern. Join us as we explore practical strategies for improving code structure and maintainability in Laravel applications.”
Let us tidy up those messy controllers