this post was submitted on 15 Sep 2026
7 points (70.6% liked)
Web Development
5831 readers
49 users here now
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- !html@programming.dev
- !css@programming.dev
- !uiux@programming.dev
- !a11y@programming.dev
- !react@programming.dev
- !vuejs@programming.dev
- !webassembly@programming.dev
- !javascript@programming.dev
- !typescript@programming.dev
- !nodejs@programming.dev
- !astro@programming.dev
- !angular@programming.dev
- !tauri@programming.dev
- !sveltejs@programming.dev
- !pwa@programming.dev
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
AI article.
From my experience one of the core reasons they are slow is because the backends are still IBM, and every web query needs to be translated a number of times, often web <> java <> IBM/TPF, which is what bottlenecks each request.
Could you give an example of what makes this an AI article? If you're referring to the image, that is credited to the Illustrator Jeffrey Phillips.
As for airline backend infrastructure, I remember attending a great talk from Skyscanner, explaining how airlines were ahead of the curve getting computers but the problem is they haven't kept them modern. That however, is not an excuse for poor front-end performance that the article discusses.
It’s altered or had a couple of passes, but this is pretty boilerplate in LLM research efforts these days.
The image is fine, the content is over the top detailed and misses the core issue which is the backend.
The points may be valid that there is room for improvement on the frontend, but the backend can’t be made more responsive without significant backend improvements, which is very risky because some of it literally skipped an entire generation of developers (meaning the ones who retired making this, didn’t hand off knowledge to the next generation).
You heard right on that conference, they were first and then they fell asleep at the wheel.
Transport and waypoint routing is one of the most challenging processes to get right in software.