There are many frameworks out there that do a great job at doing what they do. Selecting a right one can be very challenging and everyone… (more…)
Read more »
This blog post is a reminder that you should make sure that all your builds in the Java ecosystem access the artifact repositories
(e.g. Maven Central) via HTTPS instead of HTTP.
This often just means replacing the ‘http:’ in repository URLs with ‘https:’... (more…)
Read more »
On the fly, automatic vertical scaling can lower the cost of exceeding VM limits, and gives flexibility in resource allocation. In this article we will cover techniques for determining whether automatic vertical scaling can help, and how to get it config... (more…)
Read more »
I hate working with Java. I really do. It makes me always feel powerless and bored. Yet I... (more…)
Read more »
Java.lang package provides a Double class which wraps a value of the primitive type double in an object. An object of type Double contains a single field whose type is double. (more…)
Read more »