Kidomi - a JSON-based templating library

Posted on 05 January 2014 in Articles • Tagged with CoffeeScript, JavaScript, programming • 3 min read

kidomi - is a simple yet powerful javascript templating library which converts JSON input into a certain DOMNode output. Kidomi was written after I have had a chance to try the dommy ClojureScript library in production.


Continue reading

Is it a string?

Posted on 23 September 2013 in Articles • Tagged with JavaScript, programming • 1 min read

How do you know if a Javascript variable is actually a string? There are several ways to answer this simple question.


Continue reading

C's heritage: bitwise and equality operators

Posted on 29 December 2011 in Articles • Tagged with programming, C, JavaScript • 2 min read

The design of C made by Brian Kernighan and Dennis Ritchie has influenced the whole software and hardware industry. Sometimes you can feel the heritage of C even in modern high-level dynamic languages like Javascript.


Continue reading