ArtisanTinkerer.github.io

Blog

View on GitHub

https://laracasts.com/discuss/channels/general-discussion/microservices-2

https://gotopia.tech/bookclub/episodes/moving-to-microservices-with-sam-newman-and-martin-fowler

Independent deployability Hiding information Small interface

Why Independent Development?:

Easier to limit impact for each release. As team size increases it gets harder to coordinate a deployment (people).

Look at books?

https://www.youtube.com/watch?v=xexLvQqAhiA&list=PLMdXHJK-lGoAepv_7mvIEuafrtO6N-3SZ&index=8

Building Microservices - Sam Newman

Part 1

###1 What are Microservices?

pg17

###2 How to Model Microservices.

###3 Spitting the Monolith.

###4 Microservice Communication Style

Part 2

###5 Implementing Microservice Communication

###6 Workflow

###7 Build

###8 Deployment

###9 Testing

###10 From Monitoring to Observability

###11 Security

###12 Resilience

###13 Scaling

Part 3 People

###14 User Interfaces

###15 Organizational Structures

###16 The Evolutionary Architect

Bringing it all together.