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ā¦