A Layman’s anti-NodeJS agenda

Everybody has opinions: I have them, you have them. And we are all told from the moment we open our eyes, that everyone is entitled to his or her opinion. Well, that’s horse-puckey, of course. We are not entitled to …

Read more »

Node exports & require

In my post about Node modules I demonstrate the usage of require() and exports without going into detail. Structuring a Node deployment can be tricky, mostly because there’s more than one way to organize modules in the file system (particularly when working with npm, …

Read more »

Node Modules

Building complex applications with JavaScript isn’t a straightforward task because the language has no standard mechanism for creating libraries. CommonJS module specification suggests a way in which libraries (modules) should be written “in order to be interoperable among a class of module systems …

Read more »

.sprintf(__(