Laszlo

@ladeak.net

Opinions are my own. https://blog.ladeak.net

When developers move projects quickly they don't face with the quality and maintainabilty issues of their code, and they stuck at a level without improving.

@anthonychu.ca I am exploring container apps, and I'd like to setup a self-signed cert between the ingress and application (for HTTP/2). I have provided the certs for the app, and set insecure on the ingress. But I get this error: "upstream connect error or disconnect/reset before headers..."

Blogged: Creating and consuming metrics with System.Diagnostics.Metrics APIs andrewlock.net/creating-and... In this post I provide an introduction to the System.Diagnostics.Metrics API, show how to create a custom metric, and show how to read it with dotnet-counters #dotnet

Creating and consuming metrics with System.Diagnostics.Metrics APIs

In this post I provide an introduction to the System.Diagnostics.Metrics API, and show how to create a custom metric and read it with dotnet-coutners

andrewlock.net

I installed today python. I was surprised by its performance (compared to .net) and then deleted it. Repeated this once more.

@captainsafia.com and @damianedwards.com - this year it was said that controller actions will no longer be the main way to structure endpoints; minimal apis are in focus. I didn't hear this message on .NET Conf. What is current suggestion? For an app with hundreds of endpoints? Start migration?

@anthonychu.ca What is the downside of hosting a simple aspnet core app in an Azure Functions (with the customHandler in the host.json) instead of container apps or app service? Is it any cheaper?