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 ...
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from ...
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, ...