Notes from the field
Monday, March 27, 2017
What response codes should your REST API return?
›
I found this beautiful image on stackoverflow, via imgur. Download it to study it
Friday, March 17, 2017
Sonar in your build pipeline
›
If you're got a build pipeline in jenkins, sonar analysis should be one of your stages. But how to fail the build if sonar analysis fai...
Monday, November 7, 2016
Git simple merge conflict resolution
›
I was trying to merge something from feature/sonar_fixes to dev, but dev had changes from someone else. This is what I had to do to resolve...
Sunday, July 31, 2016
Datatables events not working on second page
›
I've revisited the datatables library for jquery . The new 1.10 version has a lot of improvements. But I immediately ran into some tr...
Wednesday, July 6, 2016
Change file permissions on git
›
If you push an executable file to git, its likely you wont have the right permissions. D:\git\app>git ls-tree HEAD 100644 blob 390ce9...
Thursday, June 23, 2016
Squash several commits in git into one
›
I had several commits on my branch, all related to the same change. Instead of merging all the commits into master, I wanted to squash all ...
Thursday, June 9, 2016
Sonar maven-surefire-plugin quirks
›
I was integrating my maven multi module project with sonar, and ran into some quirky behavior: 1. After some config changes I suddenly st...
›
Home
View web version