Browse by Tags

All Tags » JavaScript (RSS)

Building and Deploying Windows Azure Web Site with Node.js and MongoDB by using Microsoft WebMatrix by shiju

In this blog post, I will demonstrate how to build a web app with Node.js and MongoDB, and will deploy it on Windows Azure as a Windows Azure Web Site. Firstly, I will create a web site with Node.js, Express.js, Mongoose and MongoDB. Then I will create...

Technology Predictions for 2013 by shiju

The year 2012 was the year of hypes and we had lot of discussions about Cloud, Big Data and Enterprise Mobility. The year 2013 will be the year, where we can see lot of hypes will become realities. Just going behind the hypes will not help you, but a...

Slides and Code for my Node.js Talk in FOSS.IN by shiju

I did a presentation on Node.js at FOSS.IN 2012, in Bangalore, India. The title of the talk was “Building Web Apps with Node.js”. The slides used for the talk can download from here and the source code can download from Github at https://github.com/shijuvar...
Filed under: , ,

Using TypeScript in ASP.NET MVC Projects by shiju

In the previous blog post Microsoft TypeScript : A Typed Superset of JavaScript , I have given a brief introduction on TypeScript. In this post, I will demonstrate how to use TypeScript with ASP.NET MVC projects and how we can compile TypeScript within...

Microsoft TypeScript : A Typed Superset of JavaScript by shiju

JavaScript is becoming a ubiquitous programming language for the web, and the popularity of JavaScript is increasing day by day. Earlier, JavaScript was just a language for the browser. But now, we can write JavaScript apps for browser, server and mobile...
More Posts