Showing 100 articles max
Coder Trainee
Coder Trainee
Mar 25, 2026 · Frontend Development

Mastering Docsify: Essential Markdown Syntax for Documentation

This guide walks through Docsify's Markdown-based formatting, covering bold text, color and size tweaks via HTML, table creation, alignment options, line breaks, and custom CSS styling to produce professional‑looking documentation pages.

DocsifyDocumentationMarkdown
0 likes · 5 min read
Mastering Docsify: Essential Markdown Syntax for Documentation
Design Hub
Design Hub
Mar 24, 2026 · Frontend Development

GPT‑5.4 Can Build Frontends, but the Real Breakthrough Is OpenAI’s Focus on Aesthetics

The article analyses OpenAI’s "Designing delightful frontends with GPT‑5.4" guide, showing how the new model moves beyond simple code generation to visual composition, higher functional completeness, and self‑checking with tools like Playwright, and provides concrete prompts, workflow steps, and hard rules for creating high‑quality, aesthetically‑driven landing pages and dashboards.

AI-generated frontendGPT-5.4Playwright
0 likes · 18 min read
GPT‑5.4 Can Build Frontends, but the Real Breakthrough Is OpenAI’s Focus on Aesthetics
Java Architect Handbook
Java Architect Handbook
Mar 23, 2026 · Frontend Development

Mastering CORS and Cross‑Domain Solutions for Java Interviews

This guide explains the browser same‑origin policy, why cross‑origin restrictions exist, and presents five practical solutions—including CORS, proxy servers, JSONP, postMessage, and WebSocket—along with detailed configuration examples, code snippets, performance tips, and common interview follow‑up questions.

Browser SecurityCORSCross-Origin
0 likes · 13 min read
Mastering CORS and Cross‑Domain Solutions for Java Interviews
Coder Trainee
Coder Trainee
Mar 23, 2026 · Frontend Development

Build a Simple HTML/CSS Image Carousel from Scratch

The article walks through creating a basic image carousel using native HTML5, CSS positioning, and a minimal markup structure, explaining each step and providing code snippets while noting that JavaScript navigation still needs to be added.

CarouselFrontendHTML
0 likes · 4 min read
Build a Simple HTML/CSS Image Carousel from Scratch
AutoHome Frontend
AutoHome Frontend
Mar 22, 2026 · Frontend Development

Can a Browser‑Only Video Editor Rival Desktop NLEs? Inside Tooscut’s WebGPU Stack

Tooscut is a fully browser‑based professional video editor that leverages React 19, TanStack Start, a Rust‑compiled WebAssembly rendering engine, and WebGPU acceleration, allowing multi‑track timelines, keyframe animation, and real‑time filters without uploading files, illustrating how modern web technologies can approach native performance while keeping data local.

Browser Video EditingFrontendReAct
0 likes · 5 min read
Can a Browser‑Only Video Editor Rival Desktop NLEs? Inside Tooscut’s WebGPU Stack
Node.js Tech Stack
Node.js Tech Stack
Mar 21, 2026 · Frontend Development

Claude.ai Drops SSR, Embraces Vite—Performance Jumps 65%

Anthropic engineers replaced SSR with a Vite‑based static stack for Claude.ai, deploying to edge workers and achieving a 65% reduction in p75 TTFB and a 50% faster prompt display, while illustrating why SPA‑oriented AI chat apps may forgo server‑side rendering.

Claude AIEdge WorkersSSR
0 likes · 7 min read
Claude.ai Drops SSR, Embraces Vite—Performance Jumps 65%
Sohu Tech Products
Sohu Tech Products
Mar 19, 2026 · Frontend Development

How Void Turns Vite Projects into One‑Click Cloud Deployments

Void is a Vite‑native deployment platform that lets developers enable a plugin, run a single command, and automatically provision Cloudflare Edge, databases, storage, authentication, queues, and AI services, bridging the gap between local development and production with end‑to‑end type safety.

CLICloudflareFull‑stack
0 likes · 9 min read
How Void Turns Vite Projects into One‑Click Cloud Deployments
Radish, Keep Going!
Radish, Keep Going!
Mar 19, 2026 · Frontend Development

From Birth to Obsolescence: The 30‑Year Journey of Java Applets

This article chronicles the rise and fall of Java Applets from their 1995 debut, through their golden era and technical limitations, to their eventual removal from browsers and the JDK, and shows how WebAssembly inherits the original vision of high‑performance compiled code in the browser.

AppletJavaWebAssembly
0 likes · 10 min read
From Birth to Obsolescence: The 30‑Year Journey of Java Applets
AndroidPub
AndroidPub
Mar 19, 2026 · Frontend Development

How to Turn a Brilliant App Idea into a Live Product in 5 Free-Tool Steps

This guide walks developers through a five-step, zero‑cost workflow—using AI‑driven design, code generation, backend integration, Git versioning, and Vercel deployment—to transform a concept into a functional web or mobile app without extensive coding expertise.

