Ok so I've been using the new local LLM from #JetBrainsRider with the new 2024.2 EAP7 release for my #dotnet projects and I'm loving it so far.

It works damn fast and even perfectly "knows" how to assist with code from libraries like #FastEndpoints.

Yeah, I’m one endpoint in and this is going to be a huge improvement. The #FastEndpoints model maps really well over the existing structure of my #AzureFunctions (endpoint per file).

The authn and authz framework built into #AspNetCore also accommodates my super silly auth scheme really well.

And because request and response parsing are handled, its just less code overall!

If I am going to go full #AspNetCore via #AzureContainerApps, I’ll definitely have to spice it up somehow to keep it from being too close to the day job. Maybe it’s time to fiddle around with #FastEndpoints?