I've noticed it's surprisingly easy to add complexity to a small .NET API. A simple CRUD API starts with a controller and a service. Then come CQRS, MediatR, Repository Pattern, Domain Events, ...
When applying Lighthouse to CMS sites, you often face different problems than with sites developed from scratch. In CMS environments where themes, plugins, and modules are intricately intertwined, it ...