PHP + ES + CQRS + DDD = ? - A planned strategy

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

DDD, CQRS, Event Sourcing have generated a lot of buzz in recent years, but they seem an unattainable target for the everyday, long running projects we work on. The required amount of knowledge seems unbearable, halting the delivery of business value is not an option, and sticking with the “known ways” of development seems like a safer bet. In reality, all those approaches have so much in common underneath that applying all of them together makes them collimate toward cleaner and suppler code, with a compound effect on the benefits and a reduced overall cost of implementation.

Come sfruttare OpenAPI durante lo sviluppo di un API in PHP

Talk presented at PUGMI (Facile.it - Milano / Online)
Language: it Slides available

Questa è la replica di una presentazione che ho svolto l’anno precedente online al SymfonyDay 2021, anch’essa registrata

Scrivere API è il pane quotidiano di noi sviluppatori web: ormai sono il tassello fondamentale che non manca mai, da colonna portante dei frontend a meccanismo di comunicazione indispensabile tra applicazioni differenti.

Ma come possiamo semplificare lo sviluppo di una API e comunicare con l’esterno come questa API funziona?