JD Tech Talk
Author

JD Tech Talk

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

398
Articles
0
Likes
2.6k
Views
0
Comments
Recent Articles

Latest from JD Tech Talk

100 recent articles max
JD Tech Talk
JD Tech Talk
Oct 29, 2025 · Mobile Development

How JD Finance Accelerated Mobile Chart Rendering with ECharts and WebView Caching

This article details how JD Finance re‑engineered its complex chart rendering pipeline on the mobile app by integrating Apache ECharts via a custom WebView, introducing a reusable cache, automatic retries, and performance measurements that cut first‑screen rendering time by 200 ms and raised success rates to near 100 %.

EChartschart renderingiOS
0 likes · 7 min read
How JD Finance Accelerated Mobile Chart Rendering with ECharts and WebView Caching
JD Tech Talk
JD Tech Talk
Oct 28, 2025 · Frontend Development

Choosing the Right Real‑Time Communication Tech: WebSocket, SSE, or WebRTC

This article explains the core concepts, working principles, advantages, drawbacks, and typical use cases of WebSocket, Server‑Sent Events, and WebRTC, and provides a detailed comparison to help developers select the most suitable real‑time communication technology for their web applications.

SSEWebRTCWebSocket
0 likes · 19 min read
Choosing the Right Real‑Time Communication Tech: WebSocket, SSE, or WebRTC
JD Tech Talk
JD Tech Talk
Oct 27, 2025 · Artificial Intelligence

How Large Language Models Are Revolutionizing Generative Recommendation Systems

Over the past year, generative recommendation has made substantial progress by leveraging large language models' powerful sequence modeling and reasoning abilities, introducing a new paradigm that replaces complex handcrafted features, addresses traditional recommendation bottlenecks, and outlines the evolution, core technologies, engineering challenges, and future directions of LLM‑based recommendation systems.

AI engineeringEncoder-DecoderLLM
0 likes · 29 min read
How Large Language Models Are Revolutionizing Generative Recommendation Systems
JD Tech Talk
JD Tech Talk
Oct 21, 2025 · Backend Development

How Backend Engineers Are Breaking Through AI with RAG Architectures

This article details a backend developer's two‑year AI journey, the challenges of rapid model advances, and how applying microservice principles to Retrieval‑Augmented Generation (RAG) creates a scalable, multi‑agent platform for insurance knowledge, memory, and intelligent agents.

ArchitectureBackend AIRAG
0 likes · 11 min read
How Backend Engineers Are Breaking Through AI with RAG Architectures
JD Tech Talk
JD Tech Talk
Oct 14, 2025 · Frontend Development

Cross‑Platform CEF Integration: Windows & macOS Setup Guide

This article explains how to integrate the Chromium Embedded Framework (CEF) on both Windows and macOS, covering required libraries, resource paths, main‑process initialization, render‑process creation, message‑loop handling, window adaptation, and version management to ensure a seamless cross‑platform deployment.

CEFCross-platformEmbedding
0 likes · 13 min read
Cross‑Platform CEF Integration: Windows & macOS Setup Guide
JD Tech Talk
JD Tech Talk
Sep 28, 2025 · Artificial Intelligence

What Is Retrieval‑Augmented Generation (RAG) and How Does It Power Modern AI?

This article explains Retrieval‑Augmented Generation (RAG), an AI framework that combines traditional information retrieval with large language models, detailing its core workflow—from knowledge preparation, chunking, and embedding to vector database storage and the question‑answering stage—while highlighting key challenges, tools, and optimization strategies.

AIChunkingEmbedding
0 likes · 15 min read
What Is Retrieval‑Augmented Generation (RAG) and How Does It Power Modern AI?
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.

Dependency InjectionDesign PatternsSpring
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