AI developmentDeploymentFrontend
0 likes · 8 min read
How to Turn a Brilliant App Idea into a Live Product in 5 Free-Tool Steps
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 18, 2026 · Frontend Development

How Skills Can Break AI’s Design Convergence: A Deep Dive into Claude’s Frontend Evolution

The article analyzes why large‑language models like Claude, GPT‑4, and Gemini repeatedly generate nearly identical web designs, identifies four convergence dimensions (typography, color, motion, background), and presents a reusable "Skills" mechanism that injects expert design context to produce distinctive, high‑quality frontend outputs.

AI designClaudeDesign convergence
0 likes · 11 min read
How Skills Can Break AI’s Design Convergence: A Deep Dive into Claude’s Frontend Evolution
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 17, 2026 · Frontend Development

Chrome’s AI‑Powered WebMCP: A New Era for Front‑End Development

Chrome’s new WebMCP API lets AI agents bypass visual UI simulation and interact directly with web pages via a single navigator.modelContext call, eliminating fragile screen‑scraping tricks and enabling front‑end developers to expose structured tools to AI using simple declarative or imperative JavaScript APIs.

AI agentsChromeDeclarative API
0 likes · 8 min read
Chrome’s AI‑Powered WebMCP: A New Era for Front‑End Development
DeWu Technology
DeWu Technology
Mar 16, 2026 · Frontend Development

Boosting Frontend Code Review with AI: From Manual CR to Automated Cursor Agent

This article outlines the challenges of manual frontend code review, compares AI-powered CR solutions, details a pipeline integration using Cursor Agent CLI, and provides practical guidelines, model selection tips, and built‑in prompt engineering to automate and improve code quality checks.

AI code reviewCI integrationCursor Agent
0 likes · 12 min read
Boosting Frontend Code Review with AI: From Manual CR to Automated Cursor Agent
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 16, 2026 · Frontend Development

Vite+ Launches – A Unified Frontend Development Era Begins

Vite+ has been released as an MIT‑licensed, fully open‑source JavaScript development toolchain that unifies project creation, dependency management, linting, testing, building and monorepo tasks under a single CLI, while remaining compatible with the existing Vite ecosystem.

CLIJavaScriptOpen Source
0 likes · 7 min read
Vite+ Launches – A Unified Frontend Development Era Begins
Node.js Tech Stack
Node.js Tech Stack
Mar 15, 2026 · Frontend Development

Evan You’s Void: Can Vite Finally Match Next.js + Vercel’s Full‑Stack Flow?

Evan You unveiled Void, a Cloudflare‑backed deployment platform and full‑stack SDK built as a Vite plugin, aiming to give Vite‑based projects the seamless development‑to‑deployment experience of Next.js + Vercel, while remaining framework‑agnostic but tightly coupled to Cloudflare, raising questions about lock‑in and ecosystem maturity.

CloudflareFrontend EcosystemFull‑Stack Deployment
0 likes · 10 min read
Evan You’s Void: Can Vite Finally Match Next.js + Vercel’s Full‑Stack Flow?
Node.js Tech Stack
Node.js Tech Stack
Mar 15, 2026 · Frontend Development

Vite+ Goes Open Source: A Unified Frontend Toolchain That Could Redefine Development

Evan You announced that Vite+ is now fully open‑source under the MIT license, offering a single binary ‘vp’ that consolidates building, testing, linting, formatting, and monorepo orchestration, with Rust‑based performance gains of up to 7.7× for builds and 40× faster HMR, while also outlining its team, installation, and early‑stage limitations.

Open SourcePerformanceRust
0 likes · 10 min read
Vite+ Goes Open Source: A Unified Frontend Toolchain That Could Redefine Development
Meituan Technology Team
Meituan Technology Team
Mar 12, 2026 · Frontend Development

How Qwik.js Resumability Supercharged Meituan‑Dianping’s M‑Site Performance

The article details how Meituan‑Dianping’s growth team rebuilt its high‑traffic M‑site using Qwik.js, replacing a legacy Vue‑based stack with a resumable SSR architecture that eliminates hydration overhead, dramatically reduces first‑screen JS size, and boosts conversion metrics across weak‑network and low‑end devices.

QwikResumabilitySSR
0 likes · 40 min read
How Qwik.js Resumability Supercharged Meituan‑Dianping’s M‑Site Performance
JD Tech
JD Tech
Mar 12, 2026 · Frontend Development

How Taro 5.0 Achieves One‑Code‑Five‑Platform with WebOnNative Architecture

Taro 5.0 introduces a three‑layer WebOnNative architecture that unifies Mini‑Program, H5, Android, iOS and HarmonyOS development, delivering native‑level performance, pixel‑perfect UI consistency, AI‑assisted tooling, and dynamic publishing capabilities that have already been validated in large‑scale JD business scenarios.

AIDevToolsDynamic Publishing
0 likes · 27 min read
How Taro 5.0 Achieves One‑Code‑Five‑Platform with WebOnNative Architecture