-
March 30, 2016
JavaScript Tip - binding console methods in IE9
One of the slightly strange constructs in JavaScript is to bind methods of console. console.error.bind(console) You typically stumble upon that construct in tutorials using SystemJS, like the official Angular 2 quickstart: <script> ...
Read more ... -
March 27, 2016
Weekend Reader Week 12 - Salary
Stackoverflow Developer Survey Results 2016. Each year Stackoverflow conducts a survey. This year, 56’033 coders in 173 countries answered the call. The results are always interesting interesting. As in the previous two years JavaScript and SQL ...
Read more ... -
March 21, 2016
JavaScript Tip - Managing npm dependencies with david
David is a neat tool to manage your npm dependencies. To use it conveniently on the commandline you have to install david globally with npm: npm install -g david Now you can go into you project and get a report on your dependencies: david A...
Read more ... -
March 17, 2016
Blog Migration
Last week I migrated my blog away from Blogger.com to Jekyll and GitHub Pages. With this step I am trying to streamline the tooling around my blogging activities, and as a result I hope to blog more in the future. The full sources of my blog inc...
Read more ... -
February 15, 2016
Weekend Reader, Week 6: Bricks
Software is not made of bricks. Once you understand that software is not a simple pile of bricks, you understand that the minimum level of competence required to contribute positively to a project is non-trivial. I think this essay should ...
Read more ...