I’ve previously looked at the likes of Spring Boot and how comparatively bloated it could be considered for simple microservices. One of… (more…)
Read more »
(Not having access to the JDK source I am having to guess causes from... (more…)
Read more »
A few weeks ago I faced an interesting problem trying to analyze a memory consumption in my Java application (Spring Boot + Infinispan) running under Docker. The Xmx parameter was set to 256m, but the Docker monitoring tool displayed almost two...
Read more »
Backpropagation - Using Java Swing to implement multilayer perceptron neural network which uses backpropagation algorithm to learn. (more…)
Read more »