Tag: #아키텍처
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
The Complete Guide to Test Strategy: Decision Criteria Instead of the Pyramid Debate
Instead of picking a winner between the test pyramid and the testing trophy, this post decomposes the argument into the axes it actually turns on, so a team can derive its own ratio. It covers the definition of a unit, t
2026-08-15 · 22 min read #테스트#아키텍처#testing#test-pyramid#coverageThe Complete Guide to Design Docs: Documents That Preserve Decisions and Documents That Vanish
This guide treats design documents as a team decision-making infrastructure rather than a writing skill. It covers which of the four formats (1-pager, design doc, ADR, RFC) to use when, how to run the review as a process
2026-08-15 · 23 min read #설계문서#adr#rfc#design-doc#기술문서The Complete Guide to Concurrency: The Order in Which You Shrink Shared State
The working order an application designer follows when facing concurrency. First check whether shared state can be removed at all, narrow its scope when it cannot, put atomicity boundaries and locks around what is left,
2026-08-15 · 24 min read #동시성#아키텍처#concurrency#locking#backpressure