System design yaiku proses ngrancang architecture, components, lan interactions ing sistem software kanggo nuhi requirements — utamane kanggo scalability, reliability, lan performance. Kuwi babagan carane piece-piece kasebut cocog-cocokan kanggo mbangun sistem sing bisa jalan ing skala gedhe.
Apa sing dicakup system design
System design = the high-level structure of a system:
→ COMPONENTS → services, databases, caches, queues, load balancers, etc.
→ how they INTERACT → data flow, communication, APIs
→ meeting REQUIREMENTS → functional (what it does) + non-functional (scale, speed,
reliability, availability)
→ about the BIG PICTURE / architecture, not individual code
