vote up 31 vote down star
11

Reminiscing on your career as an IT professional, what was the biggest lesson you learned?

[If you can accompany your answer with an story, anecdote, link to a website, article or book it would be great thing to inspire and teach the young IT professionals!]

flag
show 2 more comments

78 Answers

1 2 3 next
vote up 1 vote down

Be prepared to reinvent yourself every five years.

link|flag
vote up 0 vote down

Communicate to the person who is in front of you at the moment. If you don't know their level of knowledge and preferred communication style, find out and take notes.

link|flag
vote up 1 vote down

you can contribute to your own downfall

link|flag
vote up 1 vote down

Two words: "Different" and "Interesting"

When commenting on an existing system/codebase that is crawling with fleas, it is not always a good idea to openly express such opinions. You may later discover that you've criticised the work of either your client (cause enough offense, you'll potentially lose the client) or colleague (offend your colleague, while creating justification for your client to ask for the flea-ridden system to be fixed at your expense). Instead, say things such as....

Well, its interesting to see that someone thought a bubble-sort algorithm would be the best solution here...

or:

If I had been involved in the solution design, I might have recommended that we do this differently.

NB: If too many of your colleagues/clients become aware that you use this strategy to soften your criticisms, the strategy becomes worse-than-void, due to the fact that when you genuinely find something interesting (as opposed to interesting), you may find people inexplicably upset with you.

link|flag
vote up 0 vote down

Higher up lie. Client lie. Company lie. Recruiter lie.

It's sad but what you going to do.

link|flag
vote up 0 vote down

My biggest lesson was in the first year after school.

No-one gives a crap about your career except you.

No matter what the company line, policy or training system, anything the company does for you or offers to you is done for one reason - to maximize your usefulness to THEM. Now, if this matches your own career goals, then you are fine. However, if you want to move in another direction, then expect to meet resistance, sometimes very great resistance.

I have had to leave jobs simply because I was not allowed to pursue a given career path.

I was also told "don't expect ANTTHING from us" when I started working on a Master's degree. Actually, I was told that several times. They were surprised when I went and did it anyway - on my time and with my nickel. One V.P. asked me (afterward) "Why did you bother?", and my reply was "I never did it for you. I did it for ME.". I found a much better job soon after. :-)

-R

link|flag
vote up 1 vote down

Never run a script you don't fully understand on a production server.

In my case it just deleted 2 databases, luckily.

link|flag
vote up 1 vote down

spend sometime learning how garbage collection works....

link|flag
vote up 1 vote down
  1. Be honest and always admit your own mistakes. Don't blame others for them.
  2. Don't be afraid to say "I don't know".
  3. Learn to say "No".
link|flag
vote up 0 vote down

Lesson 1, if you made a mistake admit it as soon as possible and go to management with a plan to fix it. Mistakes you point out are far less damaging to your career than ones other people find that you caused.

Never hide the bad news (missing a deadline or can't figure out something or whatever it is, not just mistakes discussed above). Bad news doesn't get better by ignoring it.

If you have a personality conflict with someone, do not let it affect your ability to work with that person and if at all possible take steps to fix the problem. Even if I don't like someone, I never let that stop me from behaving as professionally to them as to everyone else. When the person I don't like does something right (hey law of averages says it has to happen randomly sometimes), I make sure that management hears that from me instead of only complaining. Your valid criticisms will have more impact if managment doesn't perceive you as simply disliking someone.

But don't let being polite and reasonable to the unreasonable people you get stuck working with mean that you don't protect yourself. Make sure to document problems and their resolution.

If you find that you have co-workers you feel you cannot trust, get another job as soon as humanly possible. Trust me, you don't want to stay where someone can make things look as if you did them when you didn't. If the CEO is having an affair with his secretary and promotes her to be your project manager, leave! Do not stay in no win situations and hope they will get better. They always get worse.

link|flag
vote up 1 vote down

I learned that it is way too easy to underestimate the time it will take to complete a project, and so it is very easy to underprice yourself too.

link|flag
vote up 1 vote down

Three things:

1) If you work in close relation with your users never implement anything unless they at least ask you twice for it.

2) Never implement new features unless you have a written request ( mail is just fine )

3) Always write down who made you change something so you can let users discuss over it instead of gettting all the blame.

link|flag
vote up 0 vote down

Expanding on Larry Smithmier's comments above:

Understand that, ultimately, your productivity can't be measured with static code analyses - but rather only as a function of the business value delievered in terms of either increased effectiveness (higher sales), efficiency (lower costs), or both.

Be as objective as humanly possible about the business value you deliver, but then don't be afraid to ask for compensation commensurate with that value. Because - be it salary, hourly rate, or fixed price work - if you don't ask, no one else will. It can be a real scary thing to do at first; but at some point, you simply have to step up and ask. No one 'makes it' without taking on this level of responsibility for themselves somewhere along the way regardless of the business they're in.

P.S. Also understand, the folks you'll be asking have every right to squawk a bit about such a request and prospect; in fact, if they don't squawk at least some, then you're probably leaving money on the table.

link|flag
vote up 0 vote down

