FYI: Gary Illyes: the web's JavaScript mess is an AI agent nightmare: Gary Illyes of Google says clean HTML and server-side rendering would radically simplify LLM training, agentic RAG, and raw data processing for AI systems. https://ppc.land/gary-illyes-the-webs-javascript-mess-is-an-ai-agent-nightmare/ #AI #JavaScript #WebDevelopment #CleanHTML #ServerSideRendering
Gary Illyes: the web's JavaScript mess is an AI agent nightmare

Gary Illyes of Google says clean HTML and server-side rendering would radically simplify LLM training, agentic RAG, and raw data processing for AI systems.

PPC Land
Gary Illyes: the web's JavaScript mess is an AI agent nightmare: Gary Illyes of Google says clean HTML and server-side rendering would radically simplify LLM training, agentic RAG, and raw data processing for AI systems. https://ppc.land/gary-illyes-the-webs-javascript-mess-is-an-ai-agent-nightmare/ #JavaScript #AI #LLM #WebDevelopment #ServerSideRendering
Gary Illyes: the web's JavaScript mess is an AI agent nightmare

Gary Illyes of Google says clean HTML and server-side rendering would radically simplify LLM training, agentic RAG, and raw data processing for AI systems.

PPC Land
🗝️🎞️ 🏧 Keyframes, Cash, and CodePen w/ Shaw
Hosts: Adam Argyle @argyleink + Robbie Wagner @robbiethewagner.dev
With @shshaw
#CSS #animations #webcomponents #serversiderendering #webdev #Videocast #Codepen #AI
https://www.youtube.com/watch?v=5aonoWgK7kQ

Shipping mobile updates is a bottleneck: app store reviews, slow user updates, multiple versions in the wild.

#Nubank flipped the model with Catalyst - a scripted Server-Driven UI (#SDUI) framework that ships more than just layouts.

3,000+ engineers can now deploy UI changes and complex business logic to 115M+ users in under 20 minutes.

🚫 No app store update required.

🎬 Watch the architecture deep dive ⇨ https://bit.ly/4lIUY9N

📄 #transcript included

#MobileDevelopment #SoftwareArchitecture #UserInterface #ServerSideRendering

How much JavaScript do you actually need to build a fully interactive web app?

Less than you think.

In the latest post in my Unpoly series I walk through the client-side capabilities that make it possible.

Also every Unpoly default is tunable, every action fires an event you can intercept, and you can trigger fragment replacement from any custom logic you like.

#WebDevelopment #Unpoly #HypermediaApps #JakartaEE #ServerSideRendering

https://zeromagic.eu/posts/unpoly-client-side-capabilities/

Unpoly Client-Side Capabilities

Web applications that use Unpoly will primarily use HTML markup and custom attributes to drive interaction. It is not against the philosophy to use JavaScript — quite the opposite. Unpoly offers a very open API that lets custom code and Unpoly interact very comfortably.

All Technology, Zero Magic
Your React app looks beautiful. Search engines see a blank div. Here's the lightweight server-side fix that actually works in production. https://hackernoon.com/seo-best-practices-for-modern-web-apps #serversiderendering
SEO Best Practices For Modern Web Apps | HackerNoon

Your React app looks beautiful. Search engines see a blank div. Here's the lightweight server-side fix that actually works in production.

Most internal business UIs don’t need a JavaScript framework.

They need to load fast, behave predictably, and still make sense in five years.

This article shows how to build a customer dashboard with Quarkus and Qute using server-rendered HTML and browser-native features like <dialog> and <details>.

Less tooling. Fewer moving parts. More stability.

https://www.the-main-thread.com/p/lean-business-ui-quarkus-qute-no-javascript

#Java #Quarkus #WebDevelopment #ServerSideRendering #EnterpriseSoftware

I keep seeing teams add frontend frameworks just to avoid page reloads.

HTMX offers another option.

This article shows how to build interactive UIs with Quarkus, Qute, and plain HTML.
Server-rendered. Fragment-based. No custom JavaScript.

If you’re a Java developer who prefers boring, predictable stacks, this one’s for you.

🔗 https://www.the-main-thread.com/p/htmx-quarkus-server-rendered-ui-java

#Java #Quarkus #HTMX #ServerSideRendering