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 […]
Lees meerBlog
Het is essentieel om op de hoogte te blijven van nieuwe technieken en toepassingen. Deze blog biedt een verzameling artikelen, analyses en praktische tips, gericht op het delen van kennis en inzichten.
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. […]
Lees meerHow 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 […]
Lees meerWhy WebView2 Applications Face Issues in the Program Files Folder (And How to Fix Them)
WebView2 is a Microsoft control that allows developers to embed web content within desktop applications using the Microsoft Edge engine. It enables the integration of modern web functionality into Windows apps. When installed in the Program Files folder, WebView2 applications can experience problems due to Windows security restrictions. By default, […]
Lees meerClickOnce signing from Azure DevOps via Azure Key Vault
To publish a WPF application from a CI DevOps pipeline I needed a command line tool to sign ClickOnce manifests and executables. The certificate is an EV Code Signing Certificate stored in an Azure Key Vault. After some research I found tools to sign executables, but no tools to sign […]
Lees meerIT Consultancy Breda
Grip op IT. Minder complexiteit. Meer resultaat. Voor veel organisaties in Breda is IT geen ondersteunende afdeling meer — het ís de ruggengraat van de organisatie. Toch ontbreekt vaak overzicht, samenhang of een duidelijke koers. Davici helpt bedrijven in Breda om IT weer beheersbaar, veilig en strategisch inzetbaar te maken. […]
Lees meerIT Consultancy in Etten-Leur
Strategische IT-oplossingen voor bedrijven in Etten-Leur Ben je gevestigd in Etten-Leur en zoek je een ervaren IT-consultant die meedenkt op strategisch én technisch niveau?Davici ondersteunt organisaties in Etten-Leur met betrouwbare, schaalbare en toekomstbestendige IT-oplossingen. Wij helpen bedrijven bij het optimaliseren van hun IT-omgeving, het verlagen van kosten en het verhogen […]
Lees meerPostgreSQL powerful LATERAL join
PostgreSQL supports the SQL join type: LATERAL. Useful for creating advanced query’s. What is a LATERAL join? In the PostgreSQL documentation: Subqueries appearing in FROM can be preceded by the key word LATERAL. This allows them to reference columns provided by preceding FROM items. (Without LATERAL, each subquery is evaluated […]
Lees meerCleaning Up Git Branches in Azure DevOps
Try again to delete tCleaning up Git branches is needed from time to time to keep the workspace organised. Using Azure DevOps most of the Git housekeeping tasks are automated. A typical default workflow follows these steps:– From a sprint work item, a new remote (feature/bugfix) branch is created.– Commit […]
Lees meerDisable Visual Studio 2022 IIS security attach warning
Running Visual Studio as administrator is needed to host your web project in IIS. Everytime the debugger is started the “Attach Security Warning” confirmation dialog appears. Modify the registry to disable this. Follow these steps to modify the private registry file (privateregistry.bin): 1. Close Visual Studio 2022. Start regedit.exe and […]
Lees meer