DEV Community

Cover image for How to stay up to date as a Software Developer
Manuel Sidler
Manuel Sidler

Posted on

How to stay up to date as a Software Developer

Cover photo by Alexis Brown on Unsplash

Being a software developer is great. But being a software developer is also hard. Whilst I'm writing this post and you're reading it, there will probably be dozens of new frameworks, libraries, tools and methodologies announced. That's one of the most interesting part of our job. But from time to time it's just overwhelming and I get FOMO.

Human left hand

Photo by Alexander Lam on Unsplash

Am I going to miss something important? How do I stay up to date as a software developer?

In the last few years I've been using the following strategies for myself:

  1. See what's going on and get the big picture
  2. Dive into something a little deeper
  3. Use it in a real project

1. See what's going on and get the big picture

To see what's going on I primarily use the following medias:

  • Twitter
  • RSS Feeds
  • dev.to
  • Podcasts (eg. Dotnetrocks, Hanselminutes)
  • Newsletters (eg. JavaScript Weekly)
  • Meetup group and conference lists

Even if you just scroll through your timeline, RSS or podcast feeds, meetup groups and conference lists, you'll get a feeling about what's going on and get the bigger picture in your head. When I stumble over an interesting tweet, RSS feed, dev.to article or a link in a newsletter, I save it on Pocket. I take notes about interesting meetups and conferences and put them into my calendar.

2. Dive into something a little deeper

Packed with the bigger picture in my head and a collection of interesting articles, blogs and other things in my Pocket, I'm able to dive deeper into a specific topic. I read blog posts and docs. I listen to podcasts. I join meetup groups and attend conferences. In case of a very interesting topic, be it personal interest or for a specific project at my job, I dig deeper into it by means of a book or a Pluralsight video. And last but not least, I play with it in code.

3. Use it in a real project

Videos, podcasts, books, blogs and code playgrounds are all great ways to learn something new. But if you really like to know that stuff, you have to get your hands dirty! That means I try to use something I learned in a real world project at my job, even if it's risky sometimes.

Conclusion

You may notice that my strategy heavily depends on free content provided by other people. I'm really thankful and I have a lot of respect for these women and men. Thank you!
I'm trying to make my contribution to the community and to my co-workers in form of blog posts, brown bag sessions and hopefully soon speaking at a local meetup group :-)

But now I'm interested about you. What's your strategy? How do you stay up to date as a software developer?

Top comments (0)