Subtle Storm
Author

Subtle Storm

The micro era's marvels are boundlessly subtle.

132
Articles
0
Likes
2
Views
0
Comments
Recent Articles

Latest from Subtle Storm

100 recent articles max
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.

KubernetesRediscaching
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 certificationexam preparationmultiple choice
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.

IstioObservabilitySecurity
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.

architecture stylesdata flowevent-driven
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.

AIOpsDevOpsbig data
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.

concurrencydatabasedistributed-lock
0 likes · 8 min read
Why Distributed Locks Matter and How to Implement Them with DB, Redis, and ZooKeeper
Subtle Storm
Subtle Storm
May 15, 2026 · Backend Development

Key Exam Topics for Architects: Cache Penetration, Cache Breakdown, and Cache Avalanche

The article explains how cache penetration, cache breakdown, and cache avalanche all stem from cache layer failures that let requests flood the database, compares their triggers, impact scopes and risk levels, and presents practical mitigation techniques such as empty‑value caching, Bloom filters, mutex locks, logical expiration, TTL randomization, and multi‑level caching.

Bloom filterRedisTTL randomization
0 likes · 6 min read
Key Exam Topics for Architects: Cache Penetration, Cache Breakdown, and Cache Avalanche
Subtle Storm
Subtle Storm
May 14, 2026 · Artificial Intelligence

Boost Architecture Paper Quality Fast with AI: A Practical Step‑by‑Step Guide

The article explains why many architects struggle to turn technical ideas into well‑written papers, how AI can translate those ideas into examiner‑friendly language without replacing critical thinking, and provides a detailed, three‑step workflow—including material preparation, precise prompt engineering, and iterative refinement—to dramatically improve paper quality and efficiency.

AIPrompt EngineeringTechnical Writing
0 likes · 11 min read
Boost Architecture Paper Quality Fast with AI: A Practical Step‑by‑Step Guide
Subtle Storm
Subtle Storm
May 12, 2026 · Backend Development

A Ready‑to‑Use Template for Scoring High on the System Architecture Designer Exam

This article provides a comprehensive, step‑by‑step template for a high‑scoring system architecture design paper, detailing project background, challenges, six‑stage ABSD design, microservice migration with Spring Cloud Alibaba and Kubernetes, performance metrics, high‑availability safeguards, and lessons learned.

High AvailabilityKubernetesdesign patterns
0 likes · 10 min read
A Ready‑to‑Use Template for Scoring High on the System Architecture Designer Exam