#

HTML Programming Tutorials & Engineering Articles

412 HTML tutorials, guides, and engineering insights from Cloudflare, LinkedIn, Meta, and more

HTML Articles & Tutorials

Filter:
ClickHouse logo
ClickHouse
Intermediate
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
8 min read
Includes Code
--
ClickHouse logo
ClickHouse
Advanced
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.
Shopify logo
Shopify
Intermediate
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
--
Google logo
Google
Intermediate
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.
Luke Baumann, Abhinav Singh, Ivan Nardini
24 min read
Includes Code
--
Google logo
Google
Advanced
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
--
Shopify logo
Shopify
Intermediate
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 logo
Google
Intermediate
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.
The Google I/O team
4 min read
Includes Code
--
GitHub logo
GitHub
Intermediate
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
--
Ramp logo
Ramp
Intermediate
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.
NVIDIA logo
NVIDIA
Advanced
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.
Google logo
Google
Advanced
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
--
GitHub logo
GitHub
Intermediate
The path to better performance is often found in simplicity.
NVIDIA logo
NVIDIA
Advanced
Delivering high-fidelity VR and AR experiences to enterprise users has typically required native application development, custom device management…
Cloudflare logo
Cloudflare
Advanced
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.
Cursor logo
Cursor
Intermediate
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.
6 min read
Includes Code
Has Summary
--
Cloudflare logo
Cloudflare
Intermediate
The article introduces Markdown for Agents, a feature by Cloudflare that allows AI systems to request web content in Markdown format instead of HTML.
Celso Martinho
7 min read
Includes Code
Has Summary
--
Cloudflare logo
Cloudflare
Advanced
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
--
LinkedIn logo
LinkedIn
Intermediate
This article discusses the engineering of LinkedIn's job ingestion system, which processes millions of job postings daily from various sources.
Anvesh Uppoora
15 min read
Has Summary
--
Cloudflare logo
Cloudflare
Advanced
Cloudflare has acquired The Astro Technology Company, the creators of the Astro web framework.
Google logo
Google
Intermediate
The article discusses the advancements in agentic AI with Gemini 3, emphasizing its role as a core orchestrator for complex workflows.
Philipp Schmid, Mark McDonald, Vishal Dharmadhikari
5 min read
Includes Code
Has Summary
--
Cloudflare logo
Cloudflare
Advanced
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.
Google logo
Google
Beginner
The article introduces A2UI, an open-source project designed for agent-driven interfaces that allows agents to generate contextually relevant user interfaces.
Google A2UI Team
13 min read
Includes Code
Has Summary
--
Stripe logo
Stripe
Advanced
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...
Kalyani Koppisetti
8 min read
Includes Code
Has Summary
--
Google logo
Google
Intermediate
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
--
Meta logo
Meta
Advanced
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.
Melissa Liu
12 min read
Includes Code
Has Summary
--
ClickHouse logo
ClickHouse
Intermediate
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...
Alexey Milovidov
4 min read
Includes Code
Has Summary
--
Cloudflare logo
Cloudflare
Intermediate
The article discusses the evolution of Cloudflare Radar, a tool designed to enhance Internet observability by providing insights into security, performance, and usage trends.
David Belson
11 min read
Includes Code
Has Summary
--
Cloudflare logo
Cloudflare
Advanced
The article discusses the CPU performance benchmarks of Cloudflare Workers compared to Vercel, revealing initial discrepancies and subsequent improvements made to enhance performance.
NVIDIA logo
NVIDIA
Advanced
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
--
Anthropic logo
Anthropic
Advanced
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
--
Cloudflare logo
Cloudflare
Beginner
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
--
Cloudflare logo
Cloudflare
Advanced
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
--
Ramp logo
Ramp
Advanced
A review of my summer internship on Ramp's Forward Deployed Engineering Team working on automatic hotel receipt retrieval.
Alex Noviello
11 min read
--
Google logo
Google
Intermediate
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
--
Shopify logo
Shopify
Intermediate
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.
Liad Yosef
4 min read
Includes Code
Has Summary
--