Showing 100 articles max
Bilibili Tech
Bilibili Tech
May 15, 2026 · Frontend Development

Building an AI‑Powered Frontend Development Workflow with Bili‑FE

This article details how the Bili‑FE team evolved prompt engineering into a Harness Engineering workflow, creating a structured .workflow knowledge base and a series of AI‑driven commands that automate the entire frontend development lifecycle from requirement preprocessing to testing and mock generation.

AIFrontendKnowledge Base
0 likes · 20 min read
Building an AI‑Powered Frontend Development Workflow with Bili‑FE
JavaGuide
JavaGuide
May 14, 2026 · Frontend Development

When Codex Broke My Site: A Frontend Debugging Walkthrough

The author recounts how using Codex to analyze JavaGuide's performance triggered a site-wide outage, then details the step‑by‑step investigation—from cache misconfigurations and hashed asset handling to a VuePress hydration bug—and shares practical lessons on combining AI assistance with disciplined engineering practices.

AI debuggingCDNClaude
0 likes · 13 min read
When Codex Broke My Site: A Frontend Debugging Walkthrough
Old Zhang's AI Learning
Old Zhang's AI Learning
May 13, 2026 · Frontend Development

32 Open-Source HTML Slide Templates to Stop AI from Generating Ugly PPTs

The article introduces a GitHub repository offering 32 ready‑to‑use HTML/CSS slide templates designed for AI agents, explains a six‑step workflow for selecting and customizing templates, evaluates the strengths and limitations of the approach, and argues that HTML is re‑emerging as a universal presentation format.

AI agentsFrontendHTML
0 likes · 9 min read
32 Open-Source HTML Slide Templates to Stop AI from Generating Ugly PPTs
Baidu Geek Talk
Baidu Geek Talk
May 13, 2026 · Frontend Development

Enabling Agents to See the Browser: A Runtime Harness Using Chrome DevTools Protocol

The article explains why AI agents need to perceive actual browser rendering, introduces an open‑source Browser Use skill built on Chrome DevTools Protocol that lets agents verify path, content, visual layout, interaction, console and network dimensions, and details the setup, workflow, optimization tips and practical deployment schemes.

AI agentChrome DevTools ProtocolFrontend Testing
0 likes · 25 min read
Enabling Agents to See the Browser: A Runtime Harness Using Chrome DevTools Protocol
Airbnb Technology Team
Airbnb Technology Team
May 12, 2026 · Frontend Development

How Airbnb Migrated 3.5K Enzyme Tests to React Testing Library in Six Weeks Using LLM‑Powered Automation

Airbnb transformed nearly 3,500 Enzyme test files to React Testing Library in just six weeks by building a large‑language‑model‑driven pipeline that validates, rewrites, retries, and enriches prompts with extensive context, achieving a 97% migration success rate while dramatically cutting manual effort and cost.

AirbnbEnzymeLarge Language Model
0 likes · 11 min read
How Airbnb Migrated 3.5K Enzyme Tests to React Testing Library in Six Weeks Using LLM‑Powered Automation
James' Growth Diary
James' Growth Diary
May 12, 2026 · Frontend Development

Keybinding System & Vim Emulation: 17 Contexts, 5 Result Types, State Machine

Claude Code’s keybinding engine tackles fragile CLI key handling by defining 17 compile‑time UI contexts, a union of five resolve result types, chord support, and a full Vim‑mode state machine, demonstrating how context isolation, chord sequencing, and repeat‑command logic prevent conflicts and enable extensible behavior.

CLIState MachineTypeScript
0 likes · 15 min read
Keybinding System & Vim Emulation: 17 Contexts, 5 Result Types, State Machine
IT Services Circle
IT Services Circle
May 12, 2026 · Frontend Development

Why an Anthropic Engineer Claims HTML Outperforms Markdown (5 Reasons)

Anthropic engineer Thariq argues that HTML should replace Markdown, presenting five concrete advantages—higher information density, better readability, near‑zero sharing cost, interactive capabilities, and greater enjoyment—while also discussing practical use cases, token cost trade‑offs, and version‑control challenges.

AI‑generated documentationClaudeHTML
0 likes · 13 min read
Why an Anthropic Engineer Claims HTML Outperforms Markdown (5 Reasons)
Shuge Unlimited
Shuge Unlimited
May 12, 2026 · Frontend Development

Building a Project Skeleton from Scratch with OpenSpec: Full Workflow Walkthrough

This article documents a step‑by‑step OpenSpec workflow that starts with requirement exploration, generates proposal, design, specs, review and task artifacts, executes them to scaffold a React 19 + TypeScript + Vite + Tailwind project, handles GitHub integration, validates the build, and archives the change while sharing practical lessons and pitfalls.

