White Paper

How To Get Readonly Mode In Django

Last week, I came across an interesting problem at work. The problem was to get read only users in a Django based application.

Using What You Already Have

Sometimes we keep looking for resources everywhere only to realize that we had it with us the whole time. Situation like these might arise when you have too many choices. I too faced these moments before. It is a tough situation indeed.

The Pragmatic Programmer Checklist

Last year, I read a great book on Programming and development (The Pragmatic Programmer). Here is a gist of checklist you must do in case you are developer. These are very good and for sure will help you evolve as a better developer.

Simple State Machine Framework in c#

This blog post covers a very simple, light weight, yet flexible state machine framework in C# .Net.