AutoHome Frontend
Author

AutoHome Frontend

AutoHome Frontend Team

35
Articles
0
Likes
35
Views
0
Comments
Recent Articles

Latest from AutoHome Frontend

35 recent articles
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 EditingReActRust
0 likes · 5 min read
Can a Browser‑Only Video Editor Rival Desktop NLEs? Inside Tooscut’s WebGPU Stack
AutoHome Frontend
AutoHome Frontend
Sep 22, 2025 · Backend Development

How a Single Input Box Can Power Unlimited Backend Configurations

This article explains a flexible solution that lets backend administrators write JavaScript functions directly in an input box, using parameter interpolation and a sandboxed Node.js VM to dynamically generate HTML, CSS, or script tags, handling complex logic, data transformation, and conditional branching safely.

dynamic-configparameter-interpolationsandbox
0 likes · 17 min read
How a Single Input Box Can Power Unlimited Backend Configurations
AutoHome Frontend
AutoHome Frontend
Sep 8, 2025 · Mobile Development

Mastering Foldable Screen Adaptation: Essential Strategies for Android Apps

This article explains why foldable‑screen support has become a must‑have for internet apps, outlines the various screen states and their layout implications, and provides concrete techniques for handling width calibration, multi‑window split‑screen, and landscape challenges across different manufacturers, while offering practical guidelines to avoid common pitfalls.

UIfoldablemobile
0 likes · 16 min read
Mastering Foldable Screen Adaptation: Essential Strategies for Android Apps
AutoHome Frontend
AutoHome Frontend
Jan 2, 2020 · Frontend Development

How to Conditionally Insert Properties into a JavaScript Object Literal

This article explains how the spread operator combined with logical && can conditionally add properties to an object, detailing the underlying ECMAScript specification, the CopyDataProperties abstract operation, and edge cases with null, undefined, and primitive values.

Conditional PropertyCopyDataPropertiesECMAScript
0 likes · 7 min read
How to Conditionally Insert Properties into a JavaScript Object Literal
AutoHome Frontend
AutoHome Frontend
Dec 23, 2019 · Frontend Development

How to Manage Static Asset Versioning in Vue Projects Without Hashes

This guide explains how to replace hash‑based static asset versioning with timestamps or package version numbers in Vue projects, adjust webpack configuration to keep hashes only on chunk files, handle preload/prefetch hints, and coordinate backend updates for reliable cache busting.

Webpackcache bustingprefetch
0 likes · 9 min read
How to Manage Static Asset Versioning in Vue Projects Without Hashes
AutoHome Frontend
AutoHome Frontend
Sep 26, 2019 · Frontend Development

Why TTFB Matters: Uncovering the Hidden Delays Behind Web Page Loads

This article explains what Time to First Byte (TTFB) actually measures, why network latency and server processing heavily influence it, and lists the many factors—from DNS lookup to CDN routing—that can increase TTFB, helping developers prioritize performance improvements.

CDNNetwork LatencyServer Timing
0 likes · 9 min read
Why TTFB Matters: Uncovering the Hidden Delays Behind Web Page Loads