Popular Posts

Recent Posts

Compact the VHDX Disk of a Docker Container or WSL

The size of the file C:\Users\Realdevtipsuser\AppData\Local\Docker\wsl\data\ext4.vhdx was 51 GB. I couldn’t determine who was using that file or why. Since “Docker” was in the path, it made sense to check Docker settings. And I found the answer: Docker Desktop uses WSL2 storage. Read more»

Windows

Changing the Runtime Environment for an Azure App Service

About six months ago, I built a small API application designed specifically for Azure. It leveraged several Azure-native features, including synchronization mechanisms and Azure App Registration for sending requests to SharePoint. The application was built using .NET 8 and deployed to a development environment. Read more»

Azure

How to Write Formatted Code in Teams Chat

Teams

When you want to send to your colleague a text with C# code or any other language, you can make the code look just like in an IDE – colored and highlighted. If you type three backticks “` at the beginning of a line in Microsoft Teams and press Enter, you can write properly formatted […] Read more»

Windows