Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.89 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.89 KB

Microservices Design

Notes, resource and ideas from a recent BBC Microservices course.

A software developer reading list for learning more about micro service architecture

Postel's Law

Be liberal in what you accept, and conservative in what you send

Videos

Books

People

  • James Lewis
  • Sam Newman
  • Russ Miles
  • Martin Fowler

Architectural Patterns

Design Principles

  1. Do not worry about the size of services. Focus on which componnents "change together"

Event Transport