Refactoring Legacy: Part 2 - Tell, Don't Ask (Server Driven UI)
It will always break. You could write flawless code. You could have 100% test coverage, multi-region failover, circuit breakers, retries, the works.…
Symfony is a powerful PHP framework that empowers developers to build scalable, high-performance web applications with reusable components, comprehensive documentation, and a strong community.
It will always break. You could write flawless code. You could have 100% test coverage, multi-region failover, circuit breakers, retries, the works.…
Ever opened a codebase where a single JSON payload could arrive in 17 different shapes depending on the phase of the moon? Over the last few years my…
In this post I'll actually make some progress towards persisting our humble request. Before that I'm going to talk about a snake, to be more p…
I had planned to talk about documentation and testing with this post but thanks to hindsight and the feedback from r/PHP (which I really appreciate š…
In these articles Iām going to implement the same (fairly trivial) functionality in both Symfony and Laravel.