C/C++, C#, PHP, Project Management, Technology, Web Development How to kill your time by hardcoding? Spend some time to make things configurable in start of a project to save hours of troubleshooting later in the project.Muhammad Jawaid ShamshadFebruary 19, 2010
Linux, Technology Threads in Perl without using thread module Perl threads are not good. If you need threads in Perl, try coding your multi-threaded part in C/C++, and wrap that in Perl.Muhammad Jawaid ShamshadJanuary 21, 20101 Comment
C/C++, C#, Microsoft, PHP, Technology, Web, Web Development, Windows Common coding pitfalls developers should avoid If result of a function is needed more than once then don’t call that function multiple times. Save the result of that function in a variable and use that variable instead. Muhammad Jawaid ShamshadJanuary 26, 20091 Comment