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.
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!