vote up 4 vote down star

My old source was simply being around lots of other programmers and talking shop but now, I haven't worked on a traditional programming team in over a year and wonder what people in the same boat do to stay current with their language, tools and environment. Blogs? Sites? Newsgroups?

Thanks for the ideas.

flag

7 Answers

vote up 5 vote down check

Sites like SO go a long way, just reading the questions and answers.

link|flag
This does not work for me, I prefer more structured source. SO, great as it is, is little chaotic. – Ula Krukar Oct 26 at 9:55
yeah, I can go with that. SO works well for me to inform me of new features of a language or old features I am not familiar with, but what you are saying REALLY applies for me when considering more theoretic topics. ACM or IEEE works much better for me in those circumstances. – San Jacinto Oct 26 at 11:46
vote up 1 vote down

I listen to podcasts, that keep me up-to-date with recent news in my technology of choice. I highly recommend The Java Posse (for JVM related news) and .NET Rocks (for .Net side of things).

link|flag
vote up 1 vote down

I worked alone for most of my career , at home, and faced the same problem. What I did was the following:

  1. I left the first hour of each work day for learning, I would pick a topic, by a book and work for one hour various examples from it. When I was finished I continued on the next topic.
  2. I subscribed on my RSS feed reader to the source sites for the technologies I worked on.
  3. I frequently visited programming news groups and forms to see what is going on in the dev world.
link|flag
vote up 3 vote down

Some Similar questions:

http://stackoverflow.com/questions/775636/staying-current-on-programming-trends-via-twitter http://stackoverflow.com/questions/647390/how-to-stay-connected-to-the-programming-community http://stackoverflow.com/questions/14490/how-can-i-continue-to-stay-current-on-the-latest-and-maybe-greatest-tools-tech

I'd also say that getting involved with a local (or relatively local) group helps.

Maybe get involved in an OS project that uses a language you like.

Perhaps attend code camps and things like that.

link|flag
vote up 2 vote down

I think a good book is still the best way. There are tons of blogs, sites like this, etc, but they serve more as a reference... specially when you are learning a new stuff or new version of a tool or language.

link|flag
I find that blogs are not a reference, but rather often point out details (especially common mistakes, and tips for optimization or usability) that are not mentioned in reference books and official documentation. – Jeanne Pindar Oct 22 at 13:05
vote up 1 vote down

Following on Twitter the people mentioned in this list could be an option.

link|flag
vote up 2 vote down

I pick a language, and implement something small but useful with it in my spare time. For example, I'm learning ASP.NET MVC and NHibernate, and so I'm using it on a new website for a local skatepark.

link|flag
I like this idea to introduce myself to new items, and use it all the time. – jim Oct 22 at 12:27

Your Answer

Get an OpenID
or

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