-
Clojure
Clojure GitLab deps
You need to force the ssh-rsa host key instead of the default one picked up by the tooling: $ ssh-keygen…
Read More » -
Clojure
A tale of Emacs, Clojure and pinned packages
It’s like trying to pin down a kangaroo on a trampoline. – Sid Waddel If you do any clojure[script] development,…
Read More » -
Core Java
Void methods as behavior black holes
This post could have been titled ‘Void methods considered harmful’, if ‘considered harmful’ essays weren’t considered harmful themselves. Oh welp.…
Read More » -
Enterprise Java
Spring Environment is for initialization code only
Since version 3.1, the Spring framework offers an abstraction towards several different sources through which you can easily configure your…
Read More » -
Enterprise Java
Spring Environment is for initialization code only
Since version 3.1, the Spring framework offers an abstraction towards several different sources through which you can easily configure your…
Read More » -
Core Java
Java StringBuilder myth debunked
The myth Concatenating two Strings with the plus operator is the source of all evil — Anonymous Java dev NOTE:…
Read More »