Profile avatar
rudi.dev
Developer in disguise. 🐾 Husky daddy, Husband, .NET / Svelte(Kit) Advocate. CEO @divergent.group. Building @divergent.cloud. #dotnet #aspnetcore #svelte
324 posts 446 followers 401 following
Regular Contributor
Active Commenter

Finally, we have some more app security in .NET Aspire learn.microsoft.com/en-us/dotnet...

Now all the SPA folk can stop whining there’s no official hash based router! The only thing for the left to moan about is it being file system based 🧐

Yep, this seems about right for a SQL Migration name. Thanks @drizzle.team

Just so I've got this straight, in the USA they believe that planes are alien drones now?

Another banger from Advent of @svelte.dev, whilst this was possible before having it built in to the framework and avoiding in-app bindings for these things is a big win. This is just proving that small, incremental changes can make a huge difference to UX.

Advent of @svelte.dev Day 9 now gives us proper links to errors in the svelte documentation. Demo: svelte.dev/playground/8...

PSA for MacOS users that use PiP for videos: Hold ⌘ when dragging to put it anywhere rather than the annoying snapping locations!

Chaos Engineering by default

over-engineering a solution to a problem, as is tradition

Advent of @svelte.dev Day 8 is a good one!

Just a mini @tiptap.dev JSON to HTML renderer in C# because I couldn't find one on the internet github.com/rudiv/Tippyt...

Just remembered Octopus Deploy want to move us from the no longer existing free tier to $4,170/yr. Good job it could be replaced by an 18 line bash script πŸ˜“

I'm not sure if I should be proud or not? But fact: The Lonely Island is the best coding music #provemewrong

It's #AdventOfCode Day4 in C# and after a very long day, I'm not happy with the code. But it works :shipit:

Astro 5.0 is here. Content layer, server islands, simplified prerendering, type-safe env, @vite.dev v6. All stable. Go see what you can do πŸ‘‡ astro.build/blog/astro-5/

I'm not sure how Svelte can keep going for another 22 days πŸ˜€

So as an ex-Jaguar fan, this insane rebrand has my attention. This design is straight out of Gotham and I'm all for that. Until it breaks down. Maybe the pink one came to jump start the blue one.

So @xpaw.me also used Span (yay!) for #AdventOfCode Day3 but he had less code, less allocations and better perf even using StringValues. Can't be having that can we? Here's a refined version.