Stefano Alletti
@stefanoalletti
Developer at @iadFrance. I share and write in 🇬🇧🇫🇷🇮🇹.
#PHP #Symfony #ReactJS #VueJs
linkedin.com/in/stefano-all…
ID: 53159845
https://stefanoalletti.wordpress.com 02-07-2009 19:22:19
951 Tweet
325 Followers
500 Following
Got inspired by Sara Pellegrini 's talk, and implemented a basic implementation of it in php. Love the idea. Biggest takes: - An event can belong to multiple streams - Consistency boundary changes per command github.com/Robertbaelde/M…
Middleware uses a cool pattern called chain of responsibility. Each middleware can do one of two thing: break the chain and return a response OR pass responsibility to the next middleware via a request handler using PSR 15. Gary Clarke #php garyclarketech.teachable.com/courses/php-fr…
A Systematic Approach to Reducing Technical Debt Zalando Technology engineering.zalando.com/posts/2021/11/…
Du Continuous Delivery pour de la Continuous Value by OCTO Technology en🇫🇷 blog.octo.com/continuous-del… #DevOps
Idempotent Consumer - Handling Duplicate Messages What happens when a message is retried in an event-driven system? It happens more often than you think. By Milan Jovanović milanjovanovic.tech/blog/idempoten…