Software Development
-
Software Quality via Unit Testing
The following post is based on a talk I gave at Desert Code Camp 2013. See also the associated slide…
Read More » -
10 Productivity tips for software developers
After attending a few seminars on the topic of productivity and time management and reading a couple of books on…
Read More » -
Simple vs. Easy: Writing A Generic Code To Avoid Duplication (Representation of Data To Import)
In our batch jobs for data import we had many similar classes for holding the data being imported. Technically they…
Read More » -
You rock my hello world_ : Developer greeting cards
Reference: You rock my hello world_ :…
Read More » -
Estimating Might Be Broken, But It’s Not Evil
Ron Jeffries’s essay Estimation is Evil talks about how absurd estimating can be on a software project, and the nightmare…
Read More » -
Multilayered Architecture (4) – The Infrastructure Layer
Introduction What is Infrastructure? If we think at a building, Infrastructure is what brings light and water. You can build…
Read More » -
Continuous Delivery – Part 6 – Backward & Forward Compatibility
Previous Chapter: Startup – Self Test One very important mind set developers will have to adopt and practice is backward…
Read More » -
Code Reviews with Five Whys
We are told that we should organize code reviews because code reviews good for our code base. We have followed…
Read More » -
Bad Code: Too Many Object Conversions Between Application Layers And How to Avoid Them
Have you ever worked with an application where you had to copy data from one object to another and another…
Read More »