Thank you again very much for your advice and help. I did not know that CS50X was free. No, I do not like math. I enjoy the organizational, meticulous aspect of coding but do not like math. I guess that is something I will have to really ponder.
Hopefully QA won’t be phased out anytime soon by “the robots.”
I recommend doing CS50X first, before anything else. Then doing The Web Developer Bootcamp, followed by either the FCC curriculum or Git a Web Developer Job (doesn’t matter which order FCC and Git a Web Developer Job are done).
There are at least several more courses that I’d recommend for intermediate-level topics after these courses, these are just the beginning for the basics in computer science (CS50X) and front-end web development (the rest).
These roadmaps helpfully provide a big picture on all the different topics that different types of developers should know (either way, the courses I’ve mentioned will be applicable to most types of web devs): https://css-tricks.com/developer-roadmaps/
Yes, because even the updated FCC curriculum still doesn’t cover everything that a web developer should know, and it’s better to get into it with more knowledge than you would otherwise. Also, the ordering is because CS50X is very foundational to any kind of job in computing or software, and The Web Developer Bootcamp is a really good course that’s more accessible for beginners than the FCC curriculum (and fills in some of the holes in the FCC curriculum).
CS50 took me 20 hours including the homework.
11 weeks is the time for doing one lesson (~2hrs) per week.
Then I would go for:
basic HTML & CSS (FCC Responsive Web Design)
basic Git and Github (init, add, commit, push, remote, clone)
With this knowledge, you should build 5-10 Template Clones from here, all with the proper use of Git and Github.
Leave out the fancy JavaScript effects.
Post every Clone here in the forum and ask for feedback.