Hi, I'm a coding past 1 year, I have learned HTML, CSS, JS from various sources and now I'm curious that.
What should I learn now?
REPLY TO THIS POST, AND HELP ME OUT
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (7)
I suggest taking a look at Typescript and learning some popular frontend framework (Angular, React, Vue).
If you are interested in backend, take a look at Node.js.
If you would like to learn a different backend language, start learning Java or C#.
Also you can dive deeper in JS (e.g. learn Promises, read the You Don't Know JS book) if you want, and look at web architecture like REST and stuff.
Take a look at some frontend and backend roadmaps in roadmap.sh to assess your knowledge.
Have fun! :)
EDIT: to let me help you more - what kind of coding work have you been doing so far?
So far in development I have learned HTML, CSS and basic JS with some knowledge of jQuery.
Then the above still holds. :)
To progress in learning, I'm always championing the idea to create your own project and bring it from idea to production. Start with describing the app you want to build. Make sketches how it looks like. Decide how the user interacts with it. And then build it piece by piece.
Definitly check out React.
Yeah, I have a idea basically I want to make my portfolio website but don't know how to start.
I have done many projects on this site frontendmentor.io/ but all assets required for that projects were already provided.
Can you please elaborate the 2 & 3 point