JavaScript

gui for mongodb

We have been using mongodb for few of our projects for the last few years. One of the things we have missed a lot is a gui for doing some of the routine things, try a query, look at some of the data, a few collections and the other usual fun stuff. Though there are [...]


Javascript reverse engineering

One of the things that I miss in js is a simple trace utility that will show me all the functions executed for a particular flow. I solved my problem with this simple firebug extension “fireflow”, hope it will help you too. It can be installed from xpi location You can also download the xpi [...]


Closures in JavaScript

I often find that all the great goodies that JavaScript comes with literally leaves me groping for equivalent luxury in other programming languages. One such super cool concept is that of ‘closure’. So, what’s a closure? The term closure has several meanings depending on the context it’s being used in. In computer science, in simplest [...]