Lessons Learned in December 2017
This is what I learned in December 2017: Since recently, my main project is using Springs Caching annotation, using Google Guavas caching implementation....
This is what I learned in December 2017: Since recently, my main project is using Springs Caching annotation, using Google Guavas caching implementation....
In the great book “Tools of Titans” by Tim Ferris, I read about manager’s schedule and creator’s schedule. In this article, I explain the difference between ...
This is what I learned in November 2017: One more cool shortcut for IntelliJ IDEA: Shift + Esc closes panels. Especially helpful in presentation mode. ...
This is what I learned in October 2017: Until now, I used query methods in Spring Data JPA only for reading. However, also updates can be written in repo...
This is what I learned in September 2017: Used org.apache.commons.collections4.map.MultiKeyMap for the first time. This map can hold multiple keys for ev...
Recently, I facilitated another coderetreat. As in previous retreats, the participants who experienced their first coderetreat showed a pretty similar behavi...
Until recently, I told my team to squash all of their commits on a given feature branch to just one commit. Every feature branch consisted of just this one c...
This is what I learned in July 2017: In my main project, we use Atlassian JIRA since the beginning of the project. Recently, I learned about a cool featu...
This is what I learned in June 2017: In a HackTalk-Event, I learned what Gitlab is. In this event, I also learned that Jenkins has been further develop...