this post was submitted on 19 Jul 2025
1087 points (98.6% liked)

Programmer Humor

26772 readers
2722 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
 

Source.

Yep, PHP is turning 30 this year! Wondering if "PHP is still relevant?" Ever since we have been hearing that PHP is dead. It was “dead” 10 years ago, 5 years ago, and “is dead” today. But somehow - it isn’t. Anyway... happy birthday!

you are viewing a single comment's thread
view the rest of the comments
[–] petersr@lemmy.world 1 points 2 months ago (6 children)

What's your alternative for web development?

Server side rendered content can only get you so far.

[–] bilb@lemmy.ml 3 points 2 months ago* (last edited 2 months ago) (4 children)

Webassembly frameworks.

Blazor! But only because I'm a dotnet guy professionally.

Yew? I'm not good enough with Rust to have tried it.

[–] petersr@lemmy.world 1 points 2 months ago (2 children)

Wasm cannot modify the DOM iirc

[–] sukhmel@programming.dev 2 points 2 months ago (1 children)

I've toyed with WASM, creating a simple sudoku page, and it did take an empty page, added all the buttons, and then changed them upon user interaction.

I think, I also heard of the DOM modification limitations, but it's not a hard barrier afaik, there are just some cases where it can't

But still, doing something in (pure) WASM looks way harder than needed to me

[–] petersr@lemmy.world 1 points 2 months ago
load more comments (1 replies)
load more comments (2 replies)