Build Server Selection Influencing Factors Part 1

Build Server helps development team to do build automation. Build automation is the act of scripting or automating a wide variety of tasks that software developers do in their day-to-day activities including things like: Compiling computer source code into binary code Packaging binary code Running tests Deployment to production systems Creating documentation and/or release notes… Continue reading Build Server Selection Influencing Factors Part 1

Published
Categorized as Technical

Gift : Networking and Collabration

I recently dropped an email to my network. My Dear Network, If you are having a TGIF, here is an summary of a good book I recently listened name “The Startup of You” @ http://www.thestartupofyou.com/wp-content/themes/startupofyoutheme2012/img/TheStart-UpofYou-ExecutiveSummary.pdf Here are few reasons why I insist you (the individual and the team) to go through this 8 page summary:… Continue reading Gift : Networking and Collabration

Published
Categorized as Thoughts

Abundance is the new norm

We have abundance of information to write a right software, starting from great books, online learning, developer’s documentation, stack overflow, team mates, well know practices and many more. Learning a right way consist of unlearning wrong way. This will be the toughest challenge in hand. But with true inspiration and determination it can be archived.… Continue reading Abundance is the new norm

Published
Categorized as Thoughts

Google Charts Learning Series

Intial sets of learning: While loading multiple package use one single google.load() statement. When using both package 1 and 1.1 we can use only 1.1 as it is backward compatible. In google playground click edit html for complete source code. Months of google date starts from index 0 (zero) as January. You must give all… Continue reading Google Charts Learning Series

Published
Categorized as Technical

Beautiful API of Google Charts

I have never came across such an fantastic api design for any library. There are many excellent library out there but Google Charts is different. I am not a language designer nor an public api developer. Working with this open source library was mind blowing. Below are couple of instance where the interface worked exactly like… Continue reading Beautiful API of Google Charts

Published
Categorized as Technical

Get started! Write code.

In Indian software world from where I come, we mostly work as vendors to the clients. Challenges we have as talked with Siddesh, on how client’s expectation is very high, ambiguous requirements and sharp deadlines, it might sound all too familiar in any part of the world. Since Indian software clients are growing and maturing,… Continue reading Get started! Write code.