The technology choice of the blog.

Written by - Saumya

11 January 2014

First question to answer is why I moved to a static page solution?, there are a lot of answers to this. Here is a nice writeup by David Tucker. The Need for a Static Site Generator.
Now, since we know a static page site is the need of the time, the technology choice is important too. Obviously the first thing, that comes to mind is Jekyll, yeah, its simple and just works. Being in MAC, its even tempting to use Jekyll, as Ruby comes installed with the OS. Further more Jekyll support is in-built with GitHub Pages. It could have been as simple as that.
I choose Javascript as the language of choice, since its exciting now, what we could do with it, so this blog would be one of my playgrounds for the work I do. I have already getting more and more familiar with Jade templating engine and nodeJS workflows, wintersmith is such a nice engine which works on nodeJS. Just the matter of time, as how far Javascript has come!

Happy Coding