To Node Or Not To Node?
Fact: Node.js is single threaded yet powers some of the highest traffic sites (source)
Node.js is a unique gem. When harnessed for the right problem and in the hands of a knowledgeable developer it would shine for you, but use it for unsuitable tasks or by a developer unfamiliar with Node’s philosophy then chances are you’re headed for a […]
What’s Wrong With Template Engines?
A Solution Looking For a Problem
I’ve recently came across few articles explaining how we can get Laravel’s Blade and Angular.js to work together.
For those unfamiliar with the terms, Laravel is a rising star PHP web application framework and Blade is its template engine responsible for meshing up web page templates with data models to render […]