vote up 6 vote down star
2

When someone asks me what they should focus on or what they should do to keep up in the software development industry I always tell them to choose a technology and become a specialist in that particular choice. Some friends of mine agree.

At the same time I see other great programmers who enjoy exploring all the newest languages and frameworks. When I quiz them about what they know about 1 particular framework, like say .NET, they know a lot about it but not the details. They say, "...its trivial, I'll just Google it up..."

These are 2 different types of developers I know who look at the software industry differently. They are both bright and love what they do. Whether it is focusing on the greatest (in their opinion), or exploring with the latest.

What I'd like to know is, what stands the test of time?

I'm having doubts about my plan to focus on 1 technology. Is it wise? Don't get me wrong, I am open to new ideas. A hybrid approach might just work but skimming headlines is not such a wise thing to do. What do you think is the best approach to keeping up and keeping your game on top?

flag
1  
Community Wiki? – adamantium Aug 12 at 4:12

closed as subjective and argumentative by gnovice, Neil N, Lucas McCoy, Samuel Carrijo, John Saunders Aug 12 at 8:38

12 Answers

vote up 12 vote down check

Intelligence stands the test of time so expand your mind by learning:

  • Try different technologies (from hardware to software)
  • Read (books, papers, blogs, forums, StackOverflow, and other people's code)
  • Write (start a blog, write a story for a new video game or an alternative ending)
  • Teach (share your knowledge through blog, answering questions in chat rooms/forums/SO/etc)
  • Personal projects (work on an open-source project or start your own, write about your project)
  • Education (Second degree (Math, Physics), technical masters or MBA, PhD)
  • Industry experience (Interacting with people, working on teams)

and remember

Always Be Coding

link|flag
1  
perfectly put! :) – klabranche Aug 12 at 13:49
vote up 2 vote down

Technology itself doesn't stand the test of time, so keeping up is the best we can do, IMO. Becoming a specialist in just one technology is really helpful if you are already working in that field, but if you want to switch fields or need a job, knowing several areas, even superficially, may be helpful.

link|flag
vote up 2 vote down

The combination of focusing on the greatest and exploring with the latest.

link|flag
1  
Is that your quote or someone else's? I really like it. +1 – Lucas McCoy Aug 12 at 4:13
Its in the question itself. – adamantium Aug 12 at 4:14
Just combined the two things which I think will be the best answer for this. – adamantium Aug 12 at 4:14
It's nice. If you have a blog you should try to use this in it. ;-) – Lucas McCoy Aug 12 at 4:21
vote up 2 vote down

It's much harder to be a great generalist than to be a great specialist. Nota bene: By 'specialist' I mean "few technologies and languages surrounding a certain platform" rather than "literally 1 technology/language".

(For a thoroughly unscientific piece of evidence, have a look at the badges at SO: http://stackoverflow.com/badges. There are no generalist badges, likely because programmers tend to develop their circle of competence of certain technologies and languages in certain platforms.)

To truly claim competence in a platform or technology takes long, hard years (though they're going to be enjoyable, impish years) and each platform today (say, Win32 vs. Linux vs. Web-dev) is sufficiently complex that you can keep learning about its nuances all decade long and still have room to catch-up.

So I'd be pointing towards one platform (say, Win32) and becoming the master of its surroundings. Sure, you'll want to check out other languages for the sheer enjoyment and to broaden your horizons (for a hobby project perhaps), but your circle of competence is better off being within one platform.

link|flag
very sharp of you to add a definition for specialist emphasizing "few technologies and languages surrounding a certain platform rather than literally 1 technology/language" – Ludwi Aug 12 at 7:40
vote up 1 vote down

Obvious ... read StackOverflow.com

link|flag
Reading stackoverflow without proper basic knowledge will be of no advantage. – adamantium Aug 12 at 4:30
2  
There are a lot of topics on the site for every level of ability. On the contrary, this site makes more advanced topics more accessible than ever before – Casey Aug 12 at 5:14
vote up 1 vote down

Tech changes too fast to really focus so heavily into one IMO. Of course that's easy for me to say since I have been more of a generalist in my career so far. I will admit though there are alot of people who do very well with specialization and often they move on to another specialization when the one they are on is no longer working well for their profession.

I am working on getting a good breadth of knowledge will always serve one well. No, I may never be a Tech X expert/genius but with the advent of the internet and such I don't have to be.

I have been diving a lot into the how to program better topics such as refactoring, object oriented design, testing, etc.... while still working on newer techs but my main attention is more on the concepts than memorizing the ins/outs of a tech. For example, I saw Dynamic Data come out for ASP.Net 3.5 and thought wow this is cool and then figured out this was ROR (Ruby on Rails) which I know little about but knew even less before I heard about DD. It made me think where have I been to not even have a basic understanding of ROR or Castle MonoRails or whatever else....

I have endeavored myself to read like mad on ideas that have been around for awhile like refactoring and design patterns to make myself a better programmer as well as try new technologies even those outside my current comfort area. It's not easy because there is so much. I have added many blogs and sites to visit on a regular basis from those I consider making good waves in the programming community and who I can learn much from. This has been great as many of these entries have introduced me to concepts totally unknown to me in the past or new tech. Overall, I feel I have learned a lot in the last few months.

My biggest learning point: I'm not as good as I thought I was (and that's OK)! :)

