Tagged articles
16 articles
Page 1 of 1
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
Architect's Tech Stack
Architect's Tech Stack
Nov 18, 2025 · Backend Development

Speed Up Java Builds: How Maven‑mvnd Boosts Performance and Cuts Resource Use

Learn how Maven‑mvnd accelerates Java project builds by keeping a persistent daemon, reducing JVM startup overhead, lowering CPU and memory usage, and offering seamless migration from Maven, with detailed installation, configuration, usage steps, and a speed comparison against traditional Maven builds.

Build PerformanceConfigurationInstallation
0 likes · 8 min read
Speed Up Java Builds: How Maven‑mvnd Boosts Performance and Cuts Resource Use
ByteDance Web Infra
ByteDance Web Infra
Aug 27, 2025 · Frontend Development

What’s New in Rspack 1.5? Faster Builds, Rust Extensions, and Barrel Optimizations

Rspack 1.5 introduces experimental lazy‑barrel support, a native Rust file‑watcher, browser‑ready builds, Rust‑based plugins, constant and enum inlining, type‑reexport analysis, a built‑in virtual‑module system, module‑federation runtime boosts, install‑size reductions, seal‑stage speedups, and a host of ecosystem updates such as dropping Node 16, stabilizing lazy compilation, and new releases for Rslint, Rsbuild, Rslib, Rspress, Rsdoctor, and Rstest.

Build PerformanceFrontend toolingLazy Compilation
0 likes · 22 min read
What’s New in Rspack 1.5? Faster Builds, Rust Extensions, and Barrel Optimizations
21CTO
21CTO
Jan 26, 2025 · Frontend Development

What’s New in Tailwind CSS 4.0? Faster Builds, Oxide Engine, and Modern Features

Tailwind CSS 4.0 introduces a dramatically faster Oxide build engine, new CSS capabilities like cascade layers and Oklch colors, Vite‑optimized tooling, and stricter browser requirements, while offering a simple import‑based setup and detailed migration guidance for developers.

Build PerformanceCSS FrameworkTailwind CSS
0 likes · 6 min read
What’s New in Tailwind CSS 4.0? Faster Builds, Oxide Engine, and Modern Features
ByteDance Web Infra
ByteDance Web Infra
Apr 11, 2023 · Frontend Development

Migrating Excalidraw from Webpack to Rspack: A Step‑by‑Step Guide

This article demonstrates how to migrate the open‑source Excalidraw drawing application from Webpack to the Rust‑based Rspack bundler, covering repository cloning, dependency installation, Rspack initialization, Sass, HTML plugin, environment variable handling, static asset copying, performance comparison, and the use of react‑scripts‑rspack for automated migration.

Build PerformanceEnvironment VariablesHTML plugin
0 likes · 10 min read
Migrating Excalidraw from Webpack to Rspack: A Step‑by‑Step Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 2, 2022 · Mobile Development

Migrating from the Deprecated Transform API to AsmClassVisitorFactory in Android Gradle Plugin 7.x

This article explains why the Transform API is deprecated in AGP 7.0, introduces the new AsmClassVisitorFactory‑based API, compares code examples, discusses performance benefits and drawbacks, and provides guidance for migrating Android Gradle plugins to the newer variant and artifact system.

AndroidAsmClassVisitorFactoryBuild Performance
0 likes · 17 min read
Migrating from the Deprecated Transform API to AsmClassVisitorFactory in Android Gradle Plugin 7.x
macrozheng
macrozheng
Jan 20, 2022 · Backend Development

Which Build Tool Reigns Supreme? Maven vs Gradle vs mvnd Performance Showdown

An in‑depth comparison of Maven, Gradle, and the Maven Daemon (mvnd) examines their features, configuration differences, and real‑world build performance on Spring Boot projects, revealing that Gradle delivers the fastest packaging times while offering simpler, more readable build scripts.

Build PerformanceGradleSpring Boot
0 likes · 8 min read
Which Build Tool Reigns Supreme? Maven vs Gradle vs mvnd Performance Showdown
ByteDance Terminal Technology
ByteDance Terminal Technology
Dec 28, 2021 · Mobile Development

Analyzing Gradle’s Scheduling Mechanism to Optimize Android Component Publishing

This article investigates why large Android projects experience extremely slow AAR publishing, reveals that memory is not the main bottleneck, examines Gradle’s core scheduling, Worker API, lock contention, and measurement inaccuracies, and proposes disabling Worker API to achieve up to fifteen‑fold build speed improvements.

AndroidBuild PerformanceGradle
0 likes · 20 min read
Analyzing Gradle’s Scheduling Mechanism to Optimize Android Component Publishing
Java Architecture Diary
Java Architecture Diary
Dec 24, 2021 · Fundamentals

Boost Maven Builds 3× Faster with mvnd: What It Is and How to Use It

mvnd, an Apache Maven subproject built on Gradle and Takari, extends Maven to dramatically speed up builds—up to 300% faster in multi‑module projects—while offering simple installation, environment configuration, and seamless migration from existing Maven settings, making it a powerful tool for developers seeking faster builds.

Build PerformanceGradleTakari
0 likes · 4 min read
Boost Maven Builds 3× Faster with mvnd: What It Is and How to Use It
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Mar 9, 2021 · Frontend Development

How Webpack 5 Supercharges Build Speed: Real‑World Data from Penguin Tutor

This article details the practical upgrade from Webpack 4 to Webpack 5 in the Penguin Tutor H5 project, presenting build‑time comparisons, bundle‑size reductions, and in‑depth analysis of new features such as persistent caching, deterministic IDs, removed Node polyfills, enhanced tree‑shaking, and Module Federation, while also sharing common pitfalls and solutions.

Build PerformanceModule Federationcaching
0 likes · 13 min read
How Webpack 5 Supercharges Build Speed: Real‑World Data from Penguin Tutor
Java Architecture Diary
Java Architecture Diary
Jun 11, 2020 · Operations

Why Spring Boot Switched to Gradle and Cut Build Times by 80%

Spring Boot’s 2.3.0 release marked a major shift from Maven to Gradle, driven by the need to reduce build times, leverage incremental and parallel builds, and improve CI efficiency, resulting in average build times dropping from over an hour to just over nine minutes.

Build PerformanceGradleGradle Enterprise
0 likes · 6 min read
Why Spring Boot Switched to Gradle and Cut Build Times by 80%