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 »
Tiny, easily embeddable HTTP server in Java. Contribute to NanoHttpd/nanohttpd development by creating an account on GitHub. (more…)
Read more »
Hello friends! It has been too long! Today, after many years, I've got something I wanted to blog rather than tweet out in code snippits ... (more…)
Read more »
The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternative... (more…)
Read more »
Juery is a tiny Java library to manage search and filter query from user to database. - Marthym/juery... (more…)
Read more »