blog.aleksic.devShort Note: faster loading of credentials from Bitwarden using rbwI have been playing around with the https://ergaster.org/posts/2025/07/28-direnv-bitwarden-integration/. It is a necessary read before you read this note since it explains the problem in quite nice details and builds the proposed solution step by ste...Aug 21, 2025·3 min read
blog.aleksic.devNomad is dead, long live KubernetesThe time has come: my homelab, for which I have been writing how-tos and occasional status updates on this blog had / has been serving me very well, but k8s ecosystem has reached maturity levels and broad acceptance and my Nomad cluster raises more q...Apr 20, 2025·5 min read
blog.aleksic.devSimple CPU usage tracking in Linux using SQLite and PythonI figured that over night one of my PCs is spending time on “something”. System logs don’t show anything, app logs neither. So, I spent like 30min and made this tiny script which might be useful for you as well. I connect to my host using SSH, and I ...Nov 30, 2024·2 min read
blog.aleksic.devShort Note: when Spring Boot and Privoxy don't like each otherI figured out after full day of work a very peculiar behavior in Spring Boot and wanted to write this one down since it was a pretty annoying one. Let’s say you are: using Spring Boot and need to make HTTP client connections (using RestTemplate or R...Nov 14, 2024·2 min read
blog.aleksic.devShort Note: auto-tag commits on main branchIn case you use some tools (like goreleaser) that depend on running in the case of tagged commits only, but you wish at the same time not to bother with manually tagging your commits but just to push to master… I found a nice & easy way to auto-tag c...Sep 21, 2024·3 min read