DaTaobao Tech
Author

DaTaobao Tech

Official account of DaTaobao Technology

555
Articles
0
Likes
1.7k
Views
0
Comments
Recent Articles

Latest from DaTaobao Tech

100 recent articles max
DaTaobao Tech
DaTaobao Tech
Sep 5, 2025 · Fundamentals

What the ‘Big Mud Ball’ Teaches About Modern Software Architecture

The article explores core software architecture challenges through eight resonant concepts—big mud ball, independent value, domain division, concept design, classification perspective, domain thickness, global versus local, and scaffolding—offering practical strategies to avoid code chaos, clarify responsibilities, and foster engineering excellence.

Domain-Driven DesignSoftware ArchitectureTechnical debt
0 likes · 14 min read
What the ‘Big Mud Ball’ Teaches About Modern Software Architecture
DaTaobao Tech
DaTaobao Tech
Sep 3, 2025 · Artificial Intelligence

Why a Simple Workflow Beats Complex Agents in AI‑Powered Insurance Audits

A retrospective of an AI‑based insurance claim audit project shows that a well‑designed workflow, precise prompt engineering, and rule‑based pre‑filtering can achieve stable, high‑accuracy results, while overly complex agent architectures often become fragile patchwork solutions.

AI auditinsurance claimmultimodal LLM
0 likes · 24 min read
Why a Simple Workflow Beats Complex Agents in AI‑Powered Insurance Audits
DaTaobao Tech
DaTaobao Tech
Sep 1, 2025 · Artificial Intelligence

Boost Business Automation with AI Agents and MCP: Real-World Insights

This article explores how integrating AI agents with the Model Context Protocol (MCP) and tools like Playwright can automate reporting and batch task creation, detailing practical implementations, challenges, performance comparisons with traditional solutions, and best practices for combining AI and engineering to achieve efficient, reliable business workflows.

AI agentMCPautomation
0 likes · 19 min read
Boost Business Automation with AI Agents and MCP: Real-World Insights
DaTaobao Tech
DaTaobao Tech
Aug 29, 2025 · Backend Development

Why HSF’s Hessian2 Serialization Fails with Java 9 Immutable Collections (Set.of)

When an HSF service receives a parameter created with Java 9's immutable collection factories such as Set.of(), the default Hessian2 serializer drops the collection elements, causing a NullArray InvalidObjectException and resulting in a SERVER_SERIALIZE_ERROR on the server side, which can be avoided by using mutable collections or a compatible serializer.

HSFImmutableCollectionsJava
0 likes · 24 min read
Why HSF’s Hessian2 Serialization Fails with Java 9 Immutable Collections (Set.of)
DaTaobao Tech
DaTaobao Tech
Aug 27, 2025 · Fundamentals

What Defines Good Code? Multi‑Dimensional Standards, Bad Smells, and Design Patterns Explained

This article explores what makes code truly good by examining functional, stability, user experience, efficiency, and cost dimensions, presenting the "Gold Code" evaluation criteria, discussing design principles, common code smells, practical examples, and how design patterns and layering affect readability and maintainability.

Code Reviewcode qualitygood code
0 likes · 15 min read
What Defines Good Code? Multi‑Dimensional Standards, Bad Smells, and Design Patterns Explained
DaTaobao Tech
DaTaobao Tech
Aug 25, 2025 · Artificial Intelligence

Mastering RAG: From Quick Start to Deep Optimization Strategies

This article dives into the practical implementation of Retrieval‑Augmented Generation (RAG), covering document chunking, semantic and reverse HyDE indexing, embedding, hybrid search, and re‑ranking techniques, and provides concrete code examples and optimization tips for building high‑performance AI applications.

Artificial IntelligenceChunkingEmbedding
0 likes · 18 min read
Mastering RAG: From Quick Start to Deep Optimization Strategies
DaTaobao Tech
DaTaobao Tech
Aug 22, 2025 · Fundamentals

Why Jsonnet Is the Ultimate Tool for Flexible JSON Generation and Transformation

This article explores Jsonnet—a powerful, Turing‑complete configuration language—for generating and transforming JSON/YAML, detailing its background, implementation architecture, practical usage examples in Java, performance optimizations, and why it outperforms traditional JSON tools in complex data pipelines.

Configuration LanguageJsonnetKubernetes
0 likes · 12 min read
Why Jsonnet Is the Ultimate Tool for Flexible JSON Generation and Transformation
DaTaobao Tech
DaTaobao Tech
Aug 20, 2025 · Artificial Intelligence

How Cursor’s Coding Agent Works: Deep Dive into Its Architecture and Real‑World Experiments

This article examines the Cursor coding‑assistant by dissecting its backend architecture, running three practical experiments (a Go hello‑world program, a CUDA flash‑attention code search, and a single‑page to‑do web app), and analyzing why the tool succeeds or fails in real development scenarios.

Coding AgentCursorLLM integration
0 likes · 9 min read
How Cursor’s Coding Agent Works: Deep Dive into Its Architecture and Real‑World Experiments
DaTaobao Tech
DaTaobao Tech
Aug 18, 2025 · Frontend Development

Mastering Complex Drag-and-Drop for Shopping Cart UI

This article provides an in‑depth technical walkthrough of the iCart shopping‑cart drag‑and‑drop feature, detailing the architecture, grouping rules, collision handling, non‑droppable logic, hover calculations, placement callbacks, performance optimizations, and future improvements for a smooth, stable user experience.

Drag-and-DropFrontendShopping Cart
0 likes · 17 min read
Mastering Complex Drag-and-Drop for Shopping Cart UI