DEV Community

Cover image for Avoiding the Bloat with Microservices
Paolo Lulli
Paolo Lulli

Posted on • Updated on • Originally published at kevwe.com

Avoiding the Bloat with Microservices

When we implement microservices, the first tought is to reuse what we know well from the Old World.

In fact, reuse is a good thing.

But we should not miss the opportunity for smarter pieces to fill in.

Smarter technologies, niche libraries that help get the job done with less legacy.

A lot can be achieved with small microservices that get the job done, and done well.

I am thinking small Go services wherever Java is simply too much:

https://kevwe.com/weekly/202240

Top comments (0)