A place for everything about web development

674 readers
17 users here now

founded 5 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
1
Clean up the web! (cleanuptheweb.org)
submitted 2 years ago by JRepin@lemmy.ml to c/webdev@lemmy.ml
 
 

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
 
 

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

15
16
17
18
19
20
21
22
23
 
 

I'm not affiliated, but I like the look and feel of inkline. At the moment, they are working on porting it to Vue3. It's a nice alternative to Veautify etc.

24
25
 
 

The tricky thing is that far more people have outdated browsers that don't support all the cool HTML/CSS stuff I want to do (and that the author also does a lot of).... but even so, I check up on how my site looks on Lynx every now and again.

view more: next ›