Here is Frontend Developer Roadmap draft I'm currrently working on, let me know what you think? am I missing something? π€
1. HTML (emphasis on semantic elements) 2. CSS (emphasis on cascade & specificity, selectors, layout, naming methodologies)
1/4
3. JavaScript (emphasis on core concepts: operators, closure, scope, hoisting, callback functions, async await etc) 4. Git (emphasis on learning most used commands, good example of the pareto principle, how 20% of git commands is what you will end up using 80% of the time.
2/4
5. HTTP/S (at least basic knowledge on how to send a request and read a response from a server) 6. How to use pacakge managers (npm/yarn) 7. ESLint + Prettier (learn how to configure a project using those two)
3/4