Tag
Mozilla announced the MDN MCP server, which uses the Model Context Protocol to provide AI coding tools with up-to-date MDN documentation and browser compatibility data, enabling more accurate web platform information in development workflows.
The author documents building a 250-page website using Claude, tracking every instance where the AI model produced false or misleading information.
David Nolen, lead developer of ClojureScript, praises Datastar as the best web tool he's added in 12 years after using it to rebuild a production app at Instabooks.
The article explains the new HTTP QUERY method defined in RFC 10008, which addresses limitations of GET and POST for complex queries by providing a standard, safe, and idempotent method with a request body.
Chrome's window.showDirectoryPicker API enables websites to access and manipulate local directories, empowering local-first web apps like photo viewers and video editors, with prototypes built using Claude AI.
The article explains how the author achieved p99 zero-millisecond perceived latency for autocomplete on 240 million domain names by prefetching suggestions on keyDown and caching, with a fast API built on Tranco and CZDS data.
The team at Vercel has significantly optimized the performance of their homepage, using techniques like WebGPU shaders and scrutinizing every frame, and they plan to share the lessons learned.
A guide explaining how to add JSON-LD structured data to personal websites for better SEO and richer link previews, with fundamentals and copy-paste examples for common schema types.
A tweet summarizing reflections on the article "How modern browsers work", emphasizing the value of the browser as a modern operating system, and providing 5 key insights for front-end and Agent developers, including multi-process architecture, JS engine compilation pipeline, performance optimization, etc.
A heavy Codex user shares several plugins they frequently use daily, including the desktop operation trio, HyperFrames, Build Web Apps, Superpowers, and GitHub + Vercel integrations, to boost development efficiency.
A detailed technical article explaining how modern web browsers work, focusing on Chromium's architecture including networking, parsing, rendering, and security features.
CSSQuake is a CSS-based tool or demo that creates earthquake-like shaking effects on web pages.
Datasette Apps is a new plugin that lets users host custom, sandboxed HTML+JavaScript applications within Datasette, enabling secure read-only and write SQL queries via iframes.
RFC 10008 defines the new HTTP QUERY method, allowing safe, idempotent, and cacheable requests with a body, addressing limitations of GET and POST for RPC-style APIs.
A blog post detailing the author's experience learning Lustre, a type-safe functional frontend framework for Gleam, focusing on its Model-View-Update architecture and benefits for building web applications.
A tweet highlighting advanced HTML Canvas challenges and a comparison of GLM 5.1 and GLM 5.2, with demos including ink diffusion, energy-blade duel, and more, all using pure canvas without libraries.
A simple web game built with WebGL and Three.js, demonstrating the power of modern web development.
An opinion piece arguing against the use of JSON Web Tokens (JWTs) for authentication and session management, citing security and design concerns.
HTML Deployer is a tool that allows users to deploy websites directly from an AI chat interface to published HTML.
Mozilla released the MDN MCP server, enabling AI agents and IDEs to access up-to-date MDN documentation and browser compatibility data via the Model Context Protocol, reducing reliance on outdated training data.