notes worth sharing
Thursday, June 4, 2015
Spark Cluster Computing - Part 1
›
One of the things that I am interested at is the challenges big data poses and the opportunities it provides in terms of helping us under...
Monday, June 30, 2014
Future in Java - Asynchronous Computation
›
These days I am doing a bit of Java programming. One of the new Features that I learned recently is Future. A Future is a representation...
Saturday, February 1, 2014
Using Node.js to build a site that returns JSON data
›
I am working on a project that integrates with multiple other vendors using Http endpoint. We send http requests with JSON payload and the ...
Wednesday, June 26, 2013
IIS Servant - a web based management tool for IIS Manager
›
Big kudos to Jonas Hovgaard for building it and making it available for public . IIS Servant gives you access to IIS manager and you ...
2 comments:
Tuesday, April 23, 2013
The PRG /POST-REDIRECT-GET/ Pattern using ASP.NET MVC
›
This pattern is used to solve the double submit problem. When a user tries to refresh the result page of a post request, The page is resubm...
Friday, March 22, 2013
Lunch and Learn Session on SignalR .Net - Realtime for Web
›
Here is the power-point to the presentation I gave my colleagues a few weeks back on SignalR.
Tuesday, January 15, 2013
Extending the default Command Timeout in Nhibernate
›
There was a Nhibernate query that is taking more than 30 sec , 34 seconds to be exact. The query involves a view that joins so many views ...
7 comments:
›
Home
View web version