java
A collection of Java stuff - yup, I called it stuff. Hope you find it useful.
Docker & Containerization
Learn how to containerize Java applications effectively:
- Optimizing Java Docker Images - A friendly guide showing how to reduce Docker image sizes from 400MB to 127MB using multi-stage builds, custom JREs, and optimization techniques.