Sunday, April 15, 2018

Client Side Scripting Languages

There are various Client side Scripting languages available in market. To choose which one is best fit for your project based on the usage. Below is the list of comparison and features available.

AngularJS : Angular JS version 1.0 was released in 2012. AngularJS is a JavaScript framework. It is a library written in JavaScript and basically is a JavaScript-based open-source front-end web application framework mainly maintained by Google.

It will work based on Model-View-Controller patterns and the latest client-side JavaScript.  One of the best advantages of data binding is it automatically changes the values of the view whenever the model changes, as well as updating the model, whenever the view changes. This is called two-way binding.

Angular JS is ideal for building highly complex and active web applications.


React JS : React (sometimes React.js or ReactJS) is a JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations

React JS is ideal for building complex applications where data is changing very frequently.


Meteor JSMeteor, or MeteorJS, is a free and open-source isomorphic JavaScript web framework written using Node.js. Meteor allows for rapid prototyping and produces cross-platform (Android, iOS, Web) code.

Meteor JS is ideal for medium level web applications.

Backbone JSBackbone.js is a JavaScript library with a RESTful JSON interface and is based on the Model–view–presenter (MVP) application design paradigm. Backbone is known for being lightweight, as its only hard dependency is on one JavaScript library.

Backbone JS is ideal for building SPA applications.

Node JSNode.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side. 

Node JS is ideal for building SPA applications.

Azure Cloud shell commands cheetsheet

  Certainly! Here's a cheat sheet of commonly used Azure Cloud Shell commands: Azure Account az login : Authenticate and log in to your ...