The more i write with @sveltejs, the more i love it.
Makes it rather difficult to make sprawling code. It almost actively resists it?
Would recommend to replace React, if you're looking for something else.
The more i write with @sveltejs, the more i love it.
Makes it rather difficult to make sprawling code. It almost actively resists it?
Would recommend to replace React, if you're looking for something else.
Fun Facts: I Can See Your Page Title, But Why?! - Frontend Engineering Explained #css #webdev - Tagging @mia and @bramus as they were the catalyst - https://www.youtube.com/watch?v=lGBgcJAELdY
Part 3 – Babylon.js 8.0: glTF, USDz, and WebXR advancements.
blogs.windows.com/windowsdevel...
#babylonjs #windowsdev #webdev #javascript #gamedev #3d
Part 3 – Babylon.js 8.0: glTF,...
Part 3 – Babylon.js 8.0: glTF, USDz, and WebXR advancements.
I have beer, an empty house, and some awesome music playing.
Lets get some #code done
sorry @aspensmonster @zombiewarrior and others i forget.
but that's the thing i was telling you about.
IMPORTANT:
Edit lines 37-40 for your server environment.
The utility of the app is the "transform.sh" script
USAGE:
_$> /usr/local/bin/transform.sh /var/www/html/some/file.html
creates http://localhost/some/file.html
and sends to xdg-open
it is quite convenient.
I've taken away the "hard part" which makes no sense.
that is, "what the hell is it for?"
enjoy.
@Vivaldi @vivaldi_browser
#webdev
️ New Article: Building a toast library from scratch in just 30 minutes https://ift.tt/MOlKTxn #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
On JavaScript's Weirdness
https://stack-auth.com/blog/on-javascripts-weirdness
Discussions: https://discu.eu/q/https://stack-auth.com/blog/on-javascripts-weirdness
After 14 years, Gumroad is officially open source!
https://github.com/antiwork/gumroad
Discussions: https://discu.eu/q/https://github.com/antiwork/gumroad
#Development #Explorations
Decoding vibe coding · Hype, hope, and hard truths for developers https://ilo.im/16356l
_____
#Programming #Coding #VibeCoding #AI #GenerativeAI #WebDev #Frontend #Backend
Just used color-mix() in production for the first time and uh....this is actual magic. I use a lot of colors with multiple shades (green1, green2, green3) and being able to reliably "mix" these in CSS is so cool.
https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix
FederatedCredential: protocol property
Limited availability
https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/protocol
The protocol property of the FederatedCredential interface returns a read-only string containing a credential's federated identity protocol. If this property is null, the protocol may be inferred from the FederatedCredential.provider property.
Saw the header here https://mastodon.social/@sturobson@front-end.social/114279126167674533 and had to make a version that works without JS, works with image backgrounds behind the header, works for any level of page zoom and is fully flexible when it comes to following the text wrapping on resize.
Play with it on @codepen https://codepen.io/thebabydino/pen/MYWxeew
Visual Studio Code March 2025 (version 1.99) Release Notes.
code.visualstudio.com/updates/v1_99
#vscode #programming #webdev #githubcopilot #productivity #ai #mcp #agentmode
March 2025 (version 1.99)
Visual Studio Code March 2025 (version 1.99) Release Notes.
Fauna >> Supabase is rather smooth so far, but it's _a lot_ of work, more than I thought.
Working on the first of 2 web applications (the smaller one...), and forgot how tightly coupled the UI is with the data model.
Managed to do read/update today, still got to take care of create/delete.
But yeah, things are still working, no data was lost, so I haven't completely nuked the whole thing, which is good
Learning a lot too, which is great.
@sturobson oh. They launched design tokens and I somehow missed it.
Guess I know what to do this weekend.
Does it count as a breaking change if something that previously did not run (= threw exceptions) now does not compile in the first place?