Kubernetes in Action
I’ve recently finished reading the “Kubernetes in Action” book by Mario Luksa and wanted to do a small review about…
programming and psychology
I’ve recently finished reading the “Kubernetes in Action” book by Mario Luksa and wanted to do a small review about…
I just watched a talk from Sam Newman at goto; conference about splitting monolith into microservices At around 39:00 he…
It turns out in git you can clone only a part of repository, which is very useful if you’re working…
The only thing I’m good at is complaining, so when I found a couple of false-positives in the SonarQube, I…
A small tip mainly useful for troubleshooting the cluster — getting all pods that have containers with certain image. This…
With the new Java Release Cycle you may need to have Java 8 (previous LTS) and Java 11 (current LTS)…
If you just started using kubectl tool there are some must-have things to ease your work. They are tested on Linux…
This is a small post written after a presentation on Java User Group Graz regarding IntelliJ tricks. The presentation is available…
Spring In Action is considered a classic and nearly must-read for anyone who whats to start with Spring development. I would…
How often does the following happen: you work on some feature branch, create new properties or even new items, push…