Reading Time: 3 minutes We all use online services to lookup our public IP at a time. This small utility written in C# runs quietly in your system tray and alerts you when your public IP changes from your ISP and logs the event for future reference.
Azure CLI – enable automatic updates
Reading Time: 2 minutes Since Azure CLI version 2.11 you have the ability to enable automatic upgrades of the azure-cli and its installed extensions. Check how you can do that along with a couple of tips on the way.
A simple TCP listener just for fun …and work.
Reading Time: < 1 minute From time to time it comes to a point that you have to put a host somewhere and then you or someone else needs to check if the host on a specific port is accessible. I coded a simple utility that does just that.