I aspire to be a front-end developer but get overwhelmed by the information I receive. I have already learned HTML and CSS and am going to learn JavaScript, but the more I learn, the more I realize how much I don't know. I really want to build connections and start freelancing as soon as possible.
p.s I don't know if this necessary but i learn uiux a little bit but never learn to master it
Try to learn from the beginning to comment your code, I write games, web servers, console apps and such as Freelancer (Since ~6 years), and my habit to write uncommented code is bad when I need to make some changes to the apps months later.
Try to learn from the beginning to comment your code, I write games, web servers, console apps and such as Freelancer (Since ~6 years), and my habit to write uncommented code is bad when I need to make some changes to the apps months later.
Adding to this, writing comments that are good and descriptive is an acquired skill.
I comment my code and I still sometimes don't understand what it does when I come back to it.
As the old quote goes...
"When I wrote this only God and I knew what it did. Now only God knows."