When I posted Share Blog! one of my friend Hiral Mistry (now Hiral Shetge) gave me an idea to write on How can we use Agile Software Development techniques to achieve some of the life’s small and big goals and tasks? Her idea was How to break goals into milestone and achieving it? It may sound more… Continue reading Sprint your life too
Author: Vikram Shetty
Share Blog!
I recently started a blog to collect the ideas of my mind, it will share my experience, work as a reference, act as my thoughts archives for future, and getting involved in community. Thus more people reading my blog will make the efforts productive. Before going that much further the blog must be decently user… Continue reading Share Blog!
Working Debt
On 11th January 2014, I thought of a kind of debt we keep living with through out the life which is work. I thought of coining it as “Working Debt”. I tweeted it when it was fresh in my mind @ twitter #WorkingDebt When you don’t follow clean code, design principles, adaptive practice & leadership get… Continue reading Working Debt
Pair programming Dojo with a buddy
I thought about doing a Pair Programming Dojo with a friend outside my work, Gautam Shah. I checked with him and he was ready. I just started to write an email then suddenly I remember the talk by Scott Hanselman @ here. He mentioned when the technical email goes beyond 5 lines then write it on… Continue reading Pair programming Dojo with a buddy
IE developer tool rescued in production issue.
Our team was facing a problem after deploying our code to production. The person sitting on-site was not able to figure out the issue for 3 days. Since already there were escalations and client pressure. Entire team came together on a call from 3 different locations. It was chaotic, lost and frustrating for the team.… Continue reading IE developer tool rescued in production issue.
Get your team motivated
This is a common question that strikes your mind even if you have a team of one member. Surprisingly we don’t have any definitive answer for it. Here is our way of handling this challenge Always keep a positive attitude in any given situation. I had been a very positive guy but in my last… Continue reading Get your team motivated
Android Apps for software developers
Here is a list of three apps I frequently make use during/for my software development activity. 3 Android apps I use are : Stack Overflow Pomodoro Twitter Stack Overflow : It doesn’t need any introduction. If you really care about your craft try to contribute to the community. Answer the questions out there in a more… Continue reading Android Apps for software developers
One line business layer
A business layer method containing a object as parameter and just a single line of code with Data Layer call in method body is a BIG NO NO. Some may find this very silly and have a question how is this possible. But recently I have seen code like that and it really caught me… Continue reading One line business layer
Try Catch Trap
In any programming language you have the ways to handle exception built in your language. I will explain using C# language. Developer learns the mechanics of try catch finally. If you are reading this page you must be already competent on understanding the fundamental of exception handling. Go to msdn to brush it up. I… Continue reading Try Catch Trap
Beautiful Code
The code which is understandable, maintainable, robust, decoupled and neat can be called as beautiful code. Many may definitely argue with me, for the justification of the definition. The bigger questions here is not what the definition of Beautiful Code, it’s about how do we learn to take our code in direction of Beautiful Code.… Continue reading Beautiful Code