Frontend / Interfaces
You care about how things look and feel to use. It's the most visual entry point into tech.
1 Web fundamentals
JavaScript deep enough to actually manipulate a page, plus the responsive layout skills to make it work on any screen size. Everything else in frontend is built on top of these two.
- The Complete JavaScript Course UdemyComing soon
- Responsive Web Design freeCodeCampComing soon
2 Modern framework (React)
React and component-based thinking, the pattern most frontend codebases are organized around today. This is where static pages turn into interactive applications.
- Meta Front-End Developer CourseraComing soon
- React - The Complete Guide UdemyComing soon
3 Professional level
TypeScript for catching mistakes before they ship, plus the testing and performance habits that separate a working demo from a production interface.
- TypeScript: The Complete Developer's Guide UdemyComing soon
- Frontend testing and performance CourseraComing soon