Zhuanzhuan Tech
Author

Zhuanzhuan Tech

A platform for Zhuanzhuan R&D and industry peers to learn and exchange technology, regularly sharing frontline experience and cutting‑edge topics. We welcome practical discussions and sharing; contact waterystone with any questions.

249
Articles
0
Likes
632
Views
0
Comments
Recent Articles

Latest from Zhuanzhuan Tech

100 recent articles max
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 10, 2025 · Artificial Intelligence

How We Boosted Product Pair Recommendations with LLM Scoring and BERT Distillation

This article describes a two‑stage pipeline that first collects and processes product pair data, uses a large language model to score pair compatibility, and then fine‑tunes Qwen‑7B and distills its knowledge into a BERT model to enable fast, online recommendation of well‑matched product combinations.

BERT distillationLLM scoringQwen-7B
0 likes · 7 min read
How We Boosted Product Pair Recommendations with LLM Scoring and BERT Distillation
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 8, 2025 · Artificial Intelligence

Mastering Cursor AI: Prompt Engineering and Rule Management for Efficient Coding

This guide explains how to communicate effectively with the Cursor AI coding assistant by crafting high‑quality prompts, using context cues, managing multi‑turn dialogues, and configuring persistent rules, offering practical principles, examples, and actionable recommendations to boost development productivity.

AICursorprompt engineering
0 likes · 15 min read
Mastering Cursor AI: Prompt Engineering and Rule Management for Efficient Coding
Zhuanzhuan Tech
Zhuanzhuan Tech
Aug 29, 2025 · Databases

Why MySQL Returns Old Values After Update: Inside InnoDB Snapshot Reads

This article investigates a puzzling MySQL behavior where a row updated within a transaction sometimes returns its previous value, explains the role of InnoDB's snapshot reads and ReadView, reproduces the issue, and offers practical ways to prevent the “update disappearance” scenario.

InnoDBMySQLSnapshot Read
0 likes · 18 min read
Why MySQL Returns Old Values After Update: Inside InnoDB Snapshot Reads
Zhuanzhuan Tech
Zhuanzhuan Tech
Aug 27, 2025 · Operations

From State Machines to a Custom Workflow Engine: Scaling Quality Inspection Processes

This article chronicles the evolution of a quality‑inspection system from a simple finite state machine to a self‑developed, lightweight workflow engine, detailing the motivations, design decisions, implementation steps, challenges faced, and future roadmap for flexible, configurable process orchestration.

backend developmentlow-codeprocess orchestration
0 likes · 19 min read
From State Machines to a Custom Workflow Engine: Scaling Quality Inspection Processes
Zhuanzhuan Tech
Zhuanzhuan Tech
Aug 20, 2025 · Backend Development

Unlock MyBatis-Plus: From Zero-Code CRUD to Advanced Plugins

This article introduces MyBatis-Plus, explains its core zero‑injection CRUD capabilities, demonstrates powerful condition builders, plugin extensions, and best practices for secure, efficient data access, including custom query objects, micro‑service integration, and advanced mapper customization, helping developers boost backend productivity.

CRUDJavaMyBatis-Plus
0 likes · 16 min read
Unlock MyBatis-Plus: From Zero-Code CRUD to Advanced Plugins
Zhuanzhuan Tech
Zhuanzhuan Tech
Aug 15, 2025 · Artificial Intelligence

How AI-Powered Minos Transforms Customer Service Quality Inspection

Facing massive daily customer service data, ZhiZhi built the AI-driven Minos quality inspection system, combining inspection items, plans, and tasks with large models, regex and programmatic checks, achieving a 26‑fold detection boost and processing over 20,000 interactions per day.

AI Quality InspectionCustomer Service Automationmodel training
0 likes · 10 min read
How AI-Powered Minos Transforms Customer Service Quality Inspection
Zhuanzhuan Tech
Zhuanzhuan Tech
Aug 14, 2025 · Artificial Intelligence

How AI‑Powered VOC Recommendation Cut Customer Service Time by 38%

This article details how an AI-driven Voice of Customer (VOC) recommendation system was designed, trained, and deployed to automate tag selection and conversation summarization, resulting in a 37.9% reduction in selection time, a 428% boost in recommendation accuracy, and significant labor savings for customer service agents.

AI recommendationCustomer Service AutomationVOC
0 likes · 7 min read
How AI‑Powered VOC Recommendation Cut Customer Service Time by 38%
Zhuanzhuan Tech
Zhuanzhuan Tech
Aug 6, 2025 · Backend Development

Mastering Distributed Caching: Easy-Cache’s Multi‑Level Dynamic Upgrade and Consistency

This article introduces Easy-Cache, a Spring‑AOP based caching framework that eliminates repetitive cache code by offering annotation‑driven operations, multi‑level Redis and local caches, dynamic upgrade/downgrade, elastic expiration, and Lua‑script‑backed consistency mechanisms for high‑availability distributed systems.

LuaRedisdistributed systems
0 likes · 18 min read
Mastering Distributed Caching: Easy-Cache’s Multi‑Level Dynamic Upgrade and Consistency
Zhuanzhuan Tech
Zhuanzhuan Tech
Aug 1, 2025 · Fundamentals

Unlock Faster, Clearer Software Design with Event Storming: A Practical Guide

This article explains how Event Storming—a collaborative, sticky‑note‑driven workshop—helps teams break down complex business processes into events, commands, aggregates and policies, dramatically speeding up requirements analysis, improving model quality, and turning the resulting model directly into code and living documentation.

Agile CollaborationDomain-Driven DesignSoftware Modeling
0 likes · 14 min read
Unlock Faster, Clearer Software Design with Event Storming: A Practical Guide