Skip Navigation

What are new technologies I should be looking into / learning in my free time?

I'm a mid-level backend dev, ~3 years YOE. I wanted to seriously start thinking about expanding my skillset and learning new stuff / new technologies outside of my daily tasks. But I'm unsure of how to start, how to decide, what would be most helpful to my career, etc. Any advice?

32 comments
  • There's three approaches I use here.

    1. Find some bit that you bonk your head into regularly. Maybe it's query optimization. Maybe encryption or auth. Maybe infra setup. You can usually muddle through it by reading the 5th comment on SE or finding a coworker's working code. But you don't actually understand how or why it works.
    2. Think more broadly of where you want your career to be in 5 years, or what you want your next job to be. Map out what you know and what you need to know to be successful in that role. Study the gaps. Sometimes it's not technical skills.
    3. Pick a project you find interesting that has nothing to do with your current job responsibility. Frontend? IoT? Systems level stuff? Dig in! You will find that unrelated computer stuff is in fact all related in some way.

    The least adventurous approach is to work at the edges of what you're already doing. Are your apis usually consumed by react components but you've never written one? Try writing a react app that consumes one of your services and see where the pain happens. Even if you never use react again you'll have learned something about your work from a new perspective.

    Don't spend too much time on anything that isn't fun. Chase joy and fail fast.

    • Solid advice. Try something tangentially related to what you do, at a sufficient but comfortable distance. This will help you grow as a developer. Also totally seconding the last line - it must be fun.

  • Actually, I don't think there is a technology some could recommend that will magically boost your career. Because this will highly depends on what will be required in upcoming projects and no one can know this. So just go with whatever you want and what your interested in.

    However, one skill that many technical people are missing is the ability to communicate with other people outside of their own skill spectrum. In my eyes this is the most important thing if we talking about career, because in the end the money never comes from technology it comes from humans and in many cases non technical people decide about you promotion.

    So I don't think there is a blueprint for learning such skills, but I guess best thing to do would learning by doing. Go start communicating more with people outside of a technology bubble, try to organize events with other people or maybe even get politically active. Learn to know when people know what you are talking about and when not. Good example would be the use of the abbreviation LOE in your original comment. People seam not to understand what this actually should mean. Here it doesn't hurt much but doing this stuff to often when explaining a concept to a college maybe end up in false Implementation because of misalignment.

  • I'm going on 25+ years and at principal eng/architect level. My take would be to find something, try it, and find if it excites you. There isn't a wrong answer. At worst you'll become a generalist, fluent with more and more until you find a niche in an array of things you're conversant in. At best you'll dive deep into a specific area and become more and more of an expert on a topic.

    Right now I'm really into rust, rewriting tons I've done in the past with more experience under my belt, and learning more about web assembly. Running rust in web assembly on any platform including the user's browser without really having to think about distribution targets is something that excites me. I think I can gleam a future that might compete with how revolutionary kubernetes has been, but even if I'm wrong the things I've learned will still hold up.

    If the huge array of things overwhelms you, find a problem and try to solve it. Just the act of doing that and heading into that rabbit hole can open up new worlds you never even knew existed, and helps strengthen one of what I would consider the best qualities in good devs: competent independent troubleshooting. The fun I've had trying my hand at bypassing att router restrictions, extracting certificates from roms, architecting my home network with self hosted kubernetes and all the home automation stuff, low level c embedded systems programming for homemade iot sensors... The things you can do with tech is usually always in reach of anyone with some time and an Internet connection.

    Also, don't neglect the open source community. Start a project, contribute to someone else's... Probably the biggest leap I took as a dev consisted of a simple change to a large oss project. The mentality, guardrails, rule self imposed on the project we're incredibly impressive to me and I learned so much about the benefits of code quality, good review, automated, well everything, really opened my eyes to what a small team can do given a common goal they are passionate about, something that at times can be missing from enterprises that might have profit as king.

    Let us know what you end up at. You never know if you might inspire another dozen people with something that interests you. Good luck!

  • Depends on what you already know and have experience with, where you're looking to go or are interested in.

    Work should provide the opportunity and capacity to explore alternatives where they may make sense for work/projects.

32 comments