Tutorials about Java IT In questo repository vi sono vari tutorials sul mondo Java SDK, Java EE e framework annessi.
This is an interesting article about Spring Boot
https://github.com/antoniodefazio/behindscenes/blob/master/SPRING_Boot.pdf
This is an interesting article about Docker result of personal research: https://github.com/antoniodefazio/behindscenes/blob/master/docker-behind.pdf
This is an article about Kafka, result of personal research:
https://github.com/antoniodefazio/kafkatips
This is an interesting article about the creation of a zero-cost distributed cache that works on all managed Kubernetes services: Openshift, GKE, EKS and so on, via Jgroups Java library in conjunction with Infinispan inside a Spring Boot project
https://github.com/antoniodefazio/cachenocosts
This article explains how to create from scratch a Machine Learning Decisional Tree in Java from training data. Concrete example of bank loan payment forecast
https://github.com/antoniodefazio/mltraining
The power of Java interface and Generics in Spring Boot: parameterize the Spring Data Repository so that it can easily switch to different SQL databases or to NoSql (MongoDb) without having to change the business logic (Service layer)
https://github.com/antoniodefazio/mqttinterface/blob/master/README.md