Back-end languages are coming to the front-end
1–10 of 328 posts
Re: Back-end languages are coming to the front-end
#2Re: Back-end languages are coming to the front-end
#3The race between web C#/python and local javascript could make becoming a "full stack" dev easier at least.
Re: Back-end languages are coming to the front-end
#4Re: Back-end languages are coming to the front-end
#5Tiny amount of glue HTML attributes, a heap of partials that are your PHP files and you’re good to go.
What is old is new again I suppose: we used to do this with PHP and jQuery once upon a time too — though LiveView and similar are far nicer of course.
I’ve been working on some personal tools with nothing more than Deno and htmx. Works quite well for my needs!
Re: Back-end languages are coming to the front-end
#6Re: Back-end languages are coming to the front-end
#7Re: Back-end languages are coming to the front-end
#8//
The thing about rendering and processing things server-side and relying on very little, if any, JavaScript is that it makes it possible to send very small amounts of data to the client but still handle demanding tasks.
There's something to be said for making a website usable for even the most anemic of client hardware.
Re: Back-end languages are coming to the front-end
#9When is the world of software going to wake up? All programming languages suck, in one way or another. All frontend/backend paradigms suck, in one way or another. This constant churn of new, new, new is a waste. It gets replaced every few years, meaning all the time, effort and money sucked into it is gone. And engineers re-learn the same lessons over, and over, and over again. All so software engineers can be happy,…
Re: Back-end languages are coming to the front-end
#10When is the world of software going to wake up? All programming languages suck, in one way or another. All frontend/backend paradigms suck, in one way or another. This constant churn of new, new, new is a waste. It gets replaced every few years, meaning all the time, effort and money sucked into it is gone. And engineers re-learn the same lessons over, and over, and over again. All so software engineers can be happy,…