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
|
6
|
|||||||||||||||||||||
|
closed as not programming related by bdukes, d03boy, Chris Pietschmann, David Basarab, JP May 5 at 23:21 |
|
|
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) |
|||
|
|
|
|
1: Read article about hot new buzzwords |
|||
|
|
|
|
Breathing is pretty high up there. |
|||
|
|
|
|
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". |
|||
|
|
|
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. |
|||
|
|
|
|
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. |
||||||||
|
|
|
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:
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
.NET and Java I agree with, but PHP is being crowded out with superior languages like Python, Ruby and C# with frameworks.
Maybe, but there's still a place for websites without flash intros and everything being an ajax link.
Big, but not universal. There will always be enough work for systems and desktop developers.
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?
This was needed in the past as well.
Those are perpendicular to each other. Dynamic languages are good for rapid development. Functional is good for parallelism.
No, these are buzz words.
Yes, as new and better tools come out, you should use them.
Yes, eventually, your cellphone will be your personal computer, which you can plug into a monitor anywhere. |
||||
|
|
|
|
|||
|
|
|
|
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. |
|||
|
|
|
|
Good communication skills - verbal and/or written. Not specifically required in the next 5 years, but has and always will be required. |
|||
|
|
|
|
How to learn new technology, and keep up with the best practices in software development. |
||
|
|
|
|
Understand the needs of the business. |
||
|
|
