Simple Karma Task for Gulp
The other day I could not find an acceptable Karma task for Gulp, so I spent
some time on my own. Using Karma ~1.3.0
and Gulp ~3.9.0
.
Make Better Error Messages
The other day I was trying to install mongodb on my Ubuntu computer. I
followed the instructions, ran the sudo apt-get install
command. Everything
went smoothly, but then I tried to boot it up and was confronted with this nasty
error.
Proper Git Rebasing
Rebasing is an other way of merging in changes from an other branch into your
own. It’s similar to git merge
but the big difference is it keeps a clean
history between commits by avoiding the useless merge commits.