Huolala Tech
Author

Huolala Tech

Technology reshapes logistics

288
Articles
0
Likes
396
Views
0
Comments
Recent Articles

Latest from Huolala Tech

100 recent articles max
Huolala Tech
Huolala Tech
Oct 11, 2024 · Backend Development

How the New Starhan System Revolutionizes Customer Service Workflow and Boosts Efficiency

This article details the design, implementation, and performance improvements of the Starhan customer‑service platform, explaining how a graph‑based workflow engine, dynamic process management, and extensive automation reduce costs, shorten release cycles, and enhance user satisfaction across multiple business lines.

Customer ServiceWorkflow orchestrationautomation
0 likes · 21 min read
How the New Starhan System Revolutionizes Customer Service Workflow and Boosts Efficiency
Huolala Tech
Huolala Tech
Oct 8, 2024 · Mobile Development

iOS 17 Text‑to‑Speech Crash: Root Cause and Effective Fixes

This article investigates a recurring text‑to‑speech crash on iOS 17 devices, detailing the EXC_BAD_ACCESS error, analyzing stack traces, exploring internal AVAudioEngine and AUAudioUnit_XPC structures, and presenting two remediation strategies—including a hook‑based approach that safely bypasses problematic dealloc and stop calls.

AVAudioEngineCrashHook
0 likes · 16 min read
iOS 17 Text‑to‑Speech Crash: Root Cause and Effective Fixes
Huolala Tech
Huolala Tech
Sep 26, 2024 · Artificial Intelligence

How LLM-Powered AI Assistants Transform Logistics Operations

This article details Huolala's exploration of large‑language‑model (LLM) based AI assistants across multiple business scenarios, describing their architecture, implementation challenges, prompt engineering techniques, and the progressive stages from professional assistants to multi‑agent systems that drive efficiency and innovation in logistics.

AI assistantLLMlogistics AI
0 likes · 12 min read
How LLM-Powered AI Assistants Transform Logistics Operations
Huolala Tech
Huolala Tech
Sep 24, 2024 · Cloud Native

How We Revamped a Large‑Scale API Automation Platform with Kubernetes and Tekton

This article details the evolution of a high‑traffic API automation testing platform, covering challenges such as multi‑environment isolation, execution speed, quality assessment, and stability, and explains how the team leveraged Kubernetes, Rancher, Tekton, precise testing, and modern reporting to dramatically improve efficiency and reliability.

API testingKubernetesci/cd
0 likes · 32 min read
How We Revamped a Large‑Scale API Automation Platform with Kubernetes and Tekton
Huolala Tech
Huolala Tech
Sep 19, 2024 · Operations

How to Build a Team‑Wide Incident Response Platform for Seamless Online Ops

This article details XiaoBai's journey from struggling with ad‑hoc incident handling to designing a comprehensive platform that captures anomaly data, diagnoses root causes, and enables every team member to respond quickly and consistently, ultimately achieving a "everyone can respond" operation model.

Incident ResponseRoot Cause Analysisbackend
0 likes · 14 min read
How to Build a Team‑Wide Incident Response Platform for Seamless Online Ops
Huolala Tech
Huolala Tech
Sep 17, 2024 · Information Security

How to Automate Logic Vulnerability Detection with DAST, IAST, and API Analysis

This article outlines the background of logic vulnerabilities, compares SAST/IAST/DAST techniques, presents a comprehensive detection architecture with API traffic capture, token collection, fuzzy‑hash response comparison, API deduplication, and discusses challenges such as public API false positives and automation gaps.

API SecurityDASTIAST
0 likes · 16 min read
How to Automate Logic Vulnerability Detection with DAST, IAST, and API Analysis
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
Huolala Tech
Huolala Tech
Aug 28, 2024 · Backend Development

How Huolala Built a Robust Backend Testing Framework to Cut Defects by 40%

This article details Huolala's comprehensive server‑side quality assurance strategy—covering code‑branch checks, change testing, regression, canary releases, and monitoring—to improve stability, reduce financial loss, and achieve a 40% defect‑rate reduction across its microservice architecture.

Backend testingCanary ReleaseMicroservices
0 likes · 17 min read
How Huolala Built a Robust Backend Testing Framework to Cut Defects by 40%
Huolala Tech
Huolala Tech
Aug 23, 2024 · Fundamentals

Mastering AspectPro: A Lightweight HarmonyOS Hook Framework for Seamless AOP

AspectPro is a lightweight HarmonyOS runtime hook framework that, together with aspectProPlugin, enables comprehensive AOP capabilities such as method interception, parameter manipulation, and handling of non-writable properties, while the article details its core functions, limitations of system Aspect, and step‑by‑step implementation strategies.

AOPAspectProHarmonyOS
0 likes · 22 min read
Mastering AspectPro: A Lightweight HarmonyOS Hook Framework for Seamless AOP