Johan Eriksson
jedjohan.bsky.social
Johan Eriksson
@jedjohan.bsky.social

Been coding for 25+ years, currently having fun with cloud native sttuff. Azure and C#

On Error Resume Next

Computer science 20%
Political science 20%

hey hey, wait a minute. I really dont want the MVC stuff in here. Pls think again, look at how minimal APIs works and reconsider that old skool "FromBody" shit

This should onle disable the metrics, like http request duration. If it fails I think it will be logged.

So here we go. Bobby Tables in a modern version. Actually really cool, and a bit scary

www.youtube.com/watch?v=rAEq...
Generative AI's Greatest Flaw - Computerphile
YouTube video by Computerphile
www.youtube.com

Love it 😍

Reposted by Johan Eriksson

Has anyone tried devtoys.app? It bundles a bunch of tiny tools for developers. I made this app with a good friend of mine (not on Blue Sky) on Windows Mac and Linux!
DevToys - A Swiss Army knife for developers
DevToys is a cross-platform Swiss Army knife for developers. DevToys helps in daily tasks like formatting JSON, comparing text, testing RegExp. No need to use many untruthful websites to do simple tas...
devtoys.app

Hvergang!

Found the main issue, thanks to synth. I had given name of the statestore with dashes and that was used as the symbolic name in bicep. Bicep doesn't like those to have dashes

Yeah read about the infra synth, maybe thats a good way of examining this. Thanks 👍

when i do "azd up" i get a massive response of bicep issues (theres a lot more). Tried examining the /tmp/ bicep but cant find it

Tryng to get a .NET 9 #aspire (web api, no frontend) project with #dapr actors and a cosmos statestore deployed to azure using #azd. And also the github workflow constructed. Stuck on strange bicep errors. Anyone got any links/tips regarding this process?

For my latest project I am going all in with Aspire. Its great for the local dev experience. But getting the stuff up in azure (via github workflow) is a mess :( I am used to bicep and "full" CI/CD pipes. Now i am struggling a lot with awkward errors. Guess its a learning trip