Talk presented at
Codemotion Milan 2019 (Milan)
Slides available
This is a replica of the talk that I did the week before at SFDay 2019, where there’s video recording available.
Talk presented at
SFDay 2019 (Verona)
Slides available
See talk comments on Joind.in.
Docker has been a part of our development environments for long as of now. But its usage in production had not followed the same adoption curve, and it’s instead rising only in the last years, mainly due to Kubernetes.
Talk presented at
PUG MI (Milano)
Slides available
This is a replica of the talk that I did two months before at CloudConf 2019, followed by a live coding demonstration
This is the first release of this package! It’s Shell+PHP combination to run Symfony console commands in loop under a daemon or Kubernetes, instead of using a long running process.
This package contains a shell script and an abstract Symfony Console Command class; you need to write your command extending that class, and launch it through the shell script. Ideally, the script has to be used as a container entry point, and/or launched with a supervisor, like Docker Compose, Kubernetes, supervisord.
After a long hiatus, I decided to start working in the first stable release of Paraunit; the package is good and running smoothly for years, so we no longer have any reason to delay the 1.0 further. This will also be the occasion to force some static analysis onto the codebase.