About stevie
Born in the north of Germany, raised in Berlin and stayed there since.
After graduating, studying applied computer science at the
FHTW Berlin (now HTW Berlin), I started my own company with a former fellow student, providing high class application solutions for web and desktop for small and medium companies (see
www.jnamic.com (english version to be finished) for more information).
My personal favorite programming languages are PHP for the web and Java for everything else - although I must admit Java evolved very much in the past few years.
I love to code and build new applications from the scratch, optimizing it through day and night till I am satisfied with it's performance.
So follow my articles, share your thoughts and experience with me and have a good time browsing this blog!
This article will show you how to setup a public GitHub repository as a personal maven repository. Following these steps you will be able to serve any artifact by just added a few lines into your pom.xml. Continue reading →
This post shows you how to make git status-info show up in your bash prompt. So you will always know which status the current git-repo has and which branch you’re on. Sweet! Continue reading →
Today I had to find a simple way to format a parsed xml-string into a pretty looking output for a file and the screen. My search on Google return this stackoverflow-comment which helped me out. I thought I’d share it … Continue reading →
Although it’s in the man page of the keytool I think it’s worth mentioning. JKS has a big advantage over the PKCS12-format: It knows trusted certificates. This way you can use certificates, normally untrusted by your application because the Certificate … Continue reading →
Dear sysadmins and developers, phpmail() IS OUT! Get rid off it. Now! One of the most common sources of spam are “hacked” webservers and poorly or even non-secured forms. By using phpmail the webserver must be allowed to send mails … Continue reading →