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
5.0k
Views
0
Comments
Recent Articles

Latest from Architecture Digest

100 recent articles max
Architecture Digest
Architecture Digest
Mar 3, 2026 · Backend Development

Why Do Some Companies Force All APIs to Use POST? Pros, Cons, and Real‑World Insights

An experienced developer reflects on a Zhihu question about mandating POST for all interfaces, compares GET and POST characteristics, shares personal practices, presents community opinions on RESTful benefits and drawbacks, and describes his company's concrete API rule using a single POST/action endpoint with protobuf and gRPC integration.

HTTP methodsPOST vs GETRESTful
0 likes · 10 min read
Why Do Some Companies Force All APIs to Use POST? Pros, Cons, and Real‑World Insights
Architecture Digest
Architecture Digest
Feb 28, 2026 · Artificial Intelligence

Why AI Can’t Replace Engineers: The Rise of the Post‑Processing Engineer

The article explains how large‑model AI can quickly generate seemingly functional code but still lacks product logic, boundary awareness, and security, forcing engineers to act as “post‑processing engineers” who proofread, refactor, and polish AI‑generated artifacts into reliable, production‑ready software.

Agent designcode generationpost-processing
0 likes · 8 min read
Why AI Can’t Replace Engineers: The Rise of the Post‑Processing Engineer
Architecture Digest
Architecture Digest
Feb 26, 2026 · Artificial Intelligence

Why OpenClaw’s AI Agent Went Viral and Triggered Google’s Antigravity Ban

OpenClaw, an open‑source AI agent platform, surged in popularity, prompting Google to restrict its Antigravity services after abusive token usage, while its creator Peter Steinberger shares how AI‑driven coding, rapid prototyping, and security concerns shaped the project's explosive growth.

AI agentsAI‑assisted codingGoogle Antigravity
0 likes · 9 min read
Why OpenClaw’s AI Agent Went Viral and Triggered Google’s Antigravity Ban
Architecture Digest
Architecture Digest
Feb 11, 2026 · Backend Development

Inside a Modern Payment System: Architecture, Core Components, and Operational Practices

This article explores the fundamental architecture of a payment platform, detailing the separation of transaction and payment cores, the key modules such as transaction abstraction, payment orchestration, service governance, data consistency, asynchronous processing, performance testing, and practical strategies for stability and scalability.

Data ConsistencyPayment Architectureasynchronous processing
0 likes · 7 min read
Inside a Modern Payment System: Architecture, Core Components, and Operational Practices
Architecture Digest
Architecture Digest
Feb 5, 2026 · Backend Development

What Surprising Changes Await You When Upgrading to Jackson 3 in Spring Boot 4?

Upgrading to Spring Boot 4 brings Jackson 3, which introduces four major breaking changes—package reorganization, replacement of ObjectMapper with JsonMapper, a shift to ISO‑8601 date serialization, and the removal of checked exceptions—each explained with code examples, migration tips, and the rationale behind the design.

JavaMigrationSpring Boot
0 likes · 6 min read
What Surprising Changes Await You When Upgrading to Jackson 3 in Spring Boot 4?
Architecture Digest
Architecture Digest
Feb 3, 2026 · Backend Development

Build a Full‑Featured Backend in Minutes with PocketBase

This article introduces PocketBase, an open‑source Go‑based Backend‑as‑a‑Service that bundles SQLite, authentication, file storage, real‑time sync and an admin UI into a single executable, and shows how to install, run, and embed it with code examples.

Backend-as-a-ServiceGoPocketBase
0 likes · 5 min read
Build a Full‑Featured Backend in Minutes with PocketBase