Modelling a Trading Terminal

From Bounded Contexts to Microservices

Robert Maidla
Level Up Coding
Published in
6 min readJan 20, 2020

--

Knowing what our software is supposed to do and which problems it should solve is great, but this alone does not help us much in developing an efficient model.

Dividing the software’s responsibilities to clearly segregated contexts allows us to see the forest for the trees during development and build a loosely coupled

--

--