Hi! I have a very simple web-app for displaying the weather. It's built with just HTML, CSS and JavaScript, getting the data from the OpenWeatherMap API. I made this for my own personal use only. ...
There exists a peculiar amnesia in software engineering regarding XML. Mention it in most circles and you will receive knowing smiles, dismissive waves, the sort of patronizing acknowledgment reserved for technologies deemed passé. "Oh, XML," they say, as if the very syllables carry the weight of obsolescence. "We use JSON now. ...
A UX strategist is supposed to bridge business goals and user needs through high-level planning. They’re meant to answer questions like “Should we build this?” and “Which problems matter most?” before anyone opens Figma. ...
Looking for recommendations for developers who have been around a few years and stagnating a bit. Searching around I just get the same recommendations over and over so please don't say "Clean Code" or "Pragmatic Programmer".
Hey everyone. I've been a Linux user since 2008, and have kept myself solidly within FOSS or GNU/Libre software for a really long time. Not to be a total walking stereotype, I am fundamentally against Microsoft for a multitude of reasons, and I wanted to see if anyone out there has moved onto something different as well. VSCode ...
Most SPAs seem to only serve one or two 'soft' navigations after the initial 'hard' navigation (the one that loads the entire app upfront), meaning the cost is not being amortized across many requests, negating the whole point of the architecture.
Do you know of any client-side search solutions for static sites?
I'm looking for a way to add search to a fully static site (think technical documentation) without any server side compute or API. ...
Fully automatic updating Spotify status... without JavaScript? ( lina.sh )
By streaming CSS updates/appends through an open HTTP connection
Help please with my weather app
Hi! I have a very simple web-app for displaying the weather. It's built with just HTML, CSS and JavaScript, getting the data from the OpenWeatherMap API. I made this for my own personal use only. ...
The lost art of XML — mmagueta ( marcosmagueta.com )
There exists a peculiar amnesia in software engineering regarding XML. Mention it in most circles and you will receive knowing smiles, dismissive waves, the sort of patronizing acknowledgment reserved for technologies deemed passé. "Oh, XML," they say, as if the very syllables carry the weight of obsolescence. "We use JSON now. ...
Selectively Disabling HTTP/1.0 and HTTP/1.1 ( markmcb.com )
cross-posted from: https://lemmy.bestiver.se/post/878991 ...
UX Strategist: The Only Job Where Saying ‘It Depends’ Is Considered Expertise ( dnsk.work )
A UX strategist is supposed to bridge business goals and user needs through high-level planning. They’re meant to answer questions like “Should we build this?” and “Which problems matter most?” before anyone opens Figma. ...
The Incredible Overcomplexity of the Shadcn Radio Button ( paulmakeswebsites.com )
cross-posted from: ...
The Incredible Overcomplexity of the Shadcn Radio Button ( paulmakeswebsites.com )
What books would you recommend to improve or learn something new?
Looking for recommendations for developers who have been around a few years and stagnating a bit. Searching around I just get the same recommendations over and over so please don't say "Clean Code" or "Pragmatic Programmer".
Fix Your robots.txt or Your Site Disappears from Google ( www.alanwsmith.com )
jQuery 4.0.0 Released ( blog.jquery.com )
cross-posted from: https://lemmy.bestiver.se/post/868975 ...
A nice CSS framework located between Pico CSS and Bootstrap?
Can you recommend a CSS framework that feels lean and modern like Pico CSS but isn’t only targeting small form sites?
How should we prevent a user from opening multiple streams to the same room with Livekit?
It's easy to prevent it client-side, but does anyone know of a server-side solution because we should not be trusting data from the client?
FOSS alternative to VSCode/VSCodium for LAMP/LNMP dev
Hey everyone. I've been a Linux user since 2008, and have kept myself solidly within FOSS or GNU/Libre software for a really long time. Not to be a total walking stereotype, I am fundamentally against Microsoft for a multitude of reasons, and I wanted to see if anyone out there has moved onto something different as well. VSCode ...
I think I did too much for my class assignment..
Lmk lol
ATProto, POSSE, and Personal Sites ( stevedylan.dev )
Anti-frameworkism: Choosing native web APIs over frameworks ( blog.logrocket.com )
A small collection of text-only websites ( shkspr.mobi )
During Helene, I Just Wanted a Plain Text Website ( sparkbox.com )
When square pixels aren’t square ( alexwlchan.net )
Speculation Rules API — make your site load faster ( slicker.me )
Publish (On Your) Own Site, Syndicate Elsewhere ( indieweb.org )
cross-posted from: https://lemmy.bestiver.se/post/838080 ...
A Website To End All Websites | Henry From Online ( henry.codes )
Most SPAs seem to only serve one or two 'soft' navigations after the initial 'hard' navigation (the one that loads the entire app upfront), meaning the cost is not being amortized across many requests, negating the whole point of the architecture.
How To Dynamically Install Custom Elements ( heydonworks.com )