this post was submitted on 16 Jun 2025
539 points (99.4% liked)

Programmer Humor

24262 readers
1645 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] CosmicTurtle0@lemmy.dbzer0.com 16 points 23 hours ago (1 children)

I'm a JavaScript developer. But it is fully possible to create a site with no frontend JavaScript

Like many things, you should use JavaScript if you need it. If you don't need remote data sources or live refreshes, pure html and css work perfectly fine and, I would go so far as to say, may even be necessary for resistance web pages.

This is especially true if you're using tor. JavaScript can leak your IP address and sites will work more reliability if you have static content that's refreshed on the back end than using a bloated next.js app taking up RAM.

[โ€“] gofsckyourself@lemmy.world 1 points 18 hours ago* (last edited 18 hours ago)

The vast majority of those are useless animations. Some are even a much worse implementation of something done much simpler with JS and requires significantly more code weighing down the page speed. Some examples of this are the cursor tracking examples which use hundreds of divs in a grid.

While there are some useful examples, it seems like this repo is more of a list of to show off advanced CSS, fancy animations, and designs.