Why has Node.Js become a gold standard for Enterprise Web Apps?

Why is Node.Js becoming popular with Enterprises? Node.js is a JavaScript runtime environment for building robust web applications. It is an efficient and lightweight platform which comes out-of-the-box with the bare essentials or modules like npm, install, uninstall, update which are necessary for developing scalable apps. Node.js can be extended using third-party modules for creating … Read more

The hidden life of JavaScript function properties

I received this useful peace of information regarding the JavaScript function properties from @gregsidelnikov ‘s newsletter. @gregsidelnikov is been posting very useful javascript/jquery tips, following tip really useful & is one of my favourite: Everyone knows what functions are. We can define and call them. In JavaScript almost everything is an object. Even strings can … Read more