Daily Shaarli

All links of one day in a single page.

April 2, 2025

Ports and fat adapters
thumbnail

A good reminder of why you often don't want to follow an architecture pattern to the letter. They should be considered like guidelines and depending on your technical context you should properly balance the costs. Here is an example with the Ports and Adapters pattern in the context of an ASP.NET application.

CSS System colors
thumbnail

Nice way to have a web frontend which respects the system color choices of the user.

A pattern for obtaining a single value while holding a lock
thumbnail

This is indeed a nice pattern to obtain a value, brings neat advantages.