FrontendOpenSpecReAct
0 likes · 24 min read
Building a Project Skeleton from Scratch with OpenSpec: Full Workflow Walkthrough
Full-Stack Cultivation Path
Full-Stack Cultivation Path
May 9, 2026 · Frontend Development

HTML‑in‑Canvas: Boosting Front‑End Interactivity

HTML‑in‑Canvas is a WICG proposal that lets browsers render real DOM output directly onto a canvas, preserving layout, styling and accessibility while enabling GPU‑accelerated rendering, offering a declarative alternative to manual canvas drawing and opening new possibilities for UI, data‑visualization, game and WebGL interfaces.

CanvasFront-endHTML-in-Canvas
0 likes · 6 min read
HTML‑in‑Canvas: Boosting Front‑End Interactivity
Node.js Tech Stack
Node.js Tech Stack
May 7, 2026 · Frontend Development

Rolldown 1.0 Launches: Up to 30× Faster Than Rollup and 20M Weekly Downloads

Rolldown 1.0, a Rust‑rewritten JavaScript bundler that fully mimics Rollup's API, is now the default engine in Vite 8, delivering 10‑30× speed gains, real‑world build‑time reductions of up to 64%, seamless plugin compatibility, and a roadmap of new features while relying heavily on the Vite ecosystem.

Build PerformanceJavaScript bundlerRolldown
0 likes · 9 min read
Rolldown 1.0 Launches: Up to 30× Faster Than Rollup and 20M Weekly Downloads
DeepHub IMBA
DeepHub IMBA
May 7, 2026 · Frontend Development

Self‑Healing Playwright Tests with LLM‑Driven Locator Recovery

This article shows how to combine Playwright with an LLM (Groq) to build a self‑healing test framework that detects broken selectors, extracts a trimmed DOM snapshot, asks the model for a replacement locator, validates confidence, caches results, and integrates the logic via a Playwright fixture.

GroqJavaScriptLLM
0 likes · 17 min read
Self‑Healing Playwright Tests with LLM‑Driven Locator Recovery
vivo Internet Technology
vivo Internet Technology
May 6, 2026 · Frontend Development

Implementing AVIF at Vivo: Next‑Gen Image Format in Practice

The article details how Vivo’s front‑end team tackled performance bottlenecks by researching AVIF, designing a graceful degradation strategy with CDN edge caching and asynchronous server transcoding, implementing smart format detection, and validating a 20%+ size reduction over WebP that yielded 15‑25% LCP improvement, 30%+ first‑screen load gains and over 30% bandwidth savings.

AVIFCDNFrontend
0 likes · 12 min read
Implementing AVIF at Vivo: Next‑Gen Image Format in Practice
Old Zhang's AI Learning
Old Zhang's AI Learning
May 6, 2026 · Frontend Development

Testing Open‑Slide: A React‑Based PPT Framework Built for AI Agents

Open‑slide is a React and Tailwind powered slide framework designed for AI coding agents such as Claude Code, allowing natural‑language prompts to generate 1920×1080 decks with agent‑native authoring, inspector comments, asset management, presenter mode, static deployment, and a hands‑on evaluation of its strengths and limitations.

AI agentsClaude CodeFrontend
0 likes · 11 min read
Testing Open‑Slide: A React‑Based PPT Framework Built for AI Agents
IT Services Circle
IT Services Circle
May 5, 2026 · Frontend Development

Make Your CLI Apps Look Stunning with the Python Textual Library

The article introduces Textual, a Python library built on Rich that lets developers create modern, styled terminal user interfaces—including windows, sidebars, buttons, and animated progress bars—using CSS‑like styling, and shows how to install, build a simple counter app, run it in the terminal or browser, and discusses suitable use cases.

CLICSS stylingPython
0 likes · 8 min read
Make Your CLI Apps Look Stunning with the Python Textual Library
IT Services Circle
IT Services Circle
May 4, 2026 · Frontend Development

Boost Your CLI’s Look with This Powerful Python Library

The article introduces Textual, a Python library built on Rich that lets developers create modern, CSS‑styled terminal user interfaces, shows how to install it, walk through a complete counter example, and explains its ability to run in browsers for lightweight ops dashboards.

CLIPythonTUI
0 likes · 8 min read
Boost Your CLI’s Look with This Powerful Python Library
Geek Labs
Geek Labs
May 3, 2026 · Frontend Development

Edit Word Docs Directly in the Browser with This Open‑Source Engine

SuperDoc is an open‑source DOCX engine that parses and renders real .docx files in the browser with full format fidelity, offers one‑click integration for major front‑end frameworks, real‑time Yjs collaboration, and AI‑driven document automation.

AI automationFrontendOpen Source
0 likes · 5 min read
Edit Word Docs Directly in the Browser with This Open‑Source Engine