Archive for april, 2025

Technical Debt: een strategische aanpak voor duurzame softwareontwikkeling

In vrijwel elk softwareproject ontstaat op enig moment technical debt. Hoewel de term misschien associaties oproept met risico’s of technische achterstanden, is het in de praktijk vaak een bewuste keuze. Mits goed beheerd, vormt technical debt geen bedreiging — maar juist een hulpmiddel om snel te kunnen leveren én kwaliteit […]

Read More

How to set timezone in a Docker Windows Container

When running Docker containers on Windows, ensuring the correct timezone is set is essential for maintaining accurate logs, timestamps, and scheduled tasks. By default, Docker Windows containers use UTC, which may lead to issues with time-sensitive applications. This guide outlines how to configure the timezone in a Docker Windows container. […]

Read More

How to install fonts in a Docker Windows Container

In containerized Windows environments, there are scenarios where custom font installation becomes essential—particularly for applications that generate documents, perform automated UI rendering, or rely on specific branding requirements. This guide outlines a reliable approach to installing multiple fonts within a Windows-based Docker container. Use Case Installing fonts inside a Windows […]

Read More