Good Luck.

link|flag
vote up 0 vote down

The problem with technology is that nothing actually stands the test of time. Everything becomes outdated pretty quickly. That said, I think it helps to specialize in only a couple of things. Though, there's no real answer to the question. I think it depends on how much time you have to program and your job requirements :)

link|flag
vote up 0 vote down

"You can be a jack of all trades and a master of none but you can't be a master of all trades" holds true for development. I think to be useful to an employer you must have a specialty, something that you are the expert in. However, you always need to be exploring the latest technology and keeping up with what the development community is doing.

link|flag
vote up 0 vote down

I think its most important to be aware of the concepts. Once you know the basics, picking up anything is much easier.

Know the different language paradigms (even if you're only really good at a couple of them) and learn about design patterns. Design patterns often guide how libraries are laid out. Sometimes design patterns even help shape some of the features in new languages.

Once you know the basics you'll be able to pick up newer languages and libraries because you'll have a better understanding of where the designers were coming from when making their decisions.

link|flag
vote up 0 vote down

I do not think there is one answer to your question, and not one that has lasted the test of time.

The people who i talk to who are always on the edge seem to be amazing an talented but, what really sets them apart is that they fiddle with coding and technology all the time. The reason they can come up with great solutions is because they really understand how stuff works, and why stuff doesn't work. When they come to a problem its not merely trying to quickly answer but actually find out why it works.

For my part i follow a few developers on twitter, sometimes they share little tidbits and links they won't be bothered to blog about. I read sites like this or thedailywtf.com. I check out books on Safari Books Online (although i am horrible at finishing them).

I think sometimes passion is a big factor as well. Good luck!!

link|flag
vote up 0 vote down

I believe, Now a days if you are serious about anything tech related (I mean software reltaed field), you have to have a broad understanding of all the techs that are participating in a particular effort. I have never seen a project where one and only one technology did the job.

As you said it, it is best to become master of one and know an overview of other (and the details can be googled) i think is the best approach, as you have to know the overall pieces that fit together and do the job...for example..

A corporate intranet website comprises of Web Layer(a whole list of technologies are here, right from barebone jee webapps to very complex portal frameworks which are capable of servicing 100's of websites from one single installation), Middle Layer (again welcome to a new world the list is endless, from simple EJB's to BPEL engines), back end systems (again these can vary from legacy to modern business server cluster whose only prupose is to do somethign helpfull to the business...)...and at the end all but not the least the glue that holds all of this together...in the form of configuration grids... (I like terracotta or gridgain like things)...

Bottomline: yes there are a lot of technologies out there...but that should get you excited...to be able to solve most impossible problems with all those wonderfull things.... and yes all of the takes dedication and hard work to learn.

link|flag
vote up 0 vote down

Keeping up with individual technologies is impossible. The best thing to do is focus on learning the larger patterns and concepts, which can be applied to whatever API happens to be in vogue.

Learning about functional programming is going to do you more good than learning the latest Java database API. Learning about unit testing will do you more good than learning the latest ASP add-on. Learning about proper separation of concerns will be more beneficial than learning the latest framework.

In fact, understanding these larger concepts will generally make it easier to understand the specific API implementations. If you understand the concepts behind, say, the MVP or MVVM patterns, then learning a framework which is based upon them should be very, very natural.

Knowledge of APIs is what searching the web for. Concentrate on the deep concepts, and you'll be good to go.

And... CODE. Reading is great, and helpful, but practical knowledge gained from actually writing code is gold.

link|flag

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