Couple of days ago, while browsing the Internet I came upon this video (which since then went viral)... (more…)
Read more »
This is the fifth in OSSBlog’s series of open source programming books. This compilation focuses on the JavaScript language with… (more…)
Read more »
Woah, the JS world is moving so fast. Just yesterday I was replacing my jQuery $('#time') with document.getElementById('#time') calls. I…...
Read more »
I just finished reading An Introduction to Functional Programming Through Lambda Calculus by Greg Michaelson. Towards the end, the author… (more…)
Read more »
If your web app gets huge amount of data from your server, FlatBuffers is the perfect ‘heavy lifting’ tool for you. Here’s how we use it at Jaco.
Read more »