Skip to content

Instantly share code, notes, and snippets.

@SkrewEverything
Forked from rponte/UNPHAT-principle.md
Created March 15, 2021 20:41
Show Gist options
  • Save SkrewEverything/a95464a2094e1dd9f36ca1caf5636022 to your computer and use it in GitHub Desktop.
Save SkrewEverything/a95464a2094e1dd9f36ca1caf5636022 to your computer and use it in GitHub Desktop.
Before choosing an architecture, follow UNPHAT principle (You Are Not Google)

Cool Tech? UNPHAT.

Next time you find yourself Googling some cool new technology to (re)build your architecture around, I urge you to stop and follow UNPHAT instead:

  1. Don’t even start considering solutions until you Understand the problem. Your goal should be to “solve” the problem mostly within the problem domain, not the solution domain.
  2. eNumerate multiple candidate solutions. Don’t just start prodding at your favorite!
  3. Consider a candidate solution, then read the Paper if there is one.
  4. Determine the Historical context in which the candidate solution was designed or developed.
  5. Weigh Advantages against disadvantages. Determine what was de-prioritized to achieve what was prioritized.
  6. Think! Soberly and humbly ponder how well this solution fits your problem. What fact would need to be different for you to change your mind? For instance, how much smaller would the data need to be before you’d elect not to use Hadoop?

More info, You Are Not Google

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment