Skip to content

Instantly share code, notes, and snippets.

@CEOehis
Created June 1, 2019 15:00
Show Gist options
  • Save CEOehis/5230aa4a69be13eb379867b49b66e72c to your computer and use it in GitHub Desktop.
Save CEOehis/5230aa4a69be13eb379867b49b66e72c to your computer and use it in GitHub Desktop.
Notes from Microservices course

What are microservices

  • An approach to developing a single application as a suite of small services
  • Independently deployable, using automated deployment tools
  • Enable apps to be built by multiple teams using multiple tech stacks

Advantages

  • They help decrease the cost of change
  • Works very well in Devops context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment