Minimalistic Java Container Images
As we know, 3 billion devices run Java. Despite the plethora of blogs against it, this language has cemented itself in enterprise code throughout the ages. Frameworks like Spring and build tools li...
As we know, 3 billion devices run Java. Despite the plethora of blogs against it, this language has cemented itself in enterprise code throughout the ages. Frameworks like Spring and build tools li...
When most developers think of containers, they think of Docker. A single command like docker run alpine spins up an isolated environment, making containerization feel almost magical. But under the ...
If you’re new to kubernetes and want to learn by getting your hands dirty, minikube is one of the ways to go. However, as soon as you want to play around with different environments and virtualiza...
Recently, I had the pleasure of starting a flutter project. As nice as it is to work with flutter, the docker images available are huge: A comparisson of the image sizes of four of the most popu...
Cyber attacks are a growing concern for individuals and organizations alike. According to a recent report by Statista, ransomware was the most frequently detected cyberattack worldwide in 2022, acc...