vote up 0 vote down star
6

I found this in a blog post, and I am very interested to hear the commentary of the community on this. :D Check it out --> 10 skills developers need in the next five years

flag
5  
Community Wiki please... – bedwyr May 5 at 21:31
2  
Sorry, fixed. :D – CrazyJugglerDrummer May 5 at 21:36
6  
I hope StackOverflow won't be filled with blogspam questions saying: "What do you think about random blog article X"? – Unknown May 5 at 21:55
2  
This is a joke right, Was this article written 5 years ago???? – Chad Grant May 5 at 22:00
1  
6: "Both Ruby and Python are becoming hot in some sectors, thanks to the Rails framework and Silverlight, respectively." WTF??? – Luke May 5 at 23:14
show 6 more comments

closed as not programming related by bdukes, d03boy, Chris Pietschmann, David Basarab, JP May 5 at 23:21

14 Answers

vote up 1 vote down

A sense of history.

"New" things, like developing for mobile phones and embedded systems, require you to deal with memory management and issues that programmers today typically don't have to really worry about. When was the last time you ran out of space and needed "just two more bytes" to store information?

I just had an iPhone problem where I needed to erase a line, but the API didn't have a pre-built function. It didn't take me much time to whip out a Brensenham's line algorithm to do what I needed -- hearkening back to when I was writing code for EGA/VGA graphics cards and had to write my own graphics libraries.

I've been surprised at how much developing for this device gives me flashbacks to the sort of coding I used to do. Now if I could only get Turbo Pascal to compile on this thing...

(One thing I don't miss -- having to support multiple video/audio chipsets...though that may be coming with Apple's new hardware-capable integration)

link|flag
vote up 0 vote down

1: Read article about hot new buzzwords
2: Post to SO asking what everyone thinks
4: Profit

link|flag
vote up -1 vote down

Breathing is pretty high up there.

link|flag
vote up 2 vote down

Although I do agree with most of the things on the list, there really isn't any single list of 10 things for all developers. The top 10 list for Web Developers contains different things that the top 10 list for Desktop Developers or Operating System Developers.

Even thought this is a good topic of discussion, the posting of it hear looks a little like "reputation bait".

link|flag
sorry, I forgot to make it community wiki – CrazyJugglerDrummer May 5 at 22:01
vote up 0 vote down

Ask that guy who developed www.milliondollarhomepage.com , he should know)

If seriously then I think that beliving in answers for this kind of questions (like 5 most important books of 3 most tasty dishes) is like beliving in horoscopes.

link|flag
vote up 5 vote down

With multi processor machines becoming ubiquitous, Good Multi Threading Skills will become essential. IMHO. I believe weaker multi-threading skills will start to stand out like a sore thumb, and start turning net positive producers into net negative.

I believe this is where the push for functional languages is coming from, since AFAIK they will make this functionality seamless, lowering the bar on who can produce workable code.

link|flag
1  
or languages with constructs to make it more automatic. – Kenny May 5 at 21:48
why now? seeing as the "10 things" is very web-centric, MP systems have always been needed there. This is an old skill that's just getting more attention from desktop developers. – gbjbaanb May 5 at 23:24
I interpretted the question as "10 skills developers will need.." not as "10 skills WEB developers will need..". And I think the original article interpretted it that way as either, since "3: Web development" would be a pretty stupid answer to "10 skills WEB developers will need.." ;-) – John MacIntyre May 7 at 14:48
vote up 5 vote down

I honestly think the 10 key skills in the next decade are going to be much the same as they were in this decade - and they're really of a less technical nature and in the realm of soft skills:

  • Adaptability. Life changes, fast. Especially in the world of technology. If you're not able to adapt quickly in this environment, you'll end up coming unstuck.
  • Determination. Sometimes everything is great, it flows, you're inspired and nothing is better than what you are doing right now. Sometimes though, you just have to have the will power, focus and determination to keep going even though you'd rather be on the beach.
  • User psychology. Understanding what drives your target audience and more importantly, understanding how they think, how they will use your software and what will make them not want to use it.
  • Good written and verbal communication.
  • The ability to learn new languages & concepts and the willingness and focus to use that ability.
  • The ability to listen and interpret information quickly and accurately.
  • The ability to set reasonable expectations and deliver on those expectations.
  • The focus to remain on track when everything is falling to pieces around you.
  • The willingness to work with the client, not against them and understanding the difference.
  • The ability to sell yourself and your services/products.

The languages and concepts you learn and understand are going to be secondary to and a byproduct of one or more of those. The technologies will likely be dictated by the vogue of the hour, it's tough to say what that will be so far in advance as technology changes at such a rapid pace. You've just gotta do what you can to keep up or be lost in the crowd of those that can.

link|flag
vote up 6 vote down

The same skills they needed five, ten and probably many years ago. To be smart, adaptable, open-minded and to have a problem-solving attitude.

link|flag
vote up 6 vote down

1: One of the “Big Three” (.NET, Java, PHP)

.NET and Java I agree with, but PHP is being crowded out with superior languages like Python, Ruby and C# with frameworks.

2: Rich Internet Applications (RIAs)

Maybe, but there's still a place for websites without flash intros and everything being an ajax link.

3: Web development

Big, but not universal. There will always be enough work for systems and desktop developers.

4: Web services

Big, but why bother letting a big company have all your private documents etc? We've already been in the mainframe world before. There's a benefit to having your personal computer. Who here suffered during the great GMAIL outage?

5: Soft skills

This was needed in the past as well.

6: One dynamic and/or functional programming language

Those are perpendicular to each other. Dynamic languages are good for rapid development. Functional is good for parallelism.

7: Agile methodologies 8: Domain knowledge

No, these are buzz words.

9: Development “hygiene”

Yes, as new and better tools come out, you should use them.

10: Mobile development

Yes, eventually, your cellphone will be your personal computer, which you can plug into a monitor anywhere.

link|flag
I don't think 'domain knowledge' is a buzzword. I do think that it's something developers have always needed, not just something limited to the next 5 years. – Adriano Varoli Piazza May 5 at 22:44
@Adriano, that's why its a buzz word. Do you really need a flashy phrase for something that means "knowing your field"? – Unknown May 5 at 23:03
vote up 10 vote down
  1. Learn from history. So much "new" technology is just reinventing what came before. Learn to distinguish the simple durable tools from the latest greatest (esp. proprietary) stuff.

  2. Start from, and keep coming back to, the users.

link|flag
vote up 3 vote down

we as a programmer should know more about other things rather than programming , we shouldnt just focus on programming and technical knowledge. And whats more important than learning new Technology is how to use that efficiently.

link|flag
vote up 1 vote down

Good communication skills - verbal and/or written. Not specifically required in the next 5 years, but has and always will be required.

link|flag
vote up 1 vote down

How to learn new technology, and keep up with the best practices in software development.

link|flag
vote up 2 vote down

Understand the needs of the business.

link|flag

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