High Availability Architecture
Author

High Availability Architecture

Official account for High Availability Architecture.

437
Articles
0
Likes
1.0k
Views
0
Comments
Recent Articles

Latest from High Availability Architecture

100 recent articles max
High Availability Architecture
High Availability Architecture
Oct 17, 2025 · Artificial Intelligence

Unlock Autonomous AI Agents with Spring AI Alibaba: Scheduling, Human‑in‑the‑Loop, and Real‑World Use Cases

This article explores how Spring AI Alibaba enables the development of autonomous AI agents that run on schedules, interact with humans when needed, and handle tasks such as periodic business automation, batch processing, emergency response, and long‑cycle data analysis, illustrated with Java code examples.

JavaLLMSpring AI
0 likes · 12 min read
Unlock Autonomous AI Agents with Spring AI Alibaba: Scheduling, Human‑in‑the‑Loop, and Real‑World Use Cases
High Availability Architecture
High Availability Architecture
Sep 10, 2025 · Big Data

How Ctrip Business Travel Built a Near‑Real‑Time Lakehouse with Flink CDC & Paimon

This article details Ctrip Business Travel’s implementation of a near‑real‑time data warehouse using Flink CDC and the Paimon lakehouse engine, covering order wide‑table construction, ticket refund alerts, ad attribution, batch‑stream integration, and practical lessons on Partial Update, Aggregation, and Tag‑based incremental processing.

?=Batch-Stream IntegrationFlink
0 likes · 17 min read
How Ctrip Business Travel Built a Near‑Real‑Time Lakehouse with Flink CDC & Paimon
High Availability Architecture
High Availability Architecture
Aug 28, 2025 · Fundamentals

5 Architecture Elements, 15 Design Principles & 6 Common Pitfalls

This article explains the essential components of software architecture—elements, structure, and connections—while presenting fifteen universal design principles, practical guidelines for monolithic, distributed, and microservice systems, and six common architectural mistakes to avoid, helping teams build scalable, reliable, and maintainable solutions.

Design PrinciplesDistributed SystemsMicroservices
0 likes · 21 min read
5 Architecture Elements, 15 Design Principles & 6 Common Pitfalls
High Availability Architecture
High Availability Architecture
Aug 14, 2025 · Artificial Intelligence

How Anthropic Teams Supercharged Development with Claude Code: A Real‑World Case Study

Anthropic’s internal case study reveals how dozens of teams—from product development and data infrastructure to security, inference, growth marketing, and legal—leveraged Claude Code to automate repetitive tasks, accelerate onboarding, improve code quality, and achieve measurable productivity gains across the organization.

AI codingAnthropicClaude Code
0 likes · 22 min read
How Anthropic Teams Supercharged Development with Claude Code: A Real‑World Case Study
High Availability Architecture
High Availability Architecture
Aug 1, 2025 · Artificial Intelligence

Boost Your Development Speed: Real‑World Tips for Using Claude Code and AI Prompt Engineering

This article shares practical experiences and best‑practice recommendations for leveraging AI coding tools—especially Claude Code—including prompt engineering, task categorisation, context management, memory handling, command usage, and collaborative workflows to dramatically accelerate software development.

AI codingClaude CodeContext Management
0 likes · 19 min read
Boost Your Development Speed: Real‑World Tips for Using Claude Code and AI Prompt Engineering
High Availability Architecture
High Availability Architecture
Jul 22, 2025 · Operations

How We Automated Server Fault Detection and Repair at Scale

This article explains the challenges of managing rapidly growing server fleets, outlines a systematic classification of hardware and software faults, and details an end‑to‑end automated solution that combines in‑band and out‑of‑band data collection, rule‑based detection, and fully automated repair workflows to improve fault coverage, accuracy, and recovery speed.

MonitoringOperationshardware detection
0 likes · 16 min read
How We Automated Server Fault Detection and Repair at Scale
High Availability Architecture
High Availability Architecture
Jul 11, 2025 · Databases

Inside TDSQL-C: Tencent’s Cloud‑Native Database Scaling Globally with High Performance

This article details Tencent Cloud's TDSQL‑C, a cloud‑native relational database that combines traditional MySQL compatibility with a storage‑compute separated architecture, global multi‑region replication, advanced log handling, and continuous performance upgrades to deliver ultra‑high throughput, massive storage, and strong data reliability.

DatabaseStorage Enginecloud-native
0 likes · 12 min read
Inside TDSQL-C: Tencent’s Cloud‑Native Database Scaling Globally with High Performance
High Availability Architecture
High Availability Architecture
Jul 9, 2025 · Artificial Intelligence

How LLMs Evolved from GPT‑4 to Agentic AI: Trends, Techniques, and Future Directions

This article analyzes the rapid evolution of large language models from the GPT‑4 era through efficiency‑focused sparsity and attention innovations, to inference‑time reasoning and tool‑using agents, highlighting key architectures, benchmark breakthroughs, competitive strategies, and emerging research directions toward embodied AI.

EfficiencyLLMReasoning
0 likes · 24 min read
How LLMs Evolved from GPT‑4 to Agentic AI: Trends, Techniques, and Future Directions
High Availability Architecture
High Availability Architecture
Jul 7, 2025 · Artificial Intelligence

How TencentOS Server Is Redefining AI‑Ready Operating Systems

In a detailed interview, Tencent Cloud OS chief architect Du Zhen explains how TencentOS Server has evolved over 15 years from an internal platform to a multi‑industry, AI‑optimized operating system, outlining its OS‑for‑AI and AI‑for‑OS strategies, performance‑focused scheduling innovations, SWAP redesign, migration solutions, ecosystem building, and future vision.

AICloud NativeEcosystem
0 likes · 21 min read
How TencentOS Server Is Redefining AI‑Ready Operating Systems
High Availability Architecture
High Availability Architecture
Jun 25, 2025 · Backend Development

How to Build a Java Method Call Stack Tracker for Faster Debugging

This article explains how to address common on‑call debugging pain points by analyzing error screenshots, extracting key information, and developing a lightweight Java tool that leverages StackTraceElement to generate a clear, filtered method‑call chain, dramatically speeding up code‑origin identification and issue resolution.

DebuggingJavaMethod Call Chain
0 likes · 12 min read
How to Build a Java Method Call Stack Tracker for Faster Debugging