Web Application Servers

Developing a Blockchain Explorer

Node.js Lessons Learned The Hard Way

Four points to keep in mind when working with Node.js, guaranteed to save you a lot of time and pain.

Node.js is perhaps the of the most exquisite offering in server side development environments of recent years. It allows very fast  bringup of server side components, it is highly efficient and provides extreme throughput when appropriately used, and […]

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 […]