EEmilienKoppinone-in-emilien.hashnode.dev·Jul 23 · 5 min readPain-driven DevelopmentThe issue Today I was assigned a GitHub issue. Two Laravel event listeners, nearly identical, 130 lines each, duplicating the same orchestration logic: load an entity, manage a sync lifecycle across a00
EEmilienKoppinone-in-emilien.hashnode.dev·Jul 23 · 2 min readInertia and API responses living together in harmonyI love InertiaJS to the point where it's becoming a personality trait I tend to want to use it for everything, but adding Inertia to an existing Laravel API gets awkward fast. Same thing happens in th00