Victor Jeman - Frontend Architect
Roadmap • v1.0

Frontend Development Roadmap - 2026

Master essential skills by following the main path in order, then deepen your knowledge with curated resources when you're ready

Do you think I should add other resources to this roadmap?

Before you start

  • Build web pages with HTML, CSS, and JavaScript basics
  • Create layouts that work on any screen size
  • Build modern web apps using React
  • Use TypeScript to write safer and easier to maintain code
  • Build apps ready for real use with Next.js
  • Style websites using modern CSS and Tailwind CSS
  • Understand how APIs work with frontend apps
  • Use AI tools smartly to work faster

The roadmap

Click any step to open resources, learning checks, and notes.

The best time to plant a tree was 20 years ago. The second best time is now.
Don't stress too much about tools in the beginning. Keep it simple.
If you can't explain it simply, you don't truly understand it.
HTML seems simple at first – just tags and structure. Perfect performance and accessibility start at the HTML level, and professional developers know that good HTML is the foundation everything else builds upon.
CSS seems easy at first until you understand how deep the rabbit hole is. Creating a thoroughly impressive website is not easy work, and I know few people who are actually able to do cool CSS stuff. It's a form of art on its own.
Responsive design is crucial to understand and implement correctly. It can mean countless lost days and a messy CSS that is harder to debug if you don't plan how you will implement a responsive website.
You'll learn to love and hate JavaScript at the same time – I know I did. It's a quirky language that has been evolving and improving for years, but legacy decisions mean it will never be perfect. That's okay. Embrace its quirks, learn its patterns, and you'll see why it powers the modern web.
Watching tutorials feels like progress, but the real test comes when you stop and build something on your own. True learning happens when you challenge yourself with your own projects.
I'm not claiming React is the best or only front-end library worth learning but it's widely used, so knowing React makes you more hireable.
Memorizing libraries doesn't equal programming expertise. What matters is your ability to apply those tools to address real-world challenges, not simply remember how to use them.
I'm writing a separate roadmap for the full-stack jump. That one comes later. For now, here's the part I wish someone had told me earlier: teams keep hiring frontend devs who can read the backend. Not write it from scratch. Read it. You don't need to ship a Postgres schema on day one. You do need to know what happens after your fetch leaves the browser, where the data lives, what the server is doing with the request, why the response shape looks the way it does. The few times I've sat in on hiring calls at ASSIST since 2017, the candidate who could trace a single request end to end always landed above the one who couldn't. That's the lever.

Stay in the loop

I'll email you when I ship something worth your time. New patterns, fresh material, the occasional product update. Unsubscribe any time.

vja-start v1.0 release