

Update Feb, 2025: Vue Migration Part 2 - A Simple Solution Emerges TL;DR: Migrating Vue 2 Web Components to Vue 3 isn't as straightforward as the docs suggest. We tackled three main challenges: setting up Vite builds, managing multiple components, a...
Volume Rendering implementation in Three.js, GLSL, and React
🌊 The code for my volume rendering implementation in Three.js and GLSL. - SuboptimalEng/volume-rendering
Ruby on Rails: The Documentary
Click to view this content.
My collection of 1700+ hand-picked web development & design resources
Hi everyone :) Since 2019 I've been collecting various links from the web development and design world.
Recently I've put them all on the website of WebDev Town, which I update every day.
I hope you'll find something useful over there :)
PS. It's open-source, and you can also submit resources if you have a cool side project you want to show others
Developers, it’s time for you to choose a side: will you help rid the web of privacy-invading tracking or be complicit in it?
How to find out which icons are used in the bottom right of forgejo website?
Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
Beginners question: https://forgejo.org/ uses nice icons in the bottom right. How can I find out which icons those are?
Inspector says:
astro-icon="ic:round-verified"
Can RSA be used for web API authentication?
cross-posted from: https://lemy.lol/post/4569543
I need to
- encrypt JSON payload (not just sign)
- not share private key
- verify the payload is generated with the shared public key and RSA fitting all of these.
As I've only made auth with JWT so far, I'm not sure. If I use RSA, I guess I have to put the encrypted text in the body.
Do you think it can be used? Any other suggestions?
Discover new improvements in Fresh 1.4 that makes your site quicker to load and comes with several improvements to make authoring complex projects easier.
"Web Environment Integrity" is an all-out attack on the free Internet
cross-posted from: https://lemmy.ml/post/2546109
Read why "Web Environment Integrity" is terrible, and why we must vocally oppose it now. Google's latest maneuver, if we don't act to stop it, threatens our freedom to explore the Internet with browsers of our choice.
Iconbuddy - 100K+ open source icons
Iconbuddy is a search engine that allows you to search, download, customize, and edit over 200,000 open source svg icons for free.
Explore the key improvements in Fresh 1.3: streamlined route components, enhanced error handling, updated linting rules, and multi-island exports. This release also supports the stable Deno.serve API, making Deno projects more efficient and manageable.
Vanilla JS Coders, what are some killer tools you use?
I wrote a few simple web apps to speed up production in a few departments at work, and I am loving coding with just Vanilla JS, after years of using React, TS, Vue2, Angular, etc.
But I feel like I have to be missing some tools since Js is older than time.
Here's my workflow:
An interactive guide to color & contrast
Color & Contrast is a comprehensive guide to color for user interface designers.
London-Underground-Dot-Matrix-Typeface: A set of dot matrix fonts in the style of TfL's Underground arrivals board.
A set of dot matrix fonts in the style of TfL's Underground arrivals board. - petykowski/London-Underground-Dot-Matrix-Typeface
There is again a pull-request submitted to the curl project to bring support for the Gemini protocol. It seems like a worthwhile effort that I support, even if it is also a lot of work involved and it might take some time before it reaches the state in which it can be merged. A previous … Continue r...