These days, being online feels like a digital cat-and-mouse game, with cybercriminals lurking around every corner, looking for ways to extract and exploit personal information. Although callback ...
Last week we enhanced a map interface with voice commands using annyang. This week we’ll extend our multi-modal interface even further by adding simple head-tracking using pico.js. Pico.js is a ...
Developing embedded software that is flexible and scalable has become an important aspect to product development. More and more, companies aren’t developing a single monolithic product, but instead, ...
A function(filename){} callback, returning true if filename is to be matched. Consistently it can have a negation / exclusion flag before it: [..., '!', function(f ...
WTF is a 'staged pipeline' ? A staged pipeline behaves similiar to a normal pipeline you maybe know from express.js or other js projects (i'm sure you can find them also outside the js world). The ...