Don't be afraid to tell others if their coding is faulty. But do it carefully.

link|flag
vote up 0 vote down

The discovery of a mistake that you have made should never be covered up or brushed over. Find the correction as quickly as possible, then go confess your error and offer the solution. Work tirelessly until you have made it right.

link|flag
vote up 1 vote down

Obviously, this questions is highly subjective.... My story: I should have went into consulting, then self-employment 10 years sooner than I actually did! I did'nt think that I "knew enough", but after a year or so of being a contractor and then venturing out on my own, I realized that I had known everything that I needed to know already. I had good mentors and learned a lot in the 15 years prior.

link|flag
vote up 1 vote down

With great power comes great responsibility.

Seriously. Stuff you run across while doing your job (like your boss's email, coworker's files, employee-private information) must not tempt you and you must not do anything that will violate your coworkers trust in you. You have root-ish powers for a reason -- don't screw it up.

link|flag
vote up 2 vote down

Don't get trapped putting out fires. Take time to do some fire prevention.

One commercial development project I was working on got into a sad loop of quickly fixing showstoppers and releasing them only to find customers found more showstoppers. After some intense negotiations with management we put in a daily build and test system and had a 3 month feature freeze to fix items on the bug list without adding new features. It wasn't as bad as management had thought. Our distributors liked the idea and helped supply some tests for our daily build and test system.

link|flag
vote up 0 vote down

With new technology, programming language and frameworks popping up everyday, there is no way to learn them all; so don't over extend yourself, learn what interests you. If you are interested in something, it's more likely that you will spend time on it and really use the new knowledge.

link|flag
vote up 1 vote down

Realize that specifications are going to change. This is simply a quirk of being human in that there are those frilly elements in the UI that will likely get changed on a whim that one has to be prepared. It may be that you make a change and then have to undo the change.

Don't take it personally when your code gets thrown out. An example here is a new feature you spent 3 weeks working on and the person responsible for the project decides to cut that part as it isn't really needed and this other thing over here is, so get that done... NOW!!!! (Somehow it almost always seems like software should create itself instanteously but that rarely happens)

link|flag
vote up 0 vote down

You can never have enough clarification and detail with project requirements.

link|flag
vote up 0 vote down

There are several here that I agree with so I won't repeat them But one I learned a long time ago was:

Don't be afraid to say "It's my fault".

Take responsibility and fix the mistake - explain how you'll prevent it from happening again. Your reputation for honesty will really help sometime down the road when someone tries to blame you for something that wasn't your fault.

link|flag
vote up 0 vote down

Automating daily backups is best possible investment.

Take DAILY backups! Backup to multiple locations, with at least one offsite location.

link|flag
vote up 0 vote down

So many lessons... One that I tend to live by is "Don't take anything at face value".

What I really mean by that is that you usually need to keep digging to get to the root cause - be it a defect or a new requirement. Users may say "it's slow" and genuinely mean it, but when you finally get down to it you could end up with "this thing I do every day takes way too many keystrokes", which is a completely different problem to solve.

So keep asking the stupid questions until you understand!

link|flag
vote up 3 vote down

I have learnt that the calmer you are, the quicker you get the results to the problems.

link|flag
vote up 3 vote down

Don't take all the responsibility for a problem. Sometimes you can be furiously trying to solve a problem alone and carrying the problem on your back. Get other people involved, escalate, get other folks involved.

This may seem a bit backwards. but it can be extremely stressful when you don't get others involved and management will never know there is pain and your working at 2 AM unless you tell them.

link|flag
vote up 1 vote down
  1. Results are what counts - ideas without action are useless.
  2. Don't be afraid to say "I don't know".
  3. If you make a mistake, admit it, learn from it, and move on.
link|flag
vote up 0 vote down
  1. You can never plan enough.
  2. Communicate, communicate, communicate
link|flag
vote up 5 vote down

I've got three main lessons rather that just one:

1. Don't give people what they ask for, give them what they need.

Very often you'll receive requests from people who are non technical asking for a particular implementation. I've often found that the implementation they are asking for doesn't really solve their problems, they just think it does based on their own misconception about the system. So always ask people what their real objective is and then try to figure out what solution would work best for them. It may sound like common sense, but I've seen way too many teams delivering what the client asked for only to find later that they've delivered a lemon because neither party had taken the time to understand what the right solution really is.

2. No matter where you are on the pecking order of a team or project, you CAN make a difference.

The pulse of a project aligns itself around the people who make things happen at all levels. So be proactive and take responsibility for making sure the project or team does the right thing, rather than just writing it off as lack of omniscience on the part of management. Things can get better.

3. It's more important to manage people's perception of the problem than it is to fix it.

I've found many times that if I provide a clear explanation of a problem or an issue and people grok the implications or consequences or even just the current status, they are almost always willing to make allowances in terms of schedule or resources. And in some cases, I've even been told that they'll live it with it and that it's not worth my time fixing it.

link|flag
vote up 1 vote down

There is always one more bug !

In other words, never think your environement is perfect. There is always something somewhere that will need to be fixed, improved, or changed.

link|flag
1 2 3 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.