Skip to content

Instantly share code, notes, and snippets.

View ardiereally's full-sized avatar
💰
Will code for money

ardiereally ardiereally

💰
Will code for money
View GitHub Profile
package com.rdas.lld.streamjoin;
import lombok.AllArgsConstructor;
import lombok.Data;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.concurrent.*;

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

1) Clarify and agree on the scope of the system

  • Use cases
    • Who is going to use it?
    • How are they going to use it?