10
votes
31answers
2k views
What skills are worth learning for a programming career and/or resume?
What skills, languages, tools, etc. would you suggest someone interested in a career in programming learn?
…
106
votes
Confessions of your worst WTF Moment. (What not to do.)
I was logged into my new dedicated server box and configuring some firewall rules over ssh. The first thing I did was set it to not accept any connections from anyone. Then I saved it to test that …
0
votes
What else does one need on top of programming skills to be a good Technical Lead?
People and management skills for a start? Spelling ("Skills" does NOT end in a "Z"...) for another.
Honestly, this is a very subjective question. There are a ton of management styles and an …
1
vote
Perks for new programmers
A decent manager, good training, and good motivation would be nice. In all of my past jobs, the training sucked, the managers didn't care, and they ended up "motivating" me right into a new job. …
1
vote
How many of you prefer full screen?
Yes (for voting)
I'm on a mac, so too many windows can get crazy. Keeping several things in one window keeps things nice and organized. :)
…
4
votes
What is a good GUI text editor for the Mac?
Xcode... its on your leopard DVD's, or can be downloaded from the apple dev site. (Free registration required)
I'd recommend the version on the website tho, since its been updated for 3.1 a …
0
votes
What coding mistakes are a telltale giveaway of an inexperienced programmer?
I was always fond of
if (x = 1) { ... }
But maybe that is more inexperienced than you were thinking.
…
