Why And How To Containerize Modern NodeJS Applications

Imagine you write your code, wrap it up, and deliver it straight to your friend – gift-wrapped as a present. This is containerization of apps in a nutshell.  Containerization is a concept, that lets you open up your presents for Christmas and fit it straight into a puzzle, the puzzle being your complete software package. … Read more

The JavaScript Developer’s Guide To Node.JS

Whether you’re a full-stack developer or a JavaScript newbie looking to learn new technologies, Node.JS is a versatile backend programming language that runs on the V8 engine, used by modern-day developers for building custom software applications. Node.JS doesn’t have a steep learning curve, and in fact, is very easy to adapt by JavaScript developers who … Read more

Backbone, Ember & AngularJS are the paradigm shift for Web Application Development

Backbone-Ember-AngularJS-are-the-paradigm-shift-for-web-application-development

With JavaScript popularity moving up, client side applications are getting much more complex than before. Developers use JavaScript for lots of different Web applications, because it can really make the user’s side look and work in a pleasing manner. Frameworks like Backbone, Ember and Angular bring structure to JavaScript code and keep it organized. They … Read more

How useful are web application frameworks? & How do I know which framework would suit me?

For non-technical background people; framework is a bunch of libraries, tools that do common task in web development and it aims to ease the common activities which have to perform in web development. Using appropriate framework is essential for a developer because it saves an important time and efforts for building an app. Most of … Read more

Why Node, the fundamental difference between Node and other languages

The face of web development today is dramatically different !The things that we can do on the web nowadays with JavaScript running on the server, as well as in the browser, were hard to imagine just several years ago.This technology, called Node.js, is being hailed as “the new Ruby on Rails” by some in the … Read more