Tech Choices a StartUp Developer has to make
The eco system for programming languages and frameworks is well evolved - and is continously evolving. As a web developer you are faced with many choices. I have tried to capture some of the options I had to evaluate for Apartment Adda. I have left out the esoteric languages and frameworks which have not become mainstream yet. Programming Language - Java, PHP, Ruby, Python This is the first decision a developer has to make and might be the easiest choice - pick the one where you have the most expertise. However if you are well versed in more than one language - pick the one that will suit your startup - based on the funds you have ( cheapest to host will be php to Java hosting being expensive) , speed at which you want to release ( php/rails being fastest to Java being the slowest ), team's expertise ( java developers being easy to find and ruby developers being hard to find ) etc. Framework Choices - Rails, ActiveRecord, CakePHP, Spring, Hibernate, Django.. In most of the cases t...