Template Engines for Node.JS

paint

Ok, after spending long time with Smarty and Dwoo while I was working with Zend Framework and also long time with Twig when I switched in to Symfony 2 I had to find good alternatives when I switched from PHP to Node.JS back then, there was not that many options and the only decent solution was Jade. While Jade is really powerful and great I’m not that big fan of languages that use indentation so I started to check the existing template engines that are available today in order to end up in a solution that would be more similar to Twig or python’s Jinja 2, no need to hide that I really like Twig a lot.

Continue reading →

Dependency Injection in NodeJS

lego-bricks

If  you used to use Dependency Injection and you miss that in NodeJS or if you look how to use Dependency Injection in NodeJS then you are in the same path as I was.

Continue reading →