Things I can’t seem to do without

1.  FTP access 2. Linux/Unix/BSD command line access 3. SSH/Telnet/Remote access 4. Samba file access 5. Apache 6. PHP 7. At least 2 monitors 8. MySQL Query Browser (that can access database) 9. Database Listed above is a list of what I believe to be essentials for any decent programming environment. After I reconfigured my home environment to pretty much contain everything listed above, coding has become a lot easier.

Big Company vs Small Company

There are difference between big companies and small companies, I have noticed. I’ve noticed that a lot of new hires coming from big companies are more oriented towards getting something done, versus getting something done right, and when they make mistakes, they brush it off as if it’s not significant or deny responsibility. I don’t …

Communication Among Developers

Developer 1: “I think we need to sort this array by it’s value” Developer 2: “You should write a hash, store the values in the hash, and then sort it” Developer 1: “That’s what I just said…” … Developer 1: “Alright, I’m going to sort this array” Developer 2: “Alright, but before you do that… …