Tootfinder

Opt-in global Mastodon full text search. Join the index!

@cheeaun@mastodon.social
2025-06-07 08:02:15

👏💪👍 #WebDev #FrontEnd

@lil5@social.linux.pizza
2025-06-05 08:12:43

File Input within a Dialog cause Dialog to close when File Input is cancelled
I'm confused why is this a thing?
#webdev #browsers #firefox

@jaandrle@fosstodon.org
2025-06-02 07:28:47

“that’s bad design” vs “it worked in research” - #WebDev

@hey@social.nowicki.io
2025-05-26 15:02:46

Just bought a ticket for @… in Freiburg!
Someone else coming? Can't wait to see y'all again.
#webdev

@rosenclosed@social.linux.pizza
2025-04-21 19:52:12

Warum ist DNS so doof? 😭 #it #webdev

@lil5@social.linux.pizza
2025-05-30 07:51:01

type TimeoutID = ReturnType<typeof setTimeout>;
const n: TimeoutID = setTimeout(...
clearTimeout(n)
Use this so that your typescript code works no matter the environment
No longer will I need to ask is this code using NodeJS.Timeout or number (browser)
#typescript #webdev

@adjb@social.lol
2025-05-27 14:39:55

🕸️ #AI #webdev #vibecoding Google’s AI Is Burying the Web Alive (nymag.com/intelligencer/articl).

@beeb@hachyderm.io
2025-04-27 20:24:13

I really don't understand the enthusiasm around #htmx. Why would anyone want to put html and css classes in their backend code? It probably works for tiny projects but can you imagine a large company doing that? Oh the frontend team needs this button bigger? Better ask the backend team to change their API! That kind of coupling seems very unergonomic. Just my two cents... #webdev #html #backend