Skip to content

Instantly share code, notes, and snippets.

@geramirez
Last active October 11, 2022 12:40
Show Gist options
  • Save geramirez/965feba0f65e32431941b3e5793799a7 to your computer and use it in GitHub Desktop.
Save geramirez/965feba0f65e32431941b3e5793799a7 to your computer and use it in GitHub Desktop.

Architecture

A set of decisions made that are difficult to reverse.

Types

  • Request/Response: APIs, Web Apps, CLIs
  • Event Driven: Games, Diego
  • Batch: scheduled jobs

Outside-In

Doesn’t mean start at the UI, it means start at the point you want to discover.

Design Patterns

Command Object Pattern - http://www.oodesign.com/command-pattern.html Observer Pattern (callbacks) Synchronous Responses (with exceptions) Synchronous responses

@guppy-ramirez
Copy link

test

@guppy-ramirez
Copy link

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