Queopius

Ideas to detect technical wear before continuing to build.

Queopius's own articles from the series Laravel Health Check: technical debt, backend architecture, maintainability, performance and real signals in active product.

These articles may also be published or summarized on LinkedIn, but the main version lives here so that the content is indexable, stable, and connected to the services of Queopius.

Laravel Health CheckBackend auditTechnical debtArchitecture
Featured image from the article Eloquent Models Too Large published in LinkedIn by Queopius
Laravel Health Check5 min

Eloquent models too large

When Eloquent stops representing data and begins to concentrate queries, business rules, transformations and decisions that should live in other layers.

Laravel Health CheckEloquentTechnical debtArchitecture
Read article
Featured image from the article Fat Controllers in Laravel published in LinkedIn by Queopius
Laravel Health Check5 min

Fat controllers in Laravel

When the controller stops coordinating the input HTTP and begins to concentrate validation, business, queries, transformations and side effects.

Laravel Health CheckControllersArchitectureMaintainability
Read article