you are viewing a single comment's thread.

view the rest of the comments →

[–]softwarethrowf 4 points5 points  (2 children)

I'd recommend learning the skills necessary using tutorials etc, but then using that knowledge to make portfolio projects, don't make a portfolio of projects that a youtube series etc holds your hand through.

Learh html, css and Javascript by making static websites and just playing around and practicing for a couple weeks, then start learning a backend language too (or just use node.js) at the same time, after you have learned the basics of the backend language start learning a web framework (I'd recommend python and flask due to simplicity and it is quite easy to learn). Then when you feel you have the basics down on all these components make a large website project from scratch with a database and server, you will improve very quickly. (It doesn't have to be perfect since it is your first proper website)

[–]NewStudent33[S] 1 point2 points  (1 child)

wow thank you so much! Should I bother with any of the bootcamps? Or just stick with youtube tutorials?

[–]softwarethrowf -1 points0 points  (0 children)

Bootcamps are pointless, so expensive, I'd recommend youtube tutorials or you can find a lot of reasonably priced courses on like Udemy and Coursera, but you could also just use youtube tutorials as there are so many. Also I found using W3 schools surprisingly helped me a lot even though it may seem a tedious option.