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.

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.

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.

Take the quiz