My blog posts

On this site you can find my blog posts. And you know what, currently this site is hosted completly for free except the yearly cost for the domain name.


This works because this site is based on GatsbyJS and an Azure Static Web App. After changing somthing on a page a Azure DevOps pipline do all the deployment stuff for me. So for the moment this is a set it and forget it solution.


Maybe it is later necessary to change this but for now it works for me.

Building a simple NTP client with Powershell

Daniel Feiler, 2024-10-12 16:51

Have you ever thougth about using acurate time in a PowerShell script? I have written a simple NTP Client in PowerShell so that I can query any NTP Server.

PowerShell and the secure strings

Daniel Feiler, 2024-02-18 19:26

How we can work with secure strings and is it possible to compare secure strings or made it readable again?