Blog

AutoMapper and MediatR announced shift to a Commercial Model: What you need to know
AutoMapper and MediatR …

AutoMapper and MediatR are two extremely popular libraries in the .NET ecosystem, supporting developers’ day-to-day work for many years. Recently, their creator, Jimmy Bogard, announced a major change in how these projects will be managed: they will soon move from a fully open-source model to …

Update containers on Rancher 2.x without changing tag every time
Update containers on …

Editor’s Note (January 2025): This 2019 article remains functionally relevant, though Rancher’s interface has evolved. The core concept — instructing Rancher to always retrieve images from the registry — remains valid despite interface changes.

The Problem

During development testing in a …

Enabling Hot Module Reload in WebPack Aurelia CLI Project
Enabling Hot Module …

Disclaimer (January 2025): This article was written eight years ago and may no longer be applicable to the latest version of Aurelia. Consult the official Aurelia documentation for current information.

When migrating an Aurelia project to the CLI, enabling Hot Module Reload (HMR) proved simpler than …