Client Side Programming Create And Use Unit Tests with JavaScript In this blog post we are going to create a brand-new NodeJS project with Jasmine to run some unit tests with JavaScript. First make sure you have NodeJS installed. You can find the installer and resources here.
Algorithms Algorithms: Merge Sort Algorithms: Merge Sort In this new series of blog posts we will discuss many kinds of algorithms. The first one is one of the fastest sorting algorithm you can find. It is called Merge Sort. As always you can find the corresponding GitHub Gist here.