Tech News
← Home  ·  All topics

Web Development

3 GoKawiil briefs on this topic

March MadCSS tournament spotlights CSS's growing power as a real programming tool

A WIRED column examines the long-running debate over whether CSS counts as a true programming language, noting that despite lacking compilation or runtime errors, it has grown from roughly 50 properties in 1996 to hundreds today. The piece highlights developers like Cassidy Williams, who built a database-query engine in CSS and competed in the inaugural March MadCSS tournament, showcasing feats such as a CSS-only recreation of Doom and 3D rendering engines.

Apple adds Safari MCP server for AI coding agents in Safari 27.0

Apple's WebKit blog detailed Safari 27.0's developer features, headlined by a new Safari MCP server that lets AI coding agents like Claude Code or Codex control the browser to inspect DOM elements, network requests, screenshots, and console output. Developers enable it through Safari's Developer settings after turning on features for web developers, and Apple says the server runs locally without sending data externally.

Frontend educators shift focus as AI reshapes web development discourse

Nolan Lawson notes that several prominent frontend web development educators—including Axel Rauschmayer, Salma Alam-Naylor, Josh W. Comeau, Kent C. Dodds, Addy Osmani, Rachel Nabors, and Lydia Hallie—have either scaled back their work or pivoted toward AI-related topics. To illustrate the shift, Lawson tested Claude Sonnet on a nuanced Chrome performance debugging scenario involving high 'Style Calculation' costs, a problem that has historically tripped up even experienced developers, and found the AI's answer impressively accurate.