Author Topic: Web developers, how did you get started?  (Read 1923 times)

deek

  • Bristles
  • ***
  • Posts: 453
Web developers, how did you get started?
« on: April 03, 2017, 12:19:02 PM »
In the pursuit of make a little extra money, I am seriously considering training myself in web development and wordpress crafting. I had a couple basic questions about this venture:

- Is there a good estimate of how much training it may take before you make money doing this?
- Is Codecademy the best place to learn?
- Would you recommend a laptop or desktop for a workspace?
- Is it beneficial to make generic sites as a beginner to build a portfolio?

Thanks!

kaadalac

  • 5 O'Clock Shadow
  • *
  • Posts: 25
Re: Web developers, how did you get started?
« Reply #1 on: April 03, 2017, 02:18:53 PM »
I recommend going through a few of the free ones and then start doing some of the paid ones

I used these to learn the fundamentals of ruby and ruby on rails development. It doesn't line up that great with wordpress but you may be able to take something from it. (ABCs of programming). Its a long hard road to become a paid web developer, but it is a very rewarding career.

My path looked something like this:

4 months of self study (20-80 hours a week, depending on family/work obligations):
Codecademy
https://learncodethehardway.org/ruby  ... /javascript
CodeSchool
ruby on rails tutorial by Michael Hartl (2 times start to finish)

6 months of Paid study (40-80 hours a week):
tealeafacademy (now LaunchSchool.com) this will get you career ready
TeamTreehouse is great for filling in gaps in learning/is pretty cheap
bootcamp

Total time to first development position was a little less than 1 year.

You may be able to get there faster than me, everyone's journey is different.

new mustache city

  • 5 O'Clock Shadow
  • *
  • Posts: 32
Re: Web developers, how did you get started?
« Reply #2 on: April 03, 2017, 02:28:36 PM »
- Is there a good estimate of how much training it may take before you make money doing this?

I think (and in my experience) you can start making money as soon as you can do useful work. That doesn't necessarily need to be complicated or broad in scope, just find the right client who needs a tweak or some minor bugfix/feature. Finding the right client is the bigger challenge than learning enough to make money IMO. That skill will stay with you as well - your technical skills will grow and evolve but you'll always be looking for the right client(s) to fit your skillset and maximize your potential.

- Is Codecademy the best place to learn?

From what I hear second-hand, it's pretty good. Bootcamps are great if there are any in your area. Also finding someone to learn from who is already doing the kind of work you want to do is invaluable. I learned mainly from books and online tutorials and building/breaking sites on my own, supplemented by some very generic classes in college (not specifically web dev, but general programming & linux stuff) but that was before codecademy existed.

- Would you recommend a laptop or desktop for a workspace?

Laptops come in handy if you need to meet with clients in person. Otherwise whatever works.

- Is it beneficial to make generic sites as a beginner to build a portfolio?

Yes, absolutely! Build whatever you're capable of as soon as possible. Then experiment with, break, rebuild, and iterate on it.



I was basically self-taught over the course of several years, building some independent projects as well as some student organization and family stuff - all for free - and that portfolio helped me land my first job as a real web dev at a digital agency during my last semester of college. I have also ended up doing plenty of linux sysadmin and AWS work since that's what turned out to be required where I was working as a dev.

You will also find that learning to be a web dev is an ongoing process. You should focus on being able to teach yourself how to build something useful relatively quickly rather than "completely" learning any particular skill or language, since the ability to learn, adapt, and produce working code is the primary skill you will be able to sell.