Architecture Digest
Author

Architecture Digest

Focusing on Java backend development, covering application architecture from top-tier internet companies (high availability, high performance, high stability), big data, machine learning, Java architecture, and other popular fields.

2.3k
Articles
0
Likes
11.5k
Views
0
Comments
Recent Articles

Latest from Architecture Digest

100 recent articles max
Architecture Digest
Architecture Digest
May 12, 2026 · Artificial Intelligence

Tencent Open‑Sources WeKnora: An AI‑Powered Document Understanding Framework

WeKnora, Tencent's newly open‑source framework built on the IMA kernel, combines LLM and RAG to parse unstructured PDFs, Word files and scans with over 300% speed improvement and 89% top‑10 retrieval precision, offering modular deployment, secure private‑cloud options, and seamless integration with vector databases and the WeChat ecosystem.

Document AILLMRAG
0 likes · 8 min read
Tencent Open‑Sources WeKnora: An AI‑Powered Document Understanding Framework
Architecture Digest
Architecture Digest
Apr 23, 2026 · Artificial Intelligence

Exciting News: IntelliJ IDEA Now Integrated with Codex AI Assistant

JetBrains IDEs from version 2025.3 embed the Codex AI assistant powered by GPT‑5.4, offering faster, context‑aware code generation, project analysis, environment setup, and refactoring, with real‑world demos showing how it can download projects, configure tools, and even build a full mini‑program with minimal manual coding.

AI assistantCodexGPT-5.4
0 likes · 7 min read
Exciting News: IntelliJ IDEA Now Integrated with Codex AI Assistant
Architecture Digest
Architecture Digest
Apr 22, 2026 · Artificial Intelligence

Why RAG Is Anything But Simple: A Full Production‑Level Technical Breakdown

The article dissects every stage of a production‑grade Retrieval‑Augmented Generation pipeline—from document parsing and chunking, through embedding selection and vector indexing, to query rewriting, multi‑retrieval fusion, re‑ranking, context optimization, hallucination control, evaluation metrics, and the decision between RAG and fine‑tuning—showing why each link is a critical engineering challenge.

EmbeddingHallucinationMitigationLLM
0 likes · 14 min read
Why RAG Is Anything But Simple: A Full Production‑Level Technical Breakdown
Architecture Digest
Architecture Digest
Apr 21, 2026 · Industry Insights

Why Baidu E‑Commerce Is Forcing Full‑Stack Engineers: Cost Cuts, Skill Arms Race, and Industry Implications

The article analyzes recent rumors that Baidu's e‑commerce division is mandating front‑end and back‑end developers to pair up and become full‑stack engineers within months, arguing that the move is a cost‑cutting strategy that reshapes job requirements, accelerates layoffs, and reflects broader pressures on tech talent in China.

BaiduE-commerceFull-Stack
0 likes · 4 min read
Why Baidu E‑Commerce Is Forcing Full‑Stack Engineers: Cost Cuts, Skill Arms Race, and Industry Implications
Architecture Digest
Architecture Digest
Apr 13, 2026 · Industry Insights

How IntelliJ IDEA 2026.1 Turns the IDE into an Open AI Agent Platform

JetBrains' IntelliJ IDEA 2026.1 release transforms the traditional IDE into an open AI‑agent platform, adding built‑in support for multiple AI assistants, unlimited smart assistance, new language features, enhanced productivity tools, and a strategic shift away from legacy collaboration features.

AI integrationIDE platformIntelliJ IDEA
0 likes · 7 min read
How IntelliJ IDEA 2026.1 Turns the IDE into an Open AI Agent Platform
Architecture Digest
Architecture Digest
Apr 6, 2026 · Backend Development

Why UUIDv7 Is the Ideal Distributed ID Solution for Java 26 and How to Use It Safely

The article explains how Java 26’s native support for RFC 9562 UUIDv7 provides an ordered, unique, and standards‑compliant distributed identifier, compares it with traditional UUIDs and Snowflake, shows the new API usage, highlights hidden pitfalls, and offers practical best‑practice guidelines for production deployment.

DatabaseJDKTime‑based UUID
0 likes · 6 min read
Why UUIDv7 Is the Ideal Distributed ID Solution for Java 26 and How to Use It Safely
Architecture Digest
Architecture Digest
Apr 3, 2026 · Databases

16 Powerful Ways to Leverage Redis in Your Applications

This article presents a comprehensive guide to 16 practical Redis use cases—including caching, distributed locks, global IDs, counters, rate limiting, bitmaps, shopping carts, timelines, message queues, lotteries, likes, product tagging, filtering, follow‑recommendation models, and ranking—complete with code snippets and data‑structure examples.

CacheDatabaseLeaderboard
0 likes · 10 min read
16 Powerful Ways to Leverage Redis in Your Applications