What advice would you give to someone who is trying to teach themselves software development skills? I’m doing that right now, and I’m finding it easy to understand, yet difficult to implement in computer code. I want to move onto more advanced stuff, but I feel that I don’t have enough experience quite yet. What skills/courses would you recommend I take? How did you get better on your coding journey? Any tips to make the process go faster? Thanks in advance!

  • Elanor
    link
    English
    111 year ago

    Keep practicing.

    Read other people’s code, for example open source project. Contributing to open source can be good practice also.

    Find a mentor.

    Pick a team at work that has the skills and culture+capacity to mentor you.

    • @kraegar
      link
      English
      51 year ago

      Open source contribution can be really great. I started contributing to a Python project that I have used extensively and it 100% improved my coding. It also can allow for you to interact with more experienced devs (depending on the project) and allows for you to get feedback.