Huajiao Technology
Author

Huajiao Technology

The Huajiao Technology channel shares the latest Huajiao app tech on an irregular basis, offering a learning and exchange platform for tech enthusiasts.

54
Articles
0
Likes
165
Views
0
Comments
Recent Articles

Latest from Huajiao Technology

54 recent articles
Huajiao Technology
Huajiao Technology
Jul 22, 2026 · R&D Management

How a QA Skill Cut Server‑Side Smoke Review from 2 Days to 3 Minutes

The article details an AI‑driven QA Skill that restructures server‑side smoke pre‑review into a nine‑step, evidence‑based workflow, separates new and legacy projects, reuses rule modules, and reduces a typical two‑day manual effort to just 3 minutes while preserving review credibility.

AI AgentProcess OptimizationQA
0 likes · 16 min read
How a QA Skill Cut Server‑Side Smoke Review from 2 Days to 3 Minutes
Huajiao Technology
Huajiao Technology
Jul 17, 2026 · Operations

Layering QA Skills Before AI Automation: Lessons from the Agent Era

As AI accelerates code generation, testing pressure shifts to validation, prompting a restructured QA workflow that isolates repeatable steps into layered, callable Skills while retaining human judgment for high‑risk decisions, illustrated through six concrete skill categories.

AI testingAgent WorkflowQA automation
0 likes · 15 min read
Layering QA Skills Before AI Automation: Lessons from the Agent Era
Huajiao Technology
Huajiao Technology
Jul 10, 2026 · Backend Development

Six Real‑World Skill Templates Unveiled: Full Code, Structure, and Design Rationale

The article publishes six de‑identified Skill examples—covering Go server standards, a shared ranking service, Archery‑compliant DDL, interface‑contract generation, test/review workflows, and a frontend D2C standard—showing their directory layouts, complete SKILL.md files, and the concrete design decisions that keep AI‑generated code aligned with project rules.

AICode ReviewFrontend
0 likes · 25 min read
Six Real‑World Skill Templates Unveiled: Full Code, Structure, and Design Rationale
Huajiao Technology
Huajiao Technology
Jul 8, 2026 · Artificial Intelligence

From Wild AI Coding to Structured Harness: A Complete H5 Project Closed‑Loop Case Study

The article analyzes how AI‑assisted coding evolves from a personal productivity tool to a team‑wide engineering practice by introducing Harness Engineering, detailing four core capabilities, a four‑stage workflow, concrete results, and clear boundaries for real‑world H5 development.

AI CodingH5 developmentHarness Engineering
0 likes · 16 min read
From Wild AI Coding to Structured Harness: A Complete H5 Project Closed‑Loop Case Study
Huajiao Technology
Huajiao Technology
Jul 3, 2026 · Frontend Development

Integrating React Native into a PC Client: Full Engineering Guide and Pitfalls for 12‑Person PK Scenarios

This article details how a live‑streaming team successfully integrated React Native UI components into a PC client, covering component‑library extraction, engineering adaptation, runtime compatibility layers, bidirectional communication, multi‑video handling, and stability verification using a complex 12‑person PK interaction scenario, while highlighting cost trade‑offs and common pitfalls.

PC clientbidirectional communicationcomponent library
0 likes · 16 min read
Integrating React Native into a PC Client: Full Engineering Guide and Pitfalls for 12‑Person PK Scenarios
Huajiao Technology
Huajiao Technology
May 22, 2023 · Backend Development

Interview with Zhang Yu on Qunar’s Technical Evolution, DDD Adoption, Container Migration, and ITCP Alliance

In this interview, Qunar’s Vice President of Technology Zhang Yu shares how the company’s tech team has driven business growth over 18 years through DDD‑based system redesign, rapid container migration, digitalization of key technical metrics, and the establishment of the ITCP alliance to foster industry collaboration and build a strong technology brand.

DDDITCP AllianceTechnology Brand
0 likes · 12 min read
Interview with Zhang Yu on Qunar’s Technical Evolution, DDD Adoption, Container Migration, and ITCP Alliance
Huajiao Technology
Huajiao Technology
Jun 2, 2020 · Fundamentals

Unlock macOS Automation: A Practical Guide to AppleScript Basics

This article introduces AppleScript, explains its unique ability to control macOS applications, walks through the built‑in editor, and provides clear examples of core syntax such as tell statements, variables, conditionals, loops, and UI interaction for automating tasks on macOS.

AppleScriptAppleScript tutorialScripting
0 likes · 7 min read
Unlock macOS Automation: A Practical Guide to AppleScript Basics
Huajiao Technology
Huajiao Technology
May 26, 2020 · Mobile Development

Migrating iOS Launch Images to LaunchScreen.storyboard: Preparation, Technical Solutions, and Common Issues

This article explains Apple's requirement to switch to LaunchScreen.storyboard before June 30 2020, compares LaunchImage and LaunchScreen.storyboard, details the preparation steps, presents three implementation approaches, and discusses device‑specific layout problems and cache‑related black‑screen issues with code examples.

LaunchImageLaunchScreenStoryboard
0 likes · 10 min read
Migrating iOS Launch Images to LaunchScreen.storyboard: Preparation, Technical Solutions, and Common Issues