Blogs
2016
A successful XML naming convention
·6 mins
Android
Resources
Cleancode
Do you remember the last time you had to dig into strings.xml to find the right String to use? Or that you manually had to go over all drawables to find the one you needed?
Git as a secure private Maven repository
·4 mins
Android
Maven
Bitbucket
As my previous blogposts already covered how to set up a private Maven repository, you might wonder “Why again a Maven blogpost?”. Well that’s a fair question and the answer is twofold:
Year in review 2015
·2 mins
Review
Finally found the time to write my year in review. #insomnia
2015 was a huge year for me! I even dare to say the biggest one of my life so far as I became a father of a lovely daughter Lene.
2015
Level up GitHub builds with CI and code coverage
·8 mins
Android
Tools
Coverage
Ci
Wouldn’t you love to have your open source projects built automatically by a continuous integration server? And to have a detailed code coverage report for all your unit tests?
Getting the most out of Artifactory
·7 mins
Android
Tools
Maven
Artifactory
My previous blog post described how to set up your own private Maven repository with Artifactory in 30 minutes. This second and final part will make things more interesting and take your setup to the next level.
A private Maven repository for Android in 30 min
·5 mins
Android
Tools
Maven
Artifactory
Setting up your own Maven repository and uploading artifacts to it is quite a daunting task. As I went through this experience myself recently, I want to help others in setting up their own Maven repository via Artifactory and automate uploading artifacts using Gradle.
How I created my blog
·7 mins
Howto
For quite some months, I’ve been planning to create a website and start blogging about the things I’m passionate about. Last week, I finally decided to setup a portfolio and blog using GitHub pages and Jekyll.