Yuewen Frontend Team
Author

Yuewen Frontend Team

Click follow to learn the latest frontend insights in the cultural content industry. We welcome you to join us.

29
Articles
0
Likes
74
Views
0
Comments
Recent Articles

Latest from Yuewen Frontend Team

29 recent articles
Yuewen Frontend Team
Yuewen Frontend Team
Jan 10, 2023 · Frontend Development

How to Build a Smooth Semi‑Circular Progress Bar with Canvas and SVG

This tutorial walks through creating a semi‑circular progress bar using both Canvas and SVG, covering preparation, drawing techniques, angle calculations, animation loops, anti‑aliasing optimizations, and dynamic updates, and compares the visual and performance differences between the two approaches.

CanvasSVGanimation
0 likes · 14 min read
How to Build a Smooth Semi‑Circular Progress Bar with Canvas and SVG
Yuewen Frontend Team
Yuewen Frontend Team
May 26, 2021 · Frontend Development

Master Vertical Text Layout: Writing‑mode, Text‑orientation & Text‑combine‑upright

This article walks through implementing vertical text layouts using CSS writing-mode, ensuring numeric characters stay upright with text-orientation, and optimizing date displays by horizontally merging characters via text-combine-upright, while sharing practical code snippets, browser compatibility tips, and alternative solutions for front‑end developers.

CSStext-combine-uprighttext-orientation
0 likes · 10 min read
Master Vertical Text Layout: Writing‑mode, Text‑orientation & Text‑combine‑upright
Yuewen Frontend Team
Yuewen Frontend Team
Jan 19, 2021 · Frontend Development

How to Build a Pure CSS Star Rating with input type="range"

This article walks through creating a fully CSS‑based star rating component using the HTML input type="range", exploring its shadow‑DOM structure, applying CSS masks, handling cross‑browser quirks, and providing complete code snippets for a flexible, lightweight solution.

CSSFrontendcross‑browser
0 likes · 10 min read
How to Build a Pure CSS Star Rating with input type="range"
Yuewen Frontend Team
Yuewen Frontend Team
Nov 16, 2020 · Frontend Development

Build a Lightweight Carousel with CSS Scroll‑Snap and Minimal JavaScript

This article demonstrates how to replace heavy swiper libraries with a slim, pure‑CSS carousel using scroll‑snap‑type, scroll‑snap‑align, and scroll‑behavior, and adds a small JavaScript polyfill for smooth scrolling and automatic slide rotation, complete with npm packaging and compatibility notes.

CSSCarouselFrontend
0 likes · 7 min read
Build a Lightweight Carousel with CSS Scroll‑Snap and Minimal JavaScript
Yuewen Frontend Team
Yuewen Frontend Team
Jan 17, 2020 · Frontend Development

Boost Development Efficiency with Next.js, AMP, and Preact: A Full‑Stack Case Study

This article details how Webnovel's Ficool m‑site leveraged a Next.js + AMP + Preact stack to dramatically improve development experience, overcome AMP's limitations, and achieve high performance for low‑bandwidth African users through custom webpack configurations, amp‑script integration, and disciplined frontend practices.

AMPNext.jsPreact
0 likes · 17 min read
Boost Development Efficiency with Next.js, AMP, and Preact: A Full‑Stack Case Study
Yuewen Frontend Team
Yuewen Frontend Team
Jun 3, 2019 · Mobile Development

How to Build Trusted Web Activities (TWA) for Android with Android Studio

This guide walks you through setting up Trusted Web Activities (TWA) in Android Studio, covering project creation, adding the TWA support library, configuring the Android manifest, establishing Digital Asset Links, enabling debugging, and packaging the app for release, enabling seamless full‑screen web content in native Android apps.

Android StudioTWAdigital-asset-links
0 likes · 18 min read
How to Build Trusted Web Activities (TWA) for Android with Android Studio
Yuewen Frontend Team
Yuewen Frontend Team
May 14, 2019 · Frontend Development

How Webnovel Boosted Page Speed 87% with AMP: A Frontend Case Study

This article details Webnovel's multi‑stage adoption of Google’s Accelerated Mobile Pages (AMP) framework, showing how AMP components, caching, and advanced features like amp‑script and Signed HTTP Exchange dramatically improved page load times, user engagement, and overall traffic metrics.

AMPGooglePerformance Optimization
0 likes · 17 min read
How Webnovel Boosted Page Speed 87% with AMP: A Frontend Case Study