Architecture & Thinking
Author

Architecture & Thinking

🍭 Frontline tech director and chief architect at top-tier companies 🥝 Years of deep experience in internet, e‑commerce, social, and finance sectors 🌾 Committed to publishing high‑quality articles covering core technologies of leading internet firms, application architecture, and AI breakthroughs.

174
Articles
0
Likes
476
Views
0
Comments
Recent Articles

Latest from Architecture & Thinking

100 recent articles max
Architecture & Thinking
Architecture & Thinking
May 15, 2025 · Databases

Redis 8.0 Unveiled: New AGPLv3 License, Vector Search, JSON & More

Redis 8.0, released on May 1 2025, introduces a major license shift to AGPL‑v3, adds eight native data structures—including vector sets, JSON, and time‑series—enhances the query engine with up to 16× performance gains, improves scalability, security, and cloud‑native support, and provides extensive code examples for AI and real‑time analytics.

DatabaseJSONPerformance
0 likes · 15 min read
Redis 8.0 Unveiled: New AGPLv3 License, Vector Search, JSON & More
Architecture & Thinking
Architecture & Thinking
Apr 30, 2025 · Artificial Intelligence

Unlocking AI Integration: How the Model Context Protocol (MCP) Bridges LLMs with External Tools

This article introduces the Model Context Protocol (MCP) released by Anthropic, explains its core features and client‑server architecture, walks through building a Go‑based MCP server and client with time, weather, and schedule tools, demonstrates testing with MCP Inspector, and highlights MCP's advantages and typical AI application scenarios.

AI integrationGoLLM
0 likes · 22 min read
Unlocking AI Integration: How the Model Context Protocol (MCP) Bridges LLMs with External Tools
Architecture & Thinking
Architecture & Thinking
Apr 22, 2025 · Backend Development

How to Tackle Cross‑Region C‑C Interactions in E‑Commerce Multi‑Active Architecture

This article explains the complexities of multi‑active, cross‑region architectures, defines C‑C (consumer‑consumer) interactions, and walks through an e‑commerce payment‑on‑behalf scenario, highlighting performance, data‑consistency, and fault‑tolerance challenges along with practical solutions.

C-C interactioncross-region consistencye-commerce
0 likes · 6 min read
How to Tackle Cross‑Region C‑C Interactions in E‑Commerce Multi‑Active Architecture
Architecture & Thinking
Architecture & Thinking
Apr 11, 2025 · Artificial Intelligence

How Google’s A2A Protocol and Anthropic’s MCP Are Shaping AI Agent Interoperability

The article explains Google’s newly open‑sourced Agent‑to‑Agent (A2A) protocol and Anthropic’s Model Context Protocol (MCP), detailing their core functions, real‑world use cases, and how they complement each other to enable seamless collaboration and integration among AI agents and external tools.

A2AAIAgent interoperability
0 likes · 9 min read
How Google’s A2A Protocol and Anthropic’s MCP Are Shaping AI Agent Interoperability
Architecture & Thinking
Architecture & Thinking
Apr 10, 2025 · Frontend Development

How I Used Zulu AI to Auto‑Generate a Full SVG‑to‑GIF Converter

In this article I describe how I leveraged Zulu's AI capabilities within VSCode to automatically generate a complete front‑end interface, back‑end conversion logic, and routing files for an SVG‑to‑GIF tool, complete with screenshots of the generated code and the final animated result.

AI Code GenerationSVG to GIFautomation
0 likes · 4 min read
How I Used Zulu AI to Auto‑Generate a Full SVG‑to‑GIF Converter
Architecture & Thinking
Architecture & Thinking
Apr 2, 2025 · Backend Development

Ensuring Fair Flash Sales in Multi-Active Architectures: Strategies & Code

This article examines the challenges of high‑concurrency flash‑sale scenarios in multi‑active architectures, analyzes fairness issues caused by geographic latency, and presents practical solutions such as data‑sharding and global‑clock ordered queues, complemented by a Redis‑based implementation example.

FairnessRedisflash sale
0 likes · 12 min read
Ensuring Fair Flash Sales in Multi-Active Architectures: Strategies & Code