Talk in English - US at PHP Tek 2026
Short URL: https://joind.in/talk/ea663
(QR-Code (opens in new window))
Many organizations have mission-critical PHP systems that are decades old and built on monolithic architecture. In this talk we?ll explore pragmatic ways to refactor the core stored-procedures, message queues (SQS), backlog handling and data flows without doing a full rewrite. We?ll walk through actual patterns for queue purging, backlog mitigation, redesign of key logic (e.g., an flowOfData stored proc), and strategies for deploying changes with minimal downtime. Attendees will leave with an actionable roadmap to modernize legacy systems while keeping them live.
Comments
Please login to leave a comment
While the concepts were good, the talk was too heavily AWS centric, and made too many assumptions about infrastructure configurations and options. Vijay was very knowledgable and covered a lot of content, it just wasn't as applicable to me as an Individual Contributor as I was hoping for.
I was unfortunately disappointed with this talk and the speaker. The speaker asked the audience what a stored procedure was, was given an answer that was more-or-less textbook correct, and replied with "no" followed by "this isn't a quiz" followed by a regurgitation (1 slide later) of the exact definition that was given, but in more words. I spoke to several other engineers after the talk and they were equally confused and shocked at the exchange.
Additionally, the speaker covered a topic of which I am quite familiar, injecting secrets/vars into running containers from AWS Parameter Store, and stated something that was contrary to my experience. So, I asked about it. The information that we were given was...not correct. I double-checked by reading the AWS documentation and *triple*-checked by reproducing the situation in my live (nonprod) infrastructure. I was pretty surprised that such wrong information was presented with such authority.
As others mentioned, this talk was highly specific to a web-based, AWS-hosted application. I think the presentation would have been better if it was more generic, and taught concepts like Strangler Fig, Strategy Pattern, and lift-and-shift.
Didn't actually cover refactoring PHP code, just common enterprise infrastructure patterns.
Was looking for how to validate schema, model, and repository code changes while running legacy data structures in parallel.