Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created October 28, 2021 05:57
Show Gist options
  • Save wolfeidau/2ab65b4ed2d80167898d4d86b52e3862 to your computer and use it in GitHub Desktop.
Save wolfeidau/2ab65b4ed2d80167898d4d86b52e3862 to your computer and use it in GitHub Desktop.
Some notes on microservice resources.

Microservices

Some reading on how to Microservices.

Moving to microservices

Distributed Monoliths

With a distributed monolith, we have the heaviness and inflexibility of monoliths, the complexity of microservices, and few of the benefits of either architecture. We still have slow deployments and poor scalability, but now we’ve added operational complexity and removed isolation between services.

https://www.gremlin.com/blog/is-your-microservice-a-distributed-monolith/

Domain Driven Design

Some reading on how to Domain Driven Design (DDD) architecture.

https://www.thoughtworks.com/en-au/insights/blog/domain-driven-design-services-architecture

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