C/C++, C#, PHP, Project Management, Technology, Web DevelopmentHow 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, TechnologyThreads in Perl without using thread modulePerl 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, WindowsCommon coding pitfalls developers should avoidIf 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