Setting up Tailscale on your QNAP NAS
By discovering Tailscale, I finally found a solution for my QNAP NAS as a VPN gateway into my home network. I have a couple of devices at home that do not ...
By discovering Tailscale, I finally found a solution for my QNAP NAS as a VPN gateway into my home network. I have a couple of devices at home that do not ...
This blog post is part of the .NET MAUI UI July - be sure to check out the other blog posts. 🙂 Automated UI tests allow you to write tests that execute your...
One of my favourite MVVM framework libraries for C# is Reactive UI. But is it ready for prime time when developing a .NET MAUI app? Spoiler: It is. So let’s ...
Automated tests can be a great timesaver when developing any kind of application. Some pieces of code can be harder to test automatically since they require ...
Writing mobile apps usually brings along its fair share of application logic run on the device. When writing code, it is paramount to test it. How else will ...
When writing queries towards the database at some point the need arises to filter out all items that are within a collection. For example let’s say we have a...
After making changes or adding a few lines of code to your app and all tests are green, I have come to greatly appreciate the soothing feeling in my life as ...