My top 5 blog posts of 2021
Last year I did a "top 5 blog posts of 2020 [https://peterdaugaardrasmussen.com/2021/02/06/my-top-5-blog-posts-of-2020/]" and I have decided to keep »
Last year I did a "top 5 blog posts of 2020 [https://peterdaugaardrasmussen.com/2021/02/06/my-top-5-blog-posts-of-2020/]" and I have decided to keep »
Basic authentication is becoming a rare sight, however it is still quite widely used due to its simplicity. In C#, using the HttpClient and HttpRequestMessage you »
You are likely here because you are trying to make your main method use the async keyword. The gotcha I ran into - which is quite »
As I have done for the past many years, I will again this year create a list of my favourite books on software development. In recent »
Using Google sheets it is quite easy to get a value from another tab and quite harder to get it from a different sheet. Luckily we »
Searching around the web I could not find an easier solution than this. I recently created a sheet with a lot of tabs. In order to »
What you are likely looking for is the method Task.WaitAll(task1, task2, task3..);. The method allows you to wait for several tasks to finish, even »
Using =GOOGLEFINANCE("HKG:9988","changepct") you can get the price change since open or last open of the exchange. However as more »
Following the guide from Microsoft on how to "Create a Kubernetes cluster with Azure Kubernetes Service using Terraform [https://docs.microsoft.com/en-us/azure/developer/ »
Using Terraform you can easily create a Kubernetes API object using a manifest. The resource you are looking for is the kubernetes_manifest [https://registry.terraform. »