My thoughts on various subjects. I particularly love hacking my work. Either by methodology or by improving my tools. Check out this list of tags / subjects.

Recent Posts

IntelliJ's Live Template

less than 1 minute read

If you remember, I like to write my getters this way (long story here) public String getName() { return this.name; } public void setName(String name) { this...

"No meeting" always beats "Meeting"

1 minute read

I was chatting with a colleague on a feature that is loooooooong overdue and proposed to kill a meeting and use the time saved to write the damn thing. He r...