#
HTML Programming Tutorials & Engineering Articles
412 HTML tutorials, guides, and engineering insights from Cloudflare, LinkedIn, Meta, and more
Companies Using This
HTML Articles & Tutorials
Filter:
11 min read
Includes Code
--
We have relaunched clickhouse.com/docs on Mintlify, with a redesigned search and Ask AI experience, a docs MCP server, simpler navigation, an interactive API playground, and expanded localization — built for both human readers and the coding agents
High-performance full-text search, even on object storage. This deep dive from the ClickHouse engineers explains the new text index design and how it keeps queries fast at scale.
37 min read
Includes Code
--
We moved five high-traffic checkout extensions to remote-dom and Polaris web components, cutting bundle sizes drastically and making checkout faster.
Justin Henricks
12 min read
Includes Code
--
Distributed AI training is notoriously fragile because losing a single machine typically crashes the entire multi-node job, forcing a time-consuming, full-workload infrastructure restart. To address this, Google’s JAX ecosystem utilizes elastic training via Pathways, which converts a hardware failure into a catchable Python exception so the running process can survive. When an unplanned failure occurs, the system automatically replaces only the broken worker, restores the last viable checkpoint from Cloud Storage, and resumes training in place—minimizing total downtime to under two minutes without ever restarting the main controller process.
This post introduces three architectural patterns designed to integrate Model Context Protocol (MCP) Apps and Agent-to-User Interface (A2UI) to solve the tradeoff between highly custom iframe environments and native, declarative rendering. By combining these approaches, developers can serve native-feeling UIs directly over MCP servers, embed complex and stateful iframe apps securely inside declarative views, or inject generative UI components into legacy systems. Ultimately, these hybrid frameworks empower engineering teams to deliver secure, performant, and brand-consistent agentic user experiences tailored to their specific project constraints.
Google A2UI Team, Ido Salomon, Liad Yosef
16 min read
Includes Code
--
Quick lets anyone at Shopify ship a site in seconds. It has changed the culture of how we build and share.
Daniel Beauchamp
10 min read
Includes Code
--
Google announced the transition from assistive AI to independent agents, highlighting the launch of the Gemini 3.5 series and major updates to its Antigravity agent-first development platform. For mobile developers, the post introduces new Android CLI tools, the Android Bench evaluation leaderboard, and an automated Migration agent designed to rapidly convert various frameworks into native Kotlin code. Web development is also being transformed through Chrome DevTools for agents, the HTML-in-Canvas API, and the proposal of WebMCP, an open web standard that enables browser-based AI agents to execute complex tasks.
How the GitHub Issues team used client-side caching, smart prefetching, and service workers to make navigation feel instant.
Alexander Lelidis
15 min read
Includes Code
--
Marketing to agents is becoming as important as marketing to humans. We ran an experiment embedding tracked incentives on ramp.com pages addressed to AI agents. Here's what we learned.
Federated learning (FL) is no longer a research curiosity—it’s a practical response to a hard constraint: the most valuable data is often the least movable.
Holger Roth
8 min read
Includes Code
--
Palantir
9 min read
Includes Code
--
Pinterest Engineering
12 min read
Includes Code
--
Gemini CLI has introduced subagents, specialized expert agents that handle complex or high-volume tasks in isolated context windows to keep the primary session fast and focused. These agents can be customized via Markdown files, run in parallel to boost productivity, and are easily invoked using the @agent syntax for targeted delegation. This architecture prevents "context rot" by consolidating intricate multi-step executions into concise summaries for the main orchestrator.
Jack Wotherspoon, Abhi Patel
5 min read
Includes Code
--
The path to better performance is often found in simplicity.
Luke Ghenco
11 min read
Includes Code
--
Delivering high-fidelity VR and AR experiences to enterprise users has typically required native application development, custom device management…
Yanzi Zhu
8 min read
Includes Code
--
26 min read
Includes Code
--
The article discusses the development of vinext, a new front-end framework that serves as a drop-in replacement for Next. js, built using Vite and designed for deployment on Cloudflare Workers.
The article discusses the advancements in Cursor's cloud agents, which can now autonomously control their own virtual machines, enabling them to develop and test software more efficiently.
The article introduces Markdown for Agents, a feature by Cloudflare that allows AI systems to request web content in Markdown format instead of HTML.
Cloudflare introduces a new Worker template for Vertical Microfrontends (VMFE) that allows mapping multiple independent Cloudflare Workers to a single domain, enabling teams to develop and deploy f...
Brayden Wilmoth
13 min read
Includes Code
Has Summary
--
This article discusses the engineering of LinkedIn's job ingestion system, which processes millions of job postings daily from various sources.
Cloudflare has acquired The Astro Technology Company, the creators of the Astro web framework.
Fred Schott
7 min read
Includes Code
Has Summary
--
The article discusses the advancements in agentic AI with Gemini 3, emphasizing its role as a core orchestrator for complex workflows.
The 2025 Cloudflare Radar Year in Review highlights significant trends in internet traffic, the rise of AI, post-quantum encryption, and the increase in DDoS attacks.
David Belson
59 min read
Has Summary
--
The article introduces A2UI, an open-source project designed for agent-driven interfaces that allows agents to generate contextually relevant user interfaces.
This article demonstrates how to build production-ready Stripe subscription billing using Kiro, an AI-powered IDE with domain-specific 'powers' that bundle Stripe best practices, MCP servers, and a...
The article discusses the integration of Gemini 3 Pro into Gemini CLI, highlighting its capabilities to enhance productivity and performance in terminal operations.
Taylor Mullen
8 min read
Includes Code
Has Summary
--
StyleX is Meta's innovative styling library designed for large-scale applications, merging the benefits of CSS-in-JS with the efficiency of static CSS.
The article discusses the creation of a website for tracking team activity across GitHub repositories, initially intended as a single report but evolved into a comprehensive tool for comparing vari...
The article discusses the evolution of Cloudflare Radar, a tool designed to enhance Internet observability by providing insights into security, performance, and usage trends.
The article discusses the CPU performance benchmarks of Cloudflare Workers compared to Vercel, revealing initial discrepancies and subsequent improvements made to enhance performance.
Kenton Varda
23 min read
Includes Code
Has Summary
--
The article discusses practical security advice for Large Language Model (LLM) applications based on findings from the NVIDIA AI Red Team.
Rich Harang
7 min read
Includes Code
Has Summary
--
The article discusses the Claude Agent SDK, a tool designed to enable developers to build versatile agents capable of performing coding and non-coding tasks.
11 min read
Includes Code
Has Summary
--
The article explores the impact of AI crawlers on web traffic, detailing how traditional search engine models have been disrupted by AI platforms.
David Belson
8 min read
Has Summary
--
The article discusses how to enhance website interactivity by implementing conversational search capabilities using NLWeb and AutoRAG.
Catarina Pires Mota
8 min read
Includes Code
Has Summary
--
A review of my summer internship on Ramp's Forward Deployed Engineering Team working on automatic hotel receipt retrieval.
Alex Noviello
11 min read
--
The article announces the general availability of the URL context tool for the Gemini API, highlighting its new features that allow developers to provide URLs for context instead of manual content ...
Alisa Fortin
4 min read
Includes Code
Has Summary
--
The article discusses the Model Context Protocol (MCP) and its extension, MCP UI, which enhances the user experience for AI-driven shopping assistants by incorporating interactive UI components.