The Self-Taught Developer

How to get experience as a new developer

Updated:

Here are several ways for you to gain experience as a new developer, in no particular order.

Practice

Practice is critical for almost anything, and coding is no different. Instead of watching another tutorial, put into practice the concepts you just learned to solidify your understanding. Most tutorials, books, and courses will give you opportunities to practice, and you should complete all of them. In addition to those, however, here are some more ways you can practice.

Projects

An excellent way for you to get experience is by building projects. Once you can create more complex applications, you should put some of them in your GitHub profile, resume, and portfolio.

Here are some links and resources to give you some project ideas.

Bonus

Here is a list of free public APIs you can use to build your projects.

Freelancing

Freelancing is one of the best ways to gain experience as a new developer. This is the approach I took when teaching myself how to code. Instead of trying to make money, I was working for the experience I could put on my resume, which was more valuable than money.

People will not pay you very much when you are just starting and have little experience. When you start out, your skills are not worth much because you don’t have any yet. This will change over time as you get better and gain more experience.

We all have to start somewhere.

Here are some ideas to get you started freelancing:

  • See if you can help a family member’s business or friend.
  • Churches usually have outdated websites that need a lot of work. Offer to work on their website for free, and I doubt they will say no.
  • Restaurants notoriously have horrendous websites. Ask if you can rebuild the website for a local restaurant in your area.
  • Look at the websites for various small businesses in your area. Ask the owner if you can rebuild, update, optimize, etc.
  • Remember, it’s hard for anyone to say no when you offer free work, as they have nothing to lose.

Freelance Websites

Freelance Tech & Tools

  • WordPress is the most popular CMS in the world. If you are freelancing, you have to know it.
  • Shopify is one of the most popular e-commerce platforms in the world. If you want to do e-commerce, you need to know it.
  • Squarespace is also incredibly popular as it allows you to build beautiful websites and stores without coding.

Open source

The best way to gain real-world experience is by doing open-source work. This can be incredibly intimidating initially, but the payoff is well worth it.

When you are just starting, the best way to get started is by submitting PRs (pull requests) with fixes for typos, grammar, broken links, and things like that. This requires little to no skill and involves you in the open-source community. Maintainers always appreciate when people correct mistakes or broken links in their docs.

If you are brand new and have never created a PR, or you don’t even know what that means, take this free course to learn how GitHub, PRs, and open source work:

Here are some ways to get started in open source:

Hackathons

Hackathons are another great way to gain experience as a new developer. They may seem intimidating at first, but many hackathons are beginner friendly and welcoming.

A lot of them are virtual nowadays, too, since Covid.

Internships

Some companies offer internships which can be another great option to get your foot in the door and gain real experience. I don’t suggest doing an internship for free. The company should be paying you for your time. The nice thing about internships is that the company will typically offer you a full-time position if they like working with you during the internship.

It is a great way to get experience and land your first job too.

Previous
How to become a Back-End developer