The Weekly Dev - 202240
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.
Distributed Computing
Demystifying memory management in modern programming languages
Source: deepu.tech
Source: itnext.io
Strangers in Goland
Source: micro.dev
A Complete Guide to Working With Cookies in Go
Source: alexedwards.net
Boring Security
Source: trickster.dev
[java] [programming] [security]