DEV Community

Jason
Jason

Posted on

How do you stay up to date with ever changing technologies without going insane?

I sometimes feel overwhelmed trying to stay up to date with the latest technologies. I'm a .NET developer so I focus on that more than anything but I also like to code in other languages which makes staying up to date overwhelming.

For example, .NET Core 3.0 Preview 6 was just released with changes to Blazor which I'm super excited about. Apple recently released SwiftUI and my first run at it was extremely positive. On top of all that, I really want to learn more about React and Vue since they seem to be whats trendy right now.

How do you find the time to stay up to date with everything?

Latest comments (8)

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

I basically used this site and podcasts about web dev and learn what's required for my job. Like for instance at this moment I'm learning Angular latest version at breakneck speed.

Collapse
 
seanmclem profile image
Seanmclem

I'm on on dev.to, Medium, Google's feed, reddit - much of the day every day. I don't read world news, I read JS news. I don't follow celebrities, I follow what's new in X framework this week. I don't use real social media, I read random tutorials. I read it on the can, at red lights, while I'm waiting for a build to run at work, all the time. I'm not up to date on everything, but most things in my specific subset of the webdev world. How do I do it without going crazy? I was already crazy - everyone is.

Collapse
 
ijason profile image
Jason

You literally just described my life!

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

I don't. If it's actually important for my job or whatever personal project I'm working on at the time, I'll actually work on staying up to date. If not, I'll just wait until I actually need to know it to learn it. By waiting like this, I'm both keeping time free to keep up on what I need to know, and not wasting time on stuff that's quite often likely to change, possibly significantly, by the time I actually need it.

Collapse
 
gablaroche profile image
Gabriel Laroche

I don't really keep up, I like reading about tech news in general, but I only keep up with the tech that applies to my job such as new HTML, CSS, JS specs that are available in most modern browsers. When I have some more time on my hands I try to learn new frameworks / languages and obscure barely available specs.

Collapse
 
dmfay profile image
Dian Fay

I don't! Nobody can, anymore. There's a very short list of things I'll study or keep up with on my own initiative, but outside of that I'm happy to let the inexorable march of time sort out the wheat from the chaff and wait until I have a purpose for something-like-X before I start seriously digging into X.

Collapse
 
ijason profile image
Jason

Its good to hear that I'm not the only one that feels that way.