-
Software Development
Migrate from TFS to Git
Are you using TFS and would like to switch to a distributed VCS like Git? Well then this article might…
Read More » -
Software Development
Topic Modelling: Working out the optimal number of topics
In my continued exploration of topic modelling I came across The Programming Historian blog and a post showing how to…
Read More » -
Enterprise Java
Spicy Spring : Different ways of Autowiring
I would like to show different ways of using Spring’s @Autowired annotation: Constructor, Method and Field autowiring. The examples I…
Read More » -
Core Java
Oracle Java Mission Control: The Ultimate Guide
“We love following Mikhail Vorontsov’s blog and getting his point of view on Java Performance related issues. We’ve been asked…
Read More » -
Career
Stupid Recruiter Tricks, Vol. 1: “Where are you interviewing?”
Anyone who has worked with a recruiter has probably been asked “Where else are you interviewing?” or “What other companies have you applied…
Read More » -
DevOps
Minecraft Server on Google Cloud
If you’ve not followed the Minecraft/Bukkit saga over the past few months, Bukkit and CraftBukkit downloads were taken down by DMCA…
Read More » -
Core Java
CompletableFuture can’t be interrupted
I wrote a lot about InterruptedException and interrupting threads already. In short if you call Future.cancel() not inly given Future…
Read More » -
Core Java
Automatic promotion of artifacts to Maven Central from Gradle
Quick tutorial how to promote/release artifacts in a Gradle project to Maven Central, without clicking in the Nexus GUI with…
Read More » -
Software Development
Avoid Perpetuating These Things In Your Code
At some point in your career you will find yourself leaving the project you’re on and heading to new challenges…
Read More »