mastermind@lemm.ee to Programmer Humor@lemmy.ml · 1 year agoHTMXlemm.eeimagemessage-square17fedilinkarrow-up18arrow-down13
arrow-up15arrow-down1imageHTMXlemm.eemastermind@lemm.ee to Programmer Humor@lemmy.ml · 1 year agomessage-square17fedilink
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up1·1 year agoAre web servers that serve real HTML responses still a thing? Honest question. I thought JSON+client side rendering were the default by now.
minus-squarelud@lemm.eelinkfedilinkarrow-up1·1 year agoYeah, PHP is extremely common and python frameworks like Flask and Django are getting more popular, but of course no where near PHP. https://w3techs.com/technologies/details/pl-php Just one huge example of a Django user is Instagram: https://engineering.fb.com/2023/08/15/developer-tools/immortal-objects-for-python-instagram-meta/
minus-squareGamma@beehaw.orglinkfedilinkEnglisharrow-up1·1 year agoThe wheel is always being reinvented
minus-squaremagic_lobster_party@kbin.sociallinkfedilinkarrow-up1·1 year agoEspecially with frontend. Feels like every few years there’s a complete paradigm shift that forces everything to be rewritten from scratch.
Are web servers that serve real HTML responses still a thing? Honest question. I thought JSON+client side rendering were the default by now.
Yeah, PHP is extremely common and python frameworks like Flask and Django are getting more popular, but of course no where near PHP.
https://w3techs.com/technologies/details/pl-php
Just one huge example of a Django user is Instagram: https://engineering.fb.com/2023/08/15/developer-tools/immortal-objects-for-python-instagram-meta/
The wheel is always being reinvented
Especially with frontend. Feels like every few years there’s a complete paradigm shift that forces everything to be rewritten from scratch.