React Native and the jumping datepickerIf you’re working with React Native you might have seen this:Feb 17, 2019Feb 17, 2019
Your app displays a wrong birthdateLately a user was complaining that he sees a wrong birthdate in our app. I asked our business guy to verify if it differs by one day just…Mar 30, 2018Mar 30, 2018
Connect the React Native Emulator to Intellij IDEAReact Native displays a red screen when an error occurs in debug mode:Dec 12, 20171Dec 12, 20171
Switching from QWERTZ to QWERTY on macOSThe German QWERTZ keyboard layout was not made for developers. Often needed keys like brackets and braces are unnecessarily hard to type…Mar 12, 20171Mar 12, 20171
Using Lodash with Ionic 2I just started my first Ionic 2 application and struggled with adding Lodash as dependency. Since TypeScript 2 adding npm dependencies…Feb 4, 2017Feb 4, 2017
Improved logging of WebApplicationExceptions with RESTEasyRESTEasy logs every thrown WebApplicationException with it’s full stacktrace:Nov 28, 2016Nov 28, 2016
Java EE 8 without MVC?After almost one year of silence Oracle presented an update to the Java EE 8 roadmap at JavaOne: Java EE 8 by the end of 2017 and EE 9 one…Oct 3, 2016Oct 3, 2016
Trust the Content-Length headerWhen you’re implementing a file upload you most probably want to limit the size of the upload. But how do you know the size? Reading the…Jul 17, 2016Jul 17, 2016
An (almost) free Continuous {Integration|Deployment|Delivery} EnvironmentWhen I started to work on janedoe (random data as a service) I did not want to host any of the required tools on my own. Why? It really…Dec 20, 20151Dec 20, 20151
Lessons learned about YAML and NorwayYAML parsers usually do a good job in recognizing the correct types you are using. Parsing following YAML with for instance SnakeYAML will…Oct 20, 2015Oct 20, 2015