CTO Luch - Dual Career Ladder

Talk presented at CTO Show (Online)
Language: it

Questa è una puntata del podcast CTO Luch, condotto da Alex Pagnoni, a cui sono stato invitato.

Dual Career Ladder: come strutturarla al meglio tenendo conto di responsabilità, retribuzione, spazio e ruolo? E come evitare i principali rischi, come quello del burnout dei manager?

CTO Show - Leading a team smarter than you

Talk presented at CTO Show (Online)
Language: it

Questa è una puntata del podcast CTO Show, condotto da Alex Pagnoni, a cui sono stato invitato.

Ti è mai capitato di dover guidare un team di persone senza avere le competenze tecniche necessarie? O magari di dover gestire un progetto su un linguaggio di programmazione che proprio non conosci?

Paraunit 1.3.0: new chunk size feature, Symfony 6 support

This new minor release comes after more than a year since the last tag.

It actually comes with a couple of new interesting features, one of which is a new behavior for tests parallelization. The new --chunk-size option, when set at a value higher that 1, will execute more than one test class per single process, making the execution faster for test suites where the class setup is expensive.

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.