February
January
July
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.
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.
How to setup PHP development environment in Eclipse?
Learn how to setup your development environment in Eclipse/PHP.
