A place for everything about web development

673 readers
1 users here now

founded 4 years ago
MODERATORS
1
2
 
 

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

3
4
Clean up the web! (cleanuptheweb.org)
submitted 9 months ago by [email protected] to c/[email protected]
 
 

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?

4
5
 
 

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"

6
 
 

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?

7
8
 
 

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.

9
10
11
 
 

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:

  1. Code in VSCode (auto-save)
  2. I built an AHK script that automatically switches to Chrome and hard-reloads the page
  3. Web Dev Tools are open in Chrome.
  4. I find errors in Js, HTML, or CSS and alt+tab back to VS to fix it
12
13
14
15
16
17
18
19
1
Lerp (rachsmith.com)
submitted 1 year ago by [email protected] to c/[email protected]
20
21
22
 
 

While this is cool, I worry about Mozilla's ability to support another platform. They already have trouble maintaining support on their current list of platforms

23
24
25
view more: next ›