Talk in English - US at php[tek] 2024
Track Name:
PHPUgly Hall
View Slides: https://www.slideshare.net/slideshow/packaging-the-monolith-php-tek-2024-breaking-it-down-one-bite-at-a-time/267471134
Short URL: https://joind.in/talk/5b3d4
(QR-Code (opens in new window))
We don't always get to start with a clean slate, but inheriting a monolithic application doesn't mean you're stuck in that space. Using composer packages, we can break down a monolithic application piece by piece, and using private package repositories keeps the project IP confidential. In this talk, we'll go over how to evaluate a project for packaging, how to set up private package repositories, and how to move forward in a way that won't stop your feature development while you're making these changes. We will touch on the importance of SemVer and how to make sure the packages account for PHP's handling of version numbers.
Comments
Comments are closed.
One of those talks where your neck starts hurting from nodding in agreement basically non-stop. Dana's presentation was engaging, full of great advice, and I really enjoyed the Lego tie-in.
Useful topic. Thorough and good examples.
Great talk!
Excellent walk through of packaging example that was right on the workshop's description. The talk followed a complex example while interweaving basic tenants of refactoring like test coverage within the context of the packaging process. Good slides and timing/meter.