JD Tech Talk
Author

JD Tech Talk

Official JD Tech public account delivering best practices and technology innovation.

390
Articles
0
Likes
1.2k
Views
0
Comments
Recent Articles

Latest from JD Tech Talk

100 recent articles max
JD Tech Talk
JD Tech Talk
Sep 18, 2025 · Fundamentals

Mastering the Strategy Pattern in Java: Real-World Spring Implementation

This article explains the Strategy (Policy) Pattern, illustrates its structure, and demonstrates a practical Spring-based implementation where different message types are processed by distinct strategy services, using an enum to map types to beans for flexible, interchangeable algorithms.

Springdependency-injectiondesign-patterns
0 likes · 4 min read
Mastering the Strategy Pattern in Java: Real-World Spring Implementation
JD Tech Talk
JD Tech Talk
Sep 15, 2025 · Cloud Native

How AI Boosts Kubernetes Cluster Inspection with k8s‑cluster‑inspector

This article explains how the k8s‑cluster‑inspector component automates Kubernetes cluster checks, enriches the findings with AI‑generated solutions, and outlines the end‑to‑end workflow and provider design that make the inspection results more reliable and actionable.

AIAutomationCluster Inspection
0 likes · 5 min read
How AI Boosts Kubernetes Cluster Inspection with k8s‑cluster‑inspector
JD Tech Talk
JD Tech Talk
Sep 11, 2025 · Artificial Intelligence

How to Seamlessly Migrate AI Workloads from Nvidia GPUs to Domestic Accelerators

This article explains why migrating AI applications from Nvidia GPUs to domestic graphics cards is urgent, outlines the technical challenges, and introduces JoyScale’s zero‑perception migration stack that enables end‑to‑end hardware, software, and model adaptation for reliable, high‑performance AI deployment.

AI migrationJoyScaleModel Optimization
0 likes · 11 min read
How to Seamlessly Migrate AI Workloads from Nvidia GPUs to Domestic Accelerators
JD Tech Talk
JD Tech Talk
Sep 9, 2025 · Artificial Intelligence

How JD’s Dynamic Re‑Ranking Model Boosted Search Relevance and Won SIGIR 2024

The author recounts how, by modeling user intent with a multi‑layer Gaussian‑based PODM‑MI framework and addressing a novel ‘sand‑glass’ bottleneck in RQ‑VAE semantic identifiers, JD’s search ranking achieved significant UCVR gains, annual order increases of over ten million, and a SIGIR 2024 paper acceptance.

E-commerce AIRecommendation SystemsSIGIR
0 likes · 8 min read
How JD’s Dynamic Re‑Ranking Model Boosted Search Relevance and Won SIGIR 2024
JD Tech Talk
JD Tech Talk
Sep 8, 2025 · Artificial Intelligence

How I Turned a Generic LLM into a Precise E‑Commerce Risk Detector

The article recounts how a risk‑control algorithm engineer progressively refined a generic large language model through four stages of prompt engineering—defining roles, dimensions, structured I/O, business rules, behavior fingerprints, and a dual‑hypothesis decision framework—to transform it into a precise e‑commerce fraud detection expert.

AILLMRisk Detection
0 likes · 10 min read
How I Turned a Generic LLM into a Precise E‑Commerce Risk Detector
JD Tech Talk
JD Tech Talk
Sep 4, 2025 · Operations

Avoid Common High‑Availability Pitfalls: Real‑World JD Practices and Solutions

This article analyzes the multi‑dimensional challenges of building high‑availability systems—covering applications, databases, caches, message queues, containers, GC, and more—by sharing real JD engineering scenarios, common failure patterns, and concrete mitigation strategies to help engineers design more resilient services.

backenddistributed-systemsfault tolerance
0 likes · 36 min read
Avoid Common High‑Availability Pitfalls: Real‑World JD Practices and Solutions
JD Tech Talk
JD Tech Talk
Sep 2, 2025 · Databases

Unlock ClickHouse’s Secret Weapons: The 9 Techniques Behind Lightning‑Fast Queries

This article explores ClickHouse’s high‑performance OLAP architecture, covering its MPP design, columnar storage, vectorized execution, pre‑sorting, table engines, data types, sharding and replication strategies, as well as index designs that together enable rapid analysis of massive datasets.

ClickHouseColumnar StorageVectorized Execution
0 likes · 15 min read
Unlock ClickHouse’s Secret Weapons: The 9 Techniques Behind Lightning‑Fast Queries
JD Tech Talk
JD Tech Talk
Aug 29, 2025 · Fundamentals

Why KCP Beats TCP and UDP for Real‑Time Apps: Low Latency, High Throughput

This article explains the limitations of TCP and UDP for real‑time applications, introduces the KCP protocol as a UDP‑based solution that combines reliability with low latency, outlines its features, working principles, code usage, and real‑world deployment examples in gaming, video conferencing, live streaming, and IoT.

KCPNetwork ProtocolReal-time communication
0 likes · 8 min read
Why KCP Beats TCP and UDP for Real‑Time Apps: Low Latency, High Throughput
JD Tech Talk
JD Tech Talk
Aug 27, 2025 · Artificial Intelligence

How AI‑Generated Virtual Try‑On Boosted Fashion Sales by 80%+

This article details JD Retail's AI‑driven virtual try‑on system, covering business challenges, technical hurdles, core algorithmic innovations, practical results from a major fashion brand, and future directions for personalized, automated, and predictive AI try‑on in e‑commerce.

A/B testingAIAIGC
0 likes · 15 min read
How AI‑Generated Virtual Try‑On Boosted Fashion Sales by 80%+
JD Tech Talk
JD Tech Talk
Aug 26, 2025 · Artificial Intelligence

How AI is Transforming Automation: From Scripts to Intelligent Systems

This article examines the evolution of automation from basic scripting to AI‑driven intelligent systems, compares traditional and smart automation across multiple dimensions, and showcases practical implementations using Playwright, MidScene.js, and Chrome bridge mode with code examples for web and mobile testing.

AI automationIntelligent AutomationMidscene.js
0 likes · 11 min read
How AI is Transforming Automation: From Scripts to Intelligent Systems