#linkTuesday
"Being the go-to engineer is a double-edged sword" I had some pause for thought reading this article from LeadDev https://leaddev.com/culture/put-end-being-go-to-engineer #linkTuesday
I recognise myself, but also got some strategies to try.
Your data, your responsibility. A great post by Erwin from #tilaa on data: https://dev.to/tilaa/your-data-is-your-responsibility-not-your-vendors-19d4/
Autoloading performance affects every PHP application. And no, it’s not a solved problem just because Composer handles autoloading for you nowadays. In fact, for large applications like Magento, Shopware, or those based on Symfony or Laravel, autoloading can turn into a major performance bottleneck. More than 100 ms per request is not uncommon, caused by [...]
I've returned a few times to this article and find something fresh each time!
"these generalists can dissect unfamiliar challenges, spot first-principles patterns, and make confident design decisions".
Expert Generalists https://martinfowler.com/articles/expert-generalist.html#WhyOrganizationsNeedExpertGeneralists
#linkTuesday
I found this an interesting read about implementing Strategy pattern in #Symfony: https://www.cezarcampos.com.br/en-us/posts/strategy-pattern-in-symfony-7/