Versatile Programmer Podcast
testing development software continuous intergration debug unit | Episodes | Saturday April 19, 2008 | By JC Mann
What It Is
Do we really need to describe it?
Ideally you should have unit tests that exercises 100% of your code.
What It Is Not
A load tester
End-to-end or integration tester.
Why
To reduce the number of bugs....
Sysadmin Corner
gdd troubleshooting sun debug | General | Wednesday April 16, 2008 | By William Hathaway
When you run into a problem with computers and need to talk to someone else (whether it is an official support channel or an unofficial mailing-list/forum/irc chatroom), it is critical to gather the basic information that will enable people to help you. ...
Software Development
solaris pargs debug solaris10 | General | Wednesday April 02, 2008 | By Bill Kratzer
I was troubleshooting an application problem on a Solaris 10 box today, and I was using ps to get some process information. One of my co-workers told me to use pargs . The pargs command (short for "process arguments") can show...