Talks

Symfony + Docker, dall'ambiente di sviluppo alla produzione

Talk presented at SymfonyDay 2018 (Verona)
Language: it Slides available
See talk comments on Joind.in.

Docker è una tecnologia che ormai ha preso largamente piede negli ambienti di sviluppo di applicazioni web: da anni ormai è una alternativa superiore alle classiche macchine virtuali, molto più avide di risorse hardware.

Il passaggio però all’ambiente di produzione è stato molto meno ““virale”” e si fatica ancora a trovare risorse e consigli su come portare la propria applicazione in produzione usando Docker e i container.

Adding Event Sourcing to an existing PHP project (for the right reasons)

Talk presented at PHPDay 2018 (Verona)
Language: en Slides available
See talk comments on Joind.in.

“Event Sourcing”, along with “CQRS” (Command Query Responsibility Segregation), have recently become trending terms, and now there is so much theory, blog posts and talks about them.

However, most of these deal with the problem starting from an utopian assumption: having to write a project from scratch (greenfield), but at the same time with a high domain complexity right from the start, enough to justify the use of a complex technique like event sourcing and CQRS, which carry a fair amount of inherent complexity.