-
Software Development
Microservices in the Chronicle World – Part 5
In this part we look at putting a micro service together as a collection of services, and consider how we…
Read More » -
Software Development
Microservices in the Chronicle world – Part 4
A common issue we cover in our workshops is, how to restart a queue reader after a failure. The answer…
Read More » -
Software Development
Microservices in the Chronicle World – Part 3
One of the problems with using microservices is performance. Latencies can be higher due to the cost of serialization, messaging…
Read More » -
Software Development
Microservices in the Chronicle world – Part 2
In this part we look at turning a component into a service. In Part 1, we looked at how we…
Read More » -
Software Development
Microservices in the Chronicle world – Part 1
At a high level, different Microservice strategies have a lot in common. They subscribe to the same ideals. When it…
Read More » -
Software Development
Micro-services for performance
Microservices is a buzz word at the moment. Is it really something original or based on established best practices? There…
Read More » -
Software Development
Goldilocks Microservices
How to structure microservices? When structuring microservices we have to consider; how fine grain should our components be? how distributed…
Read More » -
Software Development
Modelling Microservice Patterns in Code
Service Interactions There is a number of simple interactions a service can support. Which pattern is best for your application…
Read More » -
Software Development
Simple Asynchronous Microservices using Lambda Architecture
Lambda Architecture is a simple, powerful, though limited example of a Microservice. As it is so simple, you want to…
Read More »