Tagged articles
6 articles
Page 1 of 1
Java Architect Handbook
Java Architect Handbook
Mar 13, 2026 · Backend Development

Boost Spring Boot Startup with Spring Data AOT Repositories

Spring Data AOT (Ahead‑of‑Time) repositories move reflection, method‑name parsing, JPQL generation and proxy creation from runtime to build time, dramatically speeding up Spring Boot 4 application startup, reducing memory usage, and surfacing configuration errors early in the compilation phase.

AoTJavaStartup Time
0 likes · 8 min read
Boost Spring Boot Startup with Spring Data AOT Repositories
Huolala Tech
Huolala Tech
Sep 3, 2024 · Frontend Development

How to Implement Lightweight Front-End White‑Screen Monitoring and Troubleshooting

This article explains a lightweight approach to detecting and reporting front‑end white‑screen incidents, outlines common scenarios, describes a sampling detection algorithm using document.elementsFromPoint, and provides practical guidelines for handling edge cases and reducing false alarms.

error-detectionfrontend performanceweb reliability
0 likes · 12 min read
How to Implement Lightweight Front-End White‑Screen Monitoring and Troubleshooting
Alibaba Cloud Native
Alibaba Cloud Native
Mar 11, 2024 · Operations

How to Quickly Pinpoint Error and Slow Traces with Alibaba Cloud ARMS

This guide explains how Alibaba Cloud's ARMS error/slow trace analysis feature can automatically compare abnormal and normal traces to identify root causes such as host, interface, slow SQL, or message‑queue issues, providing step‑by‑step examples for real‑world e‑commerce scenarios.

ARMSTrace Analysiscloud operations
0 likes · 11 min read
How to Quickly Pinpoint Error and Slow Traces with Alibaba Cloud ARMS
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 2, 2021 · Fundamentals

Why Data Loss Happens: Hidden Bit Flips and How to Prevent Them

This article explains the concepts of data loss and corruption, defines "data not lost" and "data not wrong", examines common bit‑flip sources in disks, memory, and networks, explores silent CPU errors, and presents design, detection, and recovery strategies for reliable storage systems.

Hardware ReliabilityStorage Systemsbit flip
0 likes · 17 min read
Why Data Loss Happens: Hidden Bit Flips and How to Prevent Them
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 2, 2021 · Fundamentals

Why Data Loss Happens: Hidden CPU Silent Errors and How to Prevent Them

This article explains the concepts of data loss and corruption, outlines common bit‑flip sources in disks, memory, network and CPUs, describes how silent CPU data errors are discovered and verified, and presents multi‑layer design strategies—including redundancy, checksums, logging and recovery—to ensure data is neither lost nor corrupted.

CPU SDEStorage Reliabilitydata integrity
0 likes · 17 min read
Why Data Loss Happens: Hidden CPU Silent Errors and How to Prevent Them