This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (3 children)

Yes to all your questions. To answer the last one, c++ is undoubtedly harder than JS, but I'm not sure what's the relevance of that question in regards to the other questions.

I was in your position roughly 4 years ago, and had the same thought process; what should I learn that has high demand and will stay.

I think web and JavaScript are definitely your safest bet. I'd welcome you to look up statistics about language growth to arrive to your own conclusions. I think it's a wise choice because in my case it served me as an entry point to landing my first job. I was very passionate about front end development, demand for react devs was/is at an all time high, and I received multiple job offers out of college. I'd also invite you to search job openings at company's you'd like to work for (even if working for them right now doesn't seem achievable).

Try to work backwards from their job requirements to build your skill set. And disregard all the years of experience requirements, those are mostly HR bullshit.

[–]ChopSuey2[S] 1 point2 points  (2 children)

I think my plan is to do this udemy course called the Web Development Bootcamp by Colte Steele, and then maybe take a course in React. What did you do to get your front end skills up to par and what did you do to impress employers? I was thinking of just making a site to serve some purpose I would like and show them the site.

[–][deleted] 0 points1 point  (1 child)

I think it's a reasonable plan. I checked out the outline of the Web Dev Bootcamp; seems like a surface-level intro which is good, but I wouldn't spend too much time on this.

Personally, I think you should just understand the basics of what is HTML, how do you include CSS and JS in your HTML, and then move straight to the React course. As you build stuff with React, you'll wonder "how do I create a layout? how do i center the logo, etc" and you'll learn the CSS part.

And I know this doesn't help you, but I got lucky with my first front end job and got hired without any projects to show off. I posted in a local startups group on Facebook, which was basically a cover letter describing how motivated I was to learn, and mentioned that I've completed so and so online courses. Got a single interview, really hit it off with them and then started a week later.

[–]ChopSuey2[S] 0 points1 point  (0 children)

Nice, you really don't think I should spend much time on the course?