System design adalah proses mendefinisikan arsitektur, komponen, dan interaksi dari sebuah sistem perangkat lunak untuk memenuhi persyaratan — khususnya untuk skalabilitas, keandalan, dan performa. Ini tentang bagaimana bagian-bagian tersebut cocok bersama untuk membangun sistem yang bekerja dalam skala besar.
Apa yang 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
