#martinfowler #team #refactoring #microservices #monolith
https://martinfowler.com/bliki/MonolithFirst.html
https://martinfowler.com/bliki/MonolithFirst.html
martinfowler.com
bliki: Monolith First
Going directly to a microservices architecture is risky, so consider building a monolithic system first. Split to microservices when, and if, you need it.
#cqrs #axon_framework #java #spring_framework
https://www.ibm.com/developerworks/cloud/library/cl-build-app-using-microservices-and-cqrs-trs/index.html
https://www.ibm.com/developerworks/cloud/library/cl-build-app-using-microservices-and-cqrs-trs/index.html
Ibm
Build an application using microservices and CQRS
Although microservices technology is widely associated with performance and scalability, there's no guarantee that you will achieve those objectives by using microservices in an Internet-grade environment. In this article, I show you how to develop microservices…
#cqrs #scala #lagom_framework #java #api #ci #microservices #cloud #agile #architercure #performance
https://blog.codecentric.de/en/2017/02/cqrs-event-sourcing-lagom/
https://blog.codecentric.de/en/2017/02/cqrs-event-sourcing-lagom/
codecentric AG Blog
CQRS and Event Sourcing with Lagom - codecentric AG Blog
Lagom is the new microservices framework from Lightbend (formerly Typesafe, the company behind Scala and Akka). The framework and the concepts behind it are heavily based on CQRS (Command Query Responsibility Segregation) and ES (Event Sourcing). This dictates…
#ddd #book #design_pattern #architecture
https://www.infoq.com/minibooks/domain-driven-design-quickly
https://www.infoq.com/minibooks/domain-driven-design-quickly
InfoQ
Domain Driven Design Quickly
Domain Driven Design is a vision and approach for designing a domain model that reflects a deep understanding of the business domain. This book is a short, quickly-readable summary and introduction to the fundamentals of DDD; it does not introduce any new…
#vertx #akka #vs
https://stackoverflow.com/questions/21481238/difference-in-message-passing-model-of-akka-and-vert-x
https://stackoverflow.com/questions/21481238/difference-in-message-passing-model-of-akka-and-vert-x
Stack Overflow
Difference in message-passing model of Akka and Vert.x
Am a Scala programmer and understand Akka from a developer point of view. I have not looked into Akka library's code. Have read about the two types of actors in the Akka model - thread-based and ev...