Subtle Storm
Author

Subtle Storm

The micro era's marvels are boundlessly subtle.

145
Articles
0
Likes
382
Views
0
Comments
Recent Articles

Latest from Subtle Storm

100 recent articles max
Subtle Storm
Subtle Storm
May 29, 2026 · Databases

How Vector Databases Power Intelligent Medical Q&A Systems

By integrating Milvus vector database with a Retrieval‑Augmented Generation architecture, the authors built an AI‑driven multi‑turn medical Q&A system that achieved 92% knowledge retrieval accuracy, 96.3% recall with 18 ms latency, and demonstrated the strengths, trade‑offs, and engineering practices of vector‑based semantic search in healthcare.

MilvusRAGSemantic Search
0 likes · 11 min read
How Vector Databases Power Intelligent Medical Q&A Systems
Subtle Storm
Subtle Storm
May 27, 2026 · Databases

What Is a Vector Database? Core Concepts, Architecture, and Trade‑offs

A vector database stores high‑dimensional numeric embeddings instead of traditional rows, enabling semantic similarity search through specialized indexes, metadata filtering, and massive scalability, while also presenting trade‑offs such as approximate results, update costs, and high memory consumption.

EmbeddingRAGSemantic Search
0 likes · 7 min read
What Is a Vector Database? Core Concepts, Architecture, and Trade‑offs
Subtle Storm
Subtle Storm
May 27, 2026 · Cloud Native

Designing High-Concurrency Systems: Lessons from a Sports Venue Management Platform

The article analyzes a real-world sports‑venue management platform, detailing how multi‑level caching, asynchronous processing with RocketMQ, database sharding, service splitting, and Kubernetes auto‑scaling together reduced average response time from 1200 ms to 150 ms, increased throughput eightfold, and achieved 99.95% availability under tens of thousands of QPS.

Database OptimizationHigh ConcurrencyKubernetes
0 likes · 13 min read
Designing High-Concurrency Systems: Lessons from a Sports Venue Management Platform
Subtle Storm
Subtle Storm
May 26, 2026 · Cloud Native

Structuring a High-Concurrency System Design Paper for the 2026 Soft Exam

The article outlines a step‑by‑step framework for writing a high‑concurrency system design paper, covering project background, performance challenges, six concrete technical solutions—including multi‑level caching, async processing, rate limiting, database optimization, microservice decomposition, and elastic scaling—and how to quantify their impact with real data.

High ConcurrencyKubernetesRedis
0 likes · 6 min read
Structuring a High-Concurrency System Design Paper for the 2026 Soft Exam
Subtle Storm
Subtle Storm
May 25, 2026 · R&D Management

How to Estimate Your Score for the Senior Architect Exam Multiple‑Choice Section (May 23 2026)

This post‑exam analysis compiles 74 multiple‑choice questions from the Senior Architect certification, adds community‑sourced answer hints and brief reasoning, and explains that the listed questions and options may differ from the official exam, aiming to help candidates roughly estimate their scores and reduce anxiety while awaiting results.

IT certificationSoftware Architectureexam preparation
0 likes · 8 min read
How to Estimate Your Score for the Senior Architect Exam Multiple‑Choice Section (May 23 2026)
Subtle Storm
Subtle Storm
May 21, 2026 · Cloud Native

Final Review: Breaking Down Service Mesh Architecture for the Software Architect Exam

The article explains Service Mesh as a cloud‑native architecture that separates control and data planes, details its sidecar proxies, core components like Istio Pilot and Citadel, and outlines key capabilities such as traffic management, security, observability, and resilience to help exam candidates master the topic.

IstioSecuritycloud-native
0 likes · 5 min read
Final Review: Breaking Down Service Mesh Architecture for the Software Architect Exam
Subtle Storm
Subtle Storm
May 19, 2026 · Fundamentals

Essential Classic Software Architecture Styles Every Architect Must Know

The article explains the definition of software architecture styles, enumerates classic styles such as data‑flow (batch and pipeline‑filter), call/return, object‑oriented, layered, independent component (process‑communication and event‑driven), virtual‑machine (interpreter and rule‑based), and repository (database and blackboard), and provides concrete examples and a mnemonic to help remember their characteristics and suitable application scenarios.

Software ArchitectureVirtual Machinearchitecture styles
0 likes · 9 min read
Essential Classic Software Architecture Styles Every Architect Must Know
Subtle Storm
Subtle Storm
May 18, 2026 · Fundamentals

Essential Architecture Exam Topics: A Must‑Read Review Guide

This guide compiles the most critical architecture concepts for the software architect certification, covering mandatory styles, quality‑attribute analysis, ATAM evaluation, microservice vs. SOA/monolith trade‑offs, Lambda/Kappa big‑data designs, cloud‑native fundamentals, high‑concurrency web patterns, distributed‑system theories, DDD, AI‑ops, IoT/edge computing, blockchain basics, and DevOps practices, each illustrated with concrete metrics and decision‑making steps.

AIOpsBig DataDevOps
0 likes · 11 min read
Essential Architecture Exam Topics: A Must‑Read Review Guide
Subtle Storm
Subtle Storm
May 17, 2026 · Backend Development

Why Distributed Locks Matter and How to Implement Them with DB, Redis, and ZooKeeper

The article explains why a simple JVM lock fails in multi‑instance services, illustrates the overselling problem with an e‑commerce example, and then compares three practical distributed‑lock solutions—database‑based, Redis‑based, and ZooKeeper‑based—detailing their mechanisms, strengths, weaknesses, and suitable scenarios.

DatabaseDistributed LockJava
0 likes · 8 min read
Why Distributed Locks Matter and How to Implement Them with DB, Redis, and ZooKeeper