Console++ - enhance your console

I need a logger for GhostDriver but I鈥檓 too lazy to figure out how to use a nice, proper logging library. Plus I鈥檓 a BIG fun of old-school-debugging: I just substituted all the printf() calls with console.log. So I decide to make every JavaScript developer shiver in disgust and wrote a small library that enhances the global console object. This tiny library is called Console++ and works with NodeJS, PhantomJS and any decent JavaScript runtime. ...

February 18, 2013 路 1 min 路 139 words

Git rebase: be a mother, not a plastic surgeon

Today I鈥檓 going to share a little tip about the use of Git. In contributing to open source projects, it happens sometimes that I have a long running branch; something on which I need to work for more than just few hours. The kind of work that goes on for weeks, sometimes months. **UPDATE: ** Matt suggested a great doc about rebasing. There is lol-cat-picture for every need Working on a branch is great: it let鈥檚 you work on a feature, a fix, an extension in total isolation, being sure you don鈥檛 disrupt anyone (and don鈥檛 embarrass yourself). ...

June 16, 2012 路 4 min 路 852 words