Make your bash-prompt git-aware
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
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
Many new projects grow from a small base to a full blown app in time. Besides the pride of the accomplishments the developer now has to care about behind-the-scenes-stuff like page load, caching and effective webdesign to keep or improve … Continue reading
Certainly there are many many ways out there on how to learn a programming language. But did you ever hear about learning a new language by hearing (ie. reading) a camp fire story? No? Sure you didn’t!