December 13, 2017
Architecture tradeoff analysis method (ATAM)
The Architecture Tradeoff Analysis Method (ATAM) is a method for evaluating software architectures relative to quality attribute goals. Method evaluations expose architectural risks that potentially inhibit the achievement of an organization's business goals. Why Architectural Analysis? The earlier you find a problem
December 13, 2017
Is REST best for micorservices architecture?
One of the first stages of application design is the choice of architecture. If the choice is for a microservices based architecture, the issue of inter-service communication is important. Often used is the REST API. Is this the best solution?