Zenhance MVC Framework

A Zend Framework like MVC approach to building NodeJS enterprise applications in an easy to install NodeJS module. Zenhance A Zend Framework MVC like approach to building enterprise NodeJS applications. Zenhance does a lot of the heavy lifting for you such as auto routing to controllers and views, automatic caching Read more…

Advanced JavaScript Notation

Forword The following javascript examples and notation demonstrate a few alternatives to well known methods for common tasks. Advanced Notation Tilde Operator The tilde operator ~ literally equates to -(n+1).  For example: Large Denary Numbers Large denary numbers can be represented in short hand notation using the e operator.  For Read more…