·
We publish letscodeit.dev blog posts from a separate GitHub repository. The Next.js app fetches markdown at runtime with a one-hour cache,…
GEO (generative engine optimization) is how you structure and publish content so AI chatbots and answer engines quote your pages when…
When you send a message to an LLM, you are not paying for characters or words. You pay for tokens . A token is the unit the model splits…
This approach involves sending pre-built HTML from the server to the client via WebSockets, eliminating the need for JSON APIs and complex JavaScript frameworks. The rendering logic remains on the back-end, using a single language and rendering engine.
Source: en.andros.dev
This sounds like a refreshing approach to SPAs. Less JavaScript could mean fewer bugs and easier maintenance.
I tried something similar with a small project. Keeping rendering logic server-side really simplified my workflow.
Comment hidden by moderator